[Touch-packages] [Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-21 Thread Anthony Wong
Hi Gerry, is there clearer now when this fix can land?

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

Title:
  Unity8 unable to find the dash, which is also running in the
  background

Status in the base for Ubuntu mobile products:
  In Progress
Status in qtmir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu RTM:
  In Progress
Status in unity8 package in Ubuntu RTM:
  In Progress

Bug description:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 165
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-11-19 00:20:27
  version version: 165
  version ubuntu: 20141118.1
  version device: 20141106-572f18d
  version custom: 20141118-439-21-159

  After doing a reboot, Unity8 started fine but the dash looked like it
  failed to start (see the attached pic). After checking for
  unity8-dash, it's actually running in the background, just that unity8
  is unable to find it.

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

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


[Touch-packages] [Bug 1404672] Re: Kit creation fails because schroot isn't installed as a dependency

2014-12-21 Thread Zoltan Balogh
** Also affects: click (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: click (Ubuntu)
 Assignee: (unassigned) => Michael Vogt (mvo)

** Changed in: click (Ubuntu)
   Importance: Undecided => Critical

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Importance: Undecided => Critical

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

Title:
  Kit creation fails because schroot isn't installed as a dependency

Status in click package in Ubuntu:
  New
Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  On a fresh install of Utopic using the Ubuntu SDK from the SDK team
  ppa the initial click kit creation fails with the error:

  click chroot: error: schroot not installed and configured; install
  click-dev and schroot

  Presumably schroot should be added as a dependency for either the
  qtcreator-plugin-ubuntu or ubuntu-sdk package so that users aren't
  faced with errors when first attempting to create kits. (Despite the
  error message click-dev is already installed, this has schroot as a
  recommended package, but not a dependency).

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

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


[Touch-packages] [Bug 1325142] Re: failure to update libpam-systemd in 14.04 due to missing logind init script

2014-12-21 Thread Pavel Petrovic
very bad experience. ubuntu server 14.04 64bit, trying to fresh install
on some older DELL machine (poweredge 1950) with software raid with
separate /boot, swap and /tmp. everything seems to run ok, and after
reboot, grub works ok (except that one has to make fast boot = 0,
otherwise error message, but that is another bug with that save
environment thing not working on raid in grub anyway), but when actually
booting the system, after swap is turned on in second 13 or so, booting
stops, and the machine freezes before the consoles are open, machine not
reachable on the network.

ok, rebooting from CD to rescue, but the network configuration is
totally broken due to some misconfiguration of /etc/resolv.conf
(pointing to ../run/resolvconf/whatever), needing to replace it manually
with resolv.conf that is present while the live CD downloads the apt
packages...

but still system doesn't boot, so finally finding this page, and
manually editing the prerm and post scripts of this terrible libpam-
systemd package, getting the apt-get go through the install, and only
then getting the booting working.

hell with this ubuntu and my lost night! sorry, I am not going to
produce any log files after the machine has been finally installed. no
logfiles were produced anyway, the /target/var/log was just empty files.

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

Title:
  failure to update libpam-systemd in 14.04 due to missing logind init
  script

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Trusty:
  Triaged
Status in systemd source package in Utopic:
  Fix Released

Bug description:
  Hi,

  while running inside an i386 lubuntu 14.04 chroot, upgrading libpam-
  systemd to version 204-5ubuntu20.2 fails leaving dpkg in a broken
  state. 'apt-get -f install' from within the chroot will not fix it,
  but if the build is made bootable and put into a iso/VM you can
  recover that way in a live session.

  the problem seems to be the /var/lib/dpkg/info/libpam-systemd:i386.prerm 
script failing to bring down the logind daemon with 'invoke-rc.d systemd-logind 
stop', because invoke-rd.d is only looking for the /etc/init.d/ script (doesn't 
exist) and not /etc/init/systemd-logind.conf (does exist).
  ?

  
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages will be upgraded:
libpam-systemd
  1 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/25.2 kB of archives.
  After this operation, 1024 B of additional disk space will be used.
  (Reading database ... 113986 files and directories currently installed.)
  Preparing to unpack .../libpam-systemd_204-5ubuntu20.2_i386.deb ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: warning: subprocess old pre-removal script returned error exit status 
100
  dpkg: trying script from the new package instead ...
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error processing archive 
/var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb (--unpack):
   subprocess new pre-removal script returned error exit status 100
  invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
  dpkg: error while cleaning up:
   subprocess installed post-installation script returned error exit status 100
  Errors were encountered while processing:
   /var/cache/apt/archives/libpam-systemd_204-5ubuntu20.2_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  
  Our build logs available upon request, but the scripts to setup the chroot to 
recreate it are here:

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/build_chroot_nightly.sh

https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/inchroot_nightly.sh

  
  In a web-search I notice a few others running into the same bug,

  chatter on irc at [18:10], http://irclogs.ubuntu.com/2013/05/28
  /%23ubuntu-devel.txt

  someone else's build log:
  https://launchpad.net/~qutim/+archive/qutim/+build/6039800

  launchpad bug #1323575 seems to be a duplicate of this one.

  
  perhaps related to older launchpad bug #1305395 ?

  note we are also suffering from a failure with update-initramfs, not sure of 
the root cause of that one but I thought I'd mention it in case they were 
related, since they both started happening about the same time, a couple weeks 
ago. (launchpad bug #1317602)
  It all worked ok after the inital releases of 14.04, so something to do with 
a package update since then.

  
  thanks,
  Hamish

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

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

[Touch-packages] [Bug 1404480] Re: No Restart in Ubuntu on Nexus 7 2013

2014-12-21 Thread Svetlana Belkin
** Changed in: unity8 (Ubuntu)
   Status: New => Invalid

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

Title:
  No Restart in Ubuntu on Nexus 7 2013

Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  I'm using Ubuntu Vivid Vervet (development branch)- armhf (20141201-020204)-
  device image part 20141119 , it doesn't want to restart when I ask it to do.

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

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


[Touch-packages] [Bug 1404762] [NEW] apparmor profile usr.sbin.clamd does not allow ScanOnAccess via fanotify

2014-12-21 Thread Thomas Mayer
Public bug reported:

I tried to enable the ScanOnAccess option in /etc/clamav.conf to get on-
access scanning.

Doing so, /var/log/clamav/clamav.log tells me:
ERROR: ScanOnAccess: fanotify_init failed: Operation not permitted
ScanOnAccess: clamd must be started by root

Setting User to root in /etc/clamav/clamd.conf
makes the clamav-daemon to fail with

service clamav-daemon start
 * Starting ClamAV daemon clamd
ERROR: initgroups() failed.

I had to disable the apparmor.profile with a
cd /etc/apparmor.d/disable
ln -s ./../usr.sbin.clamd

Then, the "ERROR: initgroups() failed." disappears.

The apparmor itself came via apt-get packages. I did not edit it.

Description:Ubuntu 14.04.1 LTS
Release:14.04

apt-cache policy apparmor-profiles
apparmor-profiles:
  Installiert:   (keine)
  Installationskandidat: 2.8.95~2430-0ubuntu5.1
  Versionstabelle:
 2.8.95~2430-0ubuntu5.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
 2.8.95~2430-0ubuntu5 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apparmor-profiles (not installed)
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Mon Dec 22 01:23:04 2014
InstallationDate: Installed on 2014-11-29 (22 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 LANGUAGE=de_DE
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdline: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-43-generic 
root=UUID=6408c2d9-1b60-43d7-9a7f-2dceeb40de28 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
SourcePackage: apparmor
Syslog:
 
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apparmor (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 apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1404762

Title:
  apparmor profile usr.sbin.clamd does not allow ScanOnAccess via
  fanotify

Status in apparmor package in Ubuntu:
  New

Bug description:
  I tried to enable the ScanOnAccess option in /etc/clamav.conf to get
  on-access scanning.

  Doing so, /var/log/clamav/clamav.log tells me:
  ERROR: ScanOnAccess: fanotify_init failed: Operation not permitted
  ScanOnAccess: clamd must be started by root

  Setting User to root in /etc/clamav/clamd.conf
  makes the clamav-daemon to fail with

  service clamav-daemon start
   * Starting ClamAV daemon clamd
  ERROR: initgroups() failed.

  I had to disable the apparmor.profile with a
  cd /etc/apparmor.d/disable
  ln -s ./../usr.sbin.clamd

  Then, the "ERROR: initgroups() failed." disappears.

  The apparmor itself came via apt-get packages. I did not edit it.

  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04

  apt-cache policy apparmor-profiles
  apparmor-profiles:
Installiert:   (keine)
Installationskandidat: 2.8.95~2430-0ubuntu5.1
Versionstabelle:
   2.8.95~2430-0ubuntu5.1 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
   2.8.95~2430-0ubuntu5 0
  500 http://de.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apparmor-profiles (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Mon Dec 22 01:23:04 2014
  InstallationDate: Installed on 2014-11-29 (22 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  ProcEnviron:
   LANGUAGE=de_DE
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdline: BOOT_IMAGE=/@/boot/vmlinuz-3.13.0-43-generic 
root=UUID=6408c2d9-1b60-43d7-9a7f-2dceeb40de28 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  SourcePackage: apparmor
  Syslog:
   
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404760] [NEW] package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to install/upgrade: libllvm3.4:amd64 1

2014-12-21 Thread Kayode Odusote
Public bug reported:

The problem occurred during updating with Update Manager.  Using Ubuntu 12.04 
LTS. Packages were downloaded but failed to install. Using apt-get install -f 
at the terminal resulted in the following error:
fshd2014@ubuntu:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libllvm3.4
The following packages will be upgraded:
  libllvm3.4
1 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
3 not fully installed or removed.
Need to get 0 B/9,668 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: error processing libllvm3.4 (--configure):
 libllvm3.4:amd64 1:3.4-1ubuntu3~precise1 cannot be configured because 
libllvm3.4:i386 is in a different version (1:3.4-1ubuntu3~precise2)
dpkg: error processing libllvm3.4:i386 (--configure):
 libllvm3.4:i386 1:3.4-1ubuntu3~precise2 cannot be configured because 
libllvm3.4:amd64 is in a different version (1:3.4-1ubuntu3~precise1)
dpkg: dependency problems prevent configuration of 
libegl1-mesa-drivers-lts-trusty:
 libegl1-mesa-drivers-lts-trusty depends on libllvm3.4; however:
  Package libllvm3.4 is not configured yet.
dpkg: error processing libegl1-mesa-drivers-lts-trusty (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
  Errors were encountered while processing:
 libllvm3.4
 libllvm3.4:i386
 libegl1-mesa-drivers-lts-trusty
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz]
ProcVersionSignature: Ubuntu 3.13.0-40.69~precise1-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.8
Architecture: amd64
Date: Mon Dec 22 01:05:18 2014
DuplicateSignature: package:libllvm3.4:1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz]:libllvm3.4:amd64 1
ErrorMessage: libllvm3.4:amd64 1
MarkForUpload: True
SourcePackage: llvm-toolchain-3.4
Title: package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to install/upgrade: 
libllvm3.4:amd64 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: llvm-toolchain-3.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified:
  usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to
  install/upgrade: libllvm3.4:amd64 1

Status in llvm-toolchain-3.4 package in Ubuntu:
  New

Bug description:
  The problem occurred during updating with Update Manager.  Using Ubuntu 12.04 
LTS. Packages were downloaded but failed to install. Using apt-get install -f 
at the terminal resulted in the following error:
  fshd2014@ubuntu:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
libllvm3.4
  The following packages will be upgraded:
libllvm3.4
  1 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/9,668 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue [Y/n]? y
  dpkg: error processing libllvm3.4 (--configure):
   libllvm3.4:amd64 1:3.4-1ubuntu3~precise1 cannot be configured because 
libllvm3.4:i386 is in a different version (1:3.4-1ubuntu3~precise2)
  dpkg: error processing libllvm3.4:i386 (--configure):
   libllvm3.4:i386 1:3.4-1ubuntu3~precise2 cannot be configured because 
libllvm3.4:amd64 is in a different version (1:3.4-1ubuntu3~precise1)
  dpkg: dependency problems prevent configuration of 
libegl1-mesa-drivers-lts-trusty:
   libegl1-mesa-drivers-lts-trusty depends on libllvm3.4; however:
Package libllvm3.4 is not configured yet.
  dpkg: error processing libegl1-mesa-drivers-lts-trusty (--configure):
   dependency problems - leaving unconfigured
  No apport report written because the error message indicates its a followup 
error from a previous failure.
Errors were encountered while processing:
   libllvm3.4
   libllvm3.4:i386
   libegl1-mesa-drivers-lts-trusty
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debi

[Touch-packages] [Bug 1404760] Re: package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to install/upgrade: libllvm3.4:amd64 1

2014-12-21 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 llvm-toolchain-3.4 in
Ubuntu.
https://bugs.launchpad.net/bugs/1404760

Title:
  package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified:
  usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to
  install/upgrade: libllvm3.4:amd64 1

Status in llvm-toolchain-3.4 package in Ubuntu:
  New

Bug description:
  The problem occurred during updating with Update Manager.  Using Ubuntu 12.04 
LTS. Packages were downloaded but failed to install. Using apt-get install -f 
at the terminal resulted in the following error:
  fshd2014@ubuntu:~$ sudo apt-get install -f
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Correcting dependencies... Done
  The following extra packages will be installed:
libllvm3.4
  The following packages will be upgraded:
libllvm3.4
  1 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
  3 not fully installed or removed.
  Need to get 0 B/9,668 kB of archives.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue [Y/n]? y
  dpkg: error processing libllvm3.4 (--configure):
   libllvm3.4:amd64 1:3.4-1ubuntu3~precise1 cannot be configured because 
libllvm3.4:i386 is in a different version (1:3.4-1ubuntu3~precise2)
  dpkg: error processing libllvm3.4:i386 (--configure):
   libllvm3.4:i386 1:3.4-1ubuntu3~precise2 cannot be configured because 
libllvm3.4:amd64 is in a different version (1:3.4-1ubuntu3~precise1)
  dpkg: dependency problems prevent configuration of 
libegl1-mesa-drivers-lts-trusty:
   libegl1-mesa-drivers-lts-trusty depends on libllvm3.4; however:
Package libllvm3.4 is not configured yet.
  dpkg: error processing libegl1-mesa-drivers-lts-trusty (--configure):
   dependency problems - leaving unconfigured
  No apport report written because the error message indicates its a followup 
error from a previous failure.
Errors were encountered while processing:
   libllvm3.4
   libllvm3.4:i386
   libegl1-mesa-drivers-lts-trusty
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 3.13.0-40.69~precise1-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.8
  Architecture: amd64
  Date: Mon Dec 22 01:05:18 2014
  DuplicateSignature: package:libllvm3.4:1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz]:libllvm3.4:amd64 1
  ErrorMessage: libllvm3.4:amd64 1
  MarkForUpload: True
  SourcePackage: llvm-toolchain-3.4
  Title: package libllvm3.4 1:3.4-1ubuntu3~precise1 [modified: 
usr/share/doc/libllvm3.4/changelog.Debian.gz] failed to install/upgrade: 
libllvm3.4:amd64 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-3.4/+bug/1404760/+subscriptions

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


[Touch-packages] [Bug 1371919] Re: kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"

2014-12-21 Thread Jan K.
Similar Problem for me. Sporadic audio jumps happen when those messages
occur.

Ubuntu 14.04
Linux  3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: GA-MA770T-UD3P

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

Title:
  kern.log flooded with "HDMI ATI/AMD: no speaker allocation for ELD"

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  I have a gigabyte f2a88xn motherboard with built-in audio.

  In pavucontrol, under Configuration -> Built-in audio (the first),
  there is "Digital Stereo (HDMI) Output".

  When I disable it, the kern.log continuously reports "HDMI ATI/AMD: no
  speaker allocation for ELD".

  This happens almost every time.

  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: zfs zunicode zavl zcommon znvpair
  ApportVersion: 2.14.1-0ubuntu3.4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  saverio2824 F pulseaudio
   /dev/snd/controlC0:  saverio2824 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sat Sep 20 15:08:50 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-09-05 (14 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/04/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F1
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: F2A88XN-WIFI
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd09/04/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnF2A88XN-WIFI:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Touch-packages] [Bug 1404494] Re: Cannot install libdvdcss2 from /usr/share/doc/libdvdread4/install-css.sh

2014-12-21 Thread mpGoodwin
the whole /pub dir is gone on the server.. The info still seems to be
there in /ubuntu though...

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

Title:
  Cannot install libdvdcss2 from /usr/share/doc/libdvdread4/install-
  css.sh

Status in libdvdread package in Ubuntu:
  Confirmed

Bug description:
  The install-css.sh file attempts to download
  http://download.videolan.org/pub/debian/stable/libdvdcss2_1.2.13-0_amd64.deb
  but http://download.videolan.org/pub/ doesn't exist anymore

  sudo /usr/share/doc/libdvdread4/install-css.sh
  [sudo] password for [NAME]: 
  --2014-12-20 22:19:02--  
http://download.videolan.org/pub/debian/stable//Packages
  Resolving download.videolan.org (download.videolan.org)... 195.154.236.203, 
fe80::be30:5bff:fed0:40f9
  Connecting to download.videolan.org 
(download.videolan.org)|195.154.236.203|:80... connected.
  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: unspecified
  ERROR: Redirection (301) without location.
  Dynamic fetch failed; Falling back to static fetch
  --2014-12-20 22:19:03--  
http://download.videolan.org/pub/debian/stable/libdvdcss2_1.2.13-0_amd64.deb
  Resolving download.videolan.org (download.videolan.org)... 195.154.236.203, 
fe80::be30:5bff:fed0:40f9
  Connecting to download.videolan.org 
(download.videolan.org)|195.154.236.203|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2014-12-20 22:19:04 ERROR 404: Not Found.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libdvdread4 5.0.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Dec 20 22:14:06 2014
  SourcePackage: libdvdread
  UpgradeStatus: Upgraded to utopic on 2014-11-12 (37 days ago)

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

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


[Touch-packages] [Bug 1404494] Re: Cannot install libdvdcss2 from /usr/share/doc/libdvdread4/install-css.sh

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

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

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

Title:
  Cannot install libdvdcss2 from /usr/share/doc/libdvdread4/install-
  css.sh

Status in libdvdread package in Ubuntu:
  Confirmed

Bug description:
  The install-css.sh file attempts to download
  http://download.videolan.org/pub/debian/stable/libdvdcss2_1.2.13-0_amd64.deb
  but http://download.videolan.org/pub/ doesn't exist anymore

  sudo /usr/share/doc/libdvdread4/install-css.sh
  [sudo] password for [NAME]: 
  --2014-12-20 22:19:02--  
http://download.videolan.org/pub/debian/stable//Packages
  Resolving download.videolan.org (download.videolan.org)... 195.154.236.203, 
fe80::be30:5bff:fed0:40f9
  Connecting to download.videolan.org 
(download.videolan.org)|195.154.236.203|:80... connected.
  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: unspecified
  ERROR: Redirection (301) without location.
  Dynamic fetch failed; Falling back to static fetch
  --2014-12-20 22:19:03--  
http://download.videolan.org/pub/debian/stable/libdvdcss2_1.2.13-0_amd64.deb
  Resolving download.videolan.org (download.videolan.org)... 195.154.236.203, 
fe80::be30:5bff:fed0:40f9
  Connecting to download.videolan.org 
(download.videolan.org)|195.154.236.203|:80... connected.
  HTTP request sent, awaiting response... 404 Not Found
  2014-12-20 22:19:04 ERROR 404: Not Found.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: libdvdread4 5.0.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Dec 20 22:14:06 2014
  SourcePackage: libdvdread
  UpgradeStatus: Upgraded to utopic on 2014-11-12 (37 days ago)

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

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


[Touch-packages] [Bug 1385261] Re: package initramfs-tools 0.103ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-12-21 Thread seeker5528
initramfs-tools failed to upgrade for me too. doing

dpkg --configure -a

indicated no space left on /tmp

df -h indicated /tmp mounted on overflow 1m total 0 free.

I logged out, switched to a VT, logged in and did

sudo su
export TMPDIR=/var/tmp
dpkg --configure -a

which allowed the initramfs-tools and kernel upgrades to complete.
Rebooted and everything seems fine for the moment.

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

Title:
  package initramfs-tools 0.103ubuntu8 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  apt-cache policy initramfs-tools
  initramfs-tools:
Installed: 0.103ubuntu8
Candidate: 0.103ubuntu8
Version table:
   *** 0.103ubuntu8 0
  500 http://archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Package
  DistroRelease: Ubuntu 14.10
  Package: initramfs-tools 0.103ubuntu8
  ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
  Uname: Linux 3.16.0-23-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Fri Oct 24 12:46:37 2014
  DuplicateSignature: package:initramfs-tools:0.103ubuntu8: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-10-21 (2 days ago)
  InstallationMedia:
   
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.103ubuntu8 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404740] [NEW] release file didn't have 'main/binary-icedtea-netx/packages' entry

2014-12-21 Thread ibrahim
Public bug reported:

when do
sudo apt-get update
this error come out
w: Failed to fetch 
http://ly.archive.ubuntu.com/ubuntu/dists/utopic-updates/release unable to find 
expected entry 'main/binary-icedtea-netx/packages' in release file (wrong 
sources.list entry or malformed file)

then i go to
http://ly.archive.ubuntu.com/ubuntu/dists/utopic-updates/Release
and search for main/binary-icedtea-netx/packages but didn't find it so i think 
there is error in the new release file

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

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

Title:
  release file didn't have 'main/binary-icedtea-netx/packages' entry

Status in apt package in Ubuntu:
  New

Bug description:
  when do
  sudo apt-get update
  this error come out
  w: Failed to fetch 
http://ly.archive.ubuntu.com/ubuntu/dists/utopic-updates/release unable to find 
expected entry 'main/binary-icedtea-netx/packages' in release file (wrong 
sources.list entry or malformed file)

  then i go to
  http://ly.archive.ubuntu.com/ubuntu/dists/utopic-updates/Release
  and search for main/binary-icedtea-netx/packages but didn't find it so i 
think there is error in the new release file

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

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


[Touch-packages] [Bug 1404731] [NEW] [ Dell OptiPlex 7020, Realtek ALC3220, Green Line Out, Rear] Background noise

2014-12-21 Thread Byte
Public bug reported:

Any time I start Ubuntu, just a  sec before it starts I begin to hear 
background noise from speakers. And the noise isn't gone until I 
shutdown the system.

By the way, when I start listening to any music, I can't get any bass
(although, I have a speaker system with sub woofer, and it worked fine
for me on the previous computer).

A lot of workaround didn't help.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  byte   1547 F pulseaudio
 /dev/snd/controlC0:  byte   1547 F pulseaudio
CurrentDesktop: Unity
CurrentDmesg:
 [   18.943961] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
 [   19.717121] init: plymouth-upstart-bridge main process ended, respawning
 [   19.722598] init: plymouth-upstart-bridge main process ended, respawning
Date: Mon Dec 22 00:11:51 2014
InstallationDate: Installed on 2014-12-21 (0 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 successful
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Green Line Out, Rear
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: High background noise, or volume is too low
Title: [OptiPlex 7020, Realtek ALC3220, Green Line Out, Rear] Background noise 
or low volume
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/25/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A00
dmi.board.name: 08WKV3
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd04/25/2014:svnDellInc.:pnOptiPlex7020:pvr01:rvnDellInc.:rn08WKV3:rvrA00:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex 7020
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (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 alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1404731

Title:
  [ Dell OptiPlex 7020, Realtek ALC3220, Green Line Out, Rear]
  Background noise

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Any time I start Ubuntu, just a  sec before it starts I begin to hear 
background noise from speakers. And the noise isn't gone until I 
  shutdown the system.

  By the way, when I start listening to any music, I can't get any bass
  (although, I have a speaker system with sub woofer, and it worked fine
  for me on the previous computer).

  A lot of workaround didn't help.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  byte   1547 F pulseaudio
   /dev/snd/controlC0:  byte   1547 F pulseaudio
  CurrentDesktop: Unity
  CurrentDmesg:
   [   18.943961] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
   [   19.717121] init: plymouth-upstart-bridge main process ended, respawning
   [   19.722598] init: plymouth-upstart-bridge main process ended, respawning
  Date: Mon Dec 22 00:11:51 2014
  InstallationDate: Installed on 2014-12-21 (0 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 successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: High background noise, or volume is too low
  Title: [OptiPlex 7020, Realtek ALC3220, Green Line Out, Rear] Background 
noise or low volume
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/25/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A00
  dmi.board.name: 08WKV3
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA00:bd04/25/2014:svnDellInc.:pnOptiPlex7020:pvr01:rvnDellInc.:rn08WKV3:rvrA00:cvnDellInc.:ct6:cvr:
  dmi.product.name: OptiPlex 7020
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.

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

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

[Touch-packages] [Bug 1404730] [NEW] software updater icon displayed in Dash is too large compared to others

2014-12-21 Thread fossfreedom
Public bug reported:

Please see the enclosed screenshot - the software updater icon is
oversized compared to others displayed in Dash

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity 7.3.1+15.04.20141216-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.15.1-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Dec 21 21:13:29 2014
InstallationDate: Installed on 2014-11-27 (24 days ago)
InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141123)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

** Attachment added: "Screenshot from 2014-12-21 21:13:05.png"
   
https://bugs.launchpad.net/bugs/1404730/+attachment/4285403/+files/Screenshot%20from%202014-12-21%2021%3A13%3A05.png

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

Title:
  software updater icon displayed in Dash is too large compared to
  others

Status in unity package in Ubuntu:
  New

Bug description:
  Please see the enclosed screenshot - the software updater icon is
  oversized compared to others displayed in Dash

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: unity 7.3.1+15.04.20141216-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sun Dec 21 21:13:29 2014
  InstallationDate: Installed on 2014-11-27 (24 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Alpha amd64 (20141123)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 365917] Re: evolution crashes when more than one mail account is activated

2014-12-21 Thread Bug Watch Updater
** Changed in: evolution-data-server
   Status: Incomplete => Expired

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

Title:
  evolution crashes when more than one mail account is activated

Status in Evolution Data Server:
  Expired
Status in evolution-data-server package in Ubuntu:
  Triaged

Bug description:
  Evolution  will crash at mail retrieval  when more than one mail
  account is activated (i.e. the checkbox is checked on the main
  accounts screen).  Running evolution from terminal gives the following
  (the Estonian phrase means "Key file does not have group 'Passwords-
  Mail' "):

  ** (evolution:7251): DEBUG: mailto URL command: evolution %s
  ** (evolution:7251): DEBUG: mailto URL program: evolution
  ** (evolution:7251): DEBUG: EI: SHELL STARTUP
  e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring 
reports: Vastavusi pole)
  e-data-server-ui-Message: Võtmefail ei sisalda gruppi 'Passwords-Mail'
  Segmentation fault

  Tested on 64-bit Ubuntu 9.04 with Evolution 2.26.1. The bug was also
  present in 32bit Intrepid shortly after its release, but went away
  with upgrades a couple of days after release.

  A temporary solution is to keep multiple accounts but keep only one
  active (and after crash, do not let it retrieve mail, but set the
  accounts back to 'single active account mode' before attempting
  retrieval) - but the need for constant change is quite a nuisance when
  working at different places.

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-data-server/+bug/365917/+subscriptions

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


[Touch-packages] [Bug 1404717] [NEW] Impossible to close windows in app spread when they require further prompts

2014-12-21 Thread Aaron Hastings
Public bug reported:

Steps to reproduce:

1. Open Terminal app (for example).
2. Execute an interactive program, e.g. top
3. Open Unity app spread (Super+W).
4. Hover over Terminal window and click red 'X' button to close it.
5. Prompt opens: "Close this terminal?" as an additonal window in the app 
spread.

Expected behaviour:
Unity provides a means of closing the window directly from the spread.

Actual behaviour:
To close the window, the user must click on the "Close this terminal?" prompt, 
closing the app spread, then they must also click "Close Terminal".

This is far too many steps just to close a window from the spread that
requires a further prompt. Ideally, the user should be able to interact
with the "Close this terminal?" directly from the app spread.

I have attached a screenshot with an example of how this looks
currently.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: unity 7.3.1+14.10.20141016-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Dec 21 19:44:07 2014
InstallationDate: Installed on 2014-12-13 (7 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug utopic

** Attachment added: "Screenshot from 2014-12-02 12:23:21.png"
   
https://bugs.launchpad.net/bugs/1404717/+attachment/4285346/+files/Screenshot%20from%202014-12-02%2012%3A23%3A21.png

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

Title:
  Impossible to close windows in app spread when they require further
  prompts

Status in unity package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  1. Open Terminal app (for example).
  2. Execute an interactive program, e.g. top
  3. Open Unity app spread (Super+W).
  4. Hover over Terminal window and click red 'X' button to close it.
  5. Prompt opens: "Close this terminal?" as an additonal window in the app 
spread.

  Expected behaviour:
  Unity provides a means of closing the window directly from the spread.

  Actual behaviour:
  To close the window, the user must click on the "Close this terminal?" 
prompt, closing the app spread, then they must also click "Close Terminal".

  This is far too many steps just to close a window from the spread that
  requires a further prompt. Ideally, the user should be able to
  interact with the "Close this terminal?" directly from the app spread.

  I have attached a screenshot with an example of how this looks
  currently.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sun Dec 21 19:44:07 2014
  InstallationDate: Installed on 2014-12-13 (7 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1401238] Re: bump to new 0.4.30 version

2014-12-21 Thread Ivan Romanov
I would say that it's very very strange ))).
Thanks for explanations. I will do.

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

Title:
  bump to new 0.4.30 version

Status in libzen package in Ubuntu:
  New

Bug description:
  Please update to the latest upstream release.
  Also manually add missed cmake files. Then rebuild with cmake. It is need to 
have cmake config modules for ZenLib.
  Look at Fedora package for example. 
http://pkgs.fedoraproject.org/cgit/libzen.git/commit/?id=de88f55ad00bef4c79595f69c8e71066cfc20eff

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

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


[Touch-packages] [Bug 1303769] Re: xubuntu 14.04 service start, stop, does not work in terminal emulation

2014-12-21 Thread Ahmad Bin Musa
# su
# sudo su
# service squid3 stop
stop: Unknown instance: 
root@ahmad-HP-ProBook-450-G1:~# 


** Changed in: upstart (Ubuntu)
 Assignee: (unassigned) => Ahmad Bin Musa (ahmadbinmusa)

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

Title:
  xubuntu 14.04 service start,stop, does not work in terminal emulation

Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  xubuntu from installer-amd64/20101020ubuntu313 terminal emulation can
  not change service status.

  e.g.

  > service smbd restart
  stop: Unknown job: smbd
  start: Unknown job: smbd


  however on tty1 this works as expected. i.e. the smbd is stopped then
  started again with a process number given in output.

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

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


[Touch-packages] [Bug 1401238] Re: bump to new 0.4.30 version

2014-12-21 Thread Hans Joachim Desserud
>Is there web-interface to send bugreport?
I'm sorry, I don't think there is one. 

It's a bit strange the first time, but it actually isn't that hard to submit 
bug reports to the Debian BTS. I think all it really requires is that you put 
the package name and version number where the bug occurs at the start of your 
email, like so
Package: libzen
Version: 0.4.30-1 

Then you can fill out the rest of the message with a description of the
issue, like normal bug reports. You may also add a severity and several
other headers as mentioned on [1] (though you may found this page
already :) ).

The reportbug tool is  mainly used as a helper which will fetch version
numbers and list installed dependencies on your system automatically,
but it too will generate an email message which you may then submit.

Hope this helps. Let me know if you need any more info. :)

[1] https://www.debian.org/Bugs/Reporting

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

Title:
  bump to new 0.4.30 version

Status in libzen package in Ubuntu:
  New

Bug description:
  Please update to the latest upstream release.
  Also manually add missed cmake files. Then rebuild with cmake. It is need to 
have cmake config modules for ZenLib.
  Look at Fedora package for example. 
http://pkgs.fedoraproject.org/cgit/libzen.git/commit/?id=de88f55ad00bef4c79595f69c8e71066cfc20eff

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

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


[Touch-packages] [Bug 1404700] Re: Can not remove old kernels & upgrade system

2014-12-21 Thread Sebastian Schlatow
GParted show, that there is space left on the device.:
https://img.bi/#/GjtXZAx!9NUXq9PxBq7JRs6M0Byv9tXVrGaKBkSuk3ER6ZlY

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

Title:
  Can not remove old kernels & upgrade system

Status in apt package in Ubuntu:
  New

Bug description:
  Can not remove old kernels & upgrade system because of no space left.

  ~$ sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed 
'/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* 
\([^ ]*\).*/\1/;/[0-9]/!d')
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Probieren Sie »apt-get -f install«, um dies zu korrigieren:
  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
   linux-headers-generic : Hängt ab von: linux-headers-3.13.0-43-generic soll 
aber nicht installiert werden
  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe 
eines Pakets (oder geben Sie eine Lösung an).

  
  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  Codename: trusty


  ~$ sudo apt-get install -f
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Abhängigkeiten werden korrigiert ... Fertig
  Die folgenden Pakete wurden automatisch installiert und werden nicht mehr 
benötigt:
gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7
libbind9-80 libboost-filesystem1.46.1 libboost-iostreams1.46.1
libboost-random1.46.1 libboost-regex1.46.1 libboost-system1.46.1
libboost-thread1.46.1 libcdt4 libcelt0-0 libcmis-0.2-0 libcouchdb-glib-1.0-2
libcurl3-nss libdee-qt5-3 libdesktopcouch-glib-1.0-2 libdiscid0 libdns81
libexiv2-11 libfftw3-3 libfftw3-long3 libgdata1.9-cil libgexiv2-1 libgrail5
libgraph4 libgvc5 libisccfg82 liblwres80 libmagickcore4 libmagickcore4-extra
libmagickwand4 libmjpegtools-1.9 libmusicbrainz3-6 libopenspc0 libpathplan4
libquicktime2 libraw5 libresid-builder0c2a libruby1.8 libsidplay2
libtelepathy-farstream2 libu1db-qt5-3 linux-headers-3.13.0-36
linux-headers-3.13.0-36-generic linux-headers-3.2.0-60
linux-headers-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
linux-headers-3.2.0-69-generic-pae linux-image-3.13.0-36-generic
linux-image-extra-3.13.0-36-generic python-central python-mako
python-markupsafe python-packagekit qtdeclarative5-friends0.2
qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components
qtdeclarative5-ubuntu-settings-components-assets ttf-dejavu-extra
  Verwenden Sie »apt-get autoremove«, um sie zu entfernen.
  Die folgenden zusätzlichen Pakete werden installiert:
linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
  Die folgenden NEUEN Pakete werden installiert:
linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
  0 aktualisiert, 2 neu installiert, 0 zu entfernen und 48 nicht aktualisiert.
  3 nicht vollständig installiert oder entfernt.
  Es müssen 9.621 kB an Archiven heruntergeladen werden.
  Nach dieser Operation werden 76,4 MB Plattenplatz zusätzlich benutzt.
  Möchten Sie fortfahren? [J/n]
  Holen: 1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43 all 3.13.0-43.72 [8.907 kB]
  Holen: 2 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43-generic i386 3.13.0-43.72 [713 kB]
  Es wurden 9.621 kB in 42 s geholt (225 kB/s). 
 
  (Lese Datenbank ... 888988 Dateien und Verzeichnisse sind derzeit 
installiert.)
  Vorbereitung zum Entpacken von 
.../linux-headers-3.13.0-43_3.13.0-43.72_all.deb ...
  Entpacken von linux-headers-3.13.0-43 (3.13.0-43.72) ...
  dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/linux-headers-3.13.0-43_3.13.0-43.72_all.deb (--unpack):
   Fehler beim Anlegen des Verzeichnisses 
»./usr/src/linux-headers-3.13.0-43/arch/x86/lguest«: Auf dem Gerät ist kein 
Speicherplatz mehr verfügbar
  Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler 
wegen voller Festplatte hindeutet.

 dpkg-deb: Fehler: Unterprozess einfügen wurde 
durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
  Vorbereitung zum Entpacken von 
.../linux-headers-3.13.0-43-generic_3.13.0-43.72_i386.deb ...
  Entpacken von linux-headers-3.13.0-43-generic (3.13.0-43.72) ...
  Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler 
wegen voller Festplatte hindeutet.

 dpkg: Fehler beim Bearbeiten des Archiv

[Touch-packages] [Bug 1162475] Re: [hostnamed] Changing hostname doesn't update /etc/hosts

2014-12-21 Thread Vincent Jaubert
Still present on 14.10

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

Title:
  [hostnamed] Changing hostname doesn't update /etc/hosts

Status in gnome-control-center package in Ubuntu:
  Triaged
Status in systemd package in Ubuntu:
  Triaged
Status in gnome-control-center package in Debian:
  Fix Released

Bug description:
  GUI
  ---
  1a. Run sudo gnome-control-center, or...
  1b. Save the gnome-control-center.pkla from 
https://bazaar.launchpad.net/~ubuntu-desktop/gnome-control-center/ubuntu/revision/556
 to /var/lib/polkit-1/localauthority/10-vendor.d/ and then run 
gnome-control-center as an admin user

  2. Enter the Details panel
  3. The "Device name" (hostname) text field should be editable; change the 
text to something else.
  4. The hostname is updated instantly which can be verified by looking in 
/etc/hostname. However /etc/hosts/ is not updated.

  Command line
  
  hostnamectl set-hostname

  The hostnamed documentation at 
http://www.freedesktop.org/wiki/Software/systemd/hostnamed says
  "To properly handle name lookups with changing local hostnames without having 
to edit /etc/hosts for them we recommend using hostnamed in combination with 
nss-myhostname: http://0pointer.de/lennart/projects/nss-myhostname/ "

  Without /etc/hosts being handled correctly, the hostnamed integration
  is only half-working.


  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: gnome-control-center 1:3.6.3-0ubuntu18
  ProcVersionSignature: Ubuntu 3.8.0-15.25-generic 3.8.4
  Uname: Linux 3.8.0-15-generic x86_64
  ApportVersion: 2.9.2-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 31 08:52:57 2013
  MarkForUpload: True
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu6.1
   deja-dup26.0-0ubuntu1
   gnome-control-center-signon 0.1.5-0ubuntu1
   gnome-control-center-unity  1.2daily13.02.15-0ubuntu1
   indicator-datetime  12.10.3daily13.03.26-0ubuntu1

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

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


[Touch-packages] [Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically

2014-12-21 Thread Sebastian Schlatow
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1404700

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

Title:
  FR: Limit and clean-up kernel images and headers automatically

Status in apt package in Ubuntu:
  Fix Released
Status in aptitude package in Ubuntu:
  Fix Released
Status in apt source package in Precise:
  Fix Released
Status in aptitude source package in Precise:
  Confirmed
Status in apt source package in Quantal:
  Fix Released
Status in aptitude source package in Quantal:
  Won't Fix

Bug description:
  Question #186146 is one among multiple where user unintentionally collects 
multiple kernel images in particular with LTS. There is no hint from relevant 
package management application GUIs which advise to clean up those images. With 
future LTS support of five years the issue presumable will extend.
  Expected.
  After installation of a newer kernel image ask the user if previous kernel 
images should be removed.
  Checkbox: yes - no
  If yes, offer a list of installed kernel images, don't list the one booted. 
Advise to keep at least the last functional one.
  Also remove -headers.

  Perhaps an additional consideration for the blueprint.
  https://blueprints.launchpad.net/ubuntu/+spec/foundations-p-lts-upgrades

  There is a new Quantal blueprint regarding the subject.
  https://blueprints.launchpad.net/ubuntu/+spec/desktop-q-clean-old-kernels

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

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


[Touch-packages] [Bug 1404702] [NEW] selected radio button is not visible in WebKit 2.6 in Ambiance

2014-12-21 Thread Adam Dingle
Public bug reported:

I'm running WebKit 2.6.2 on Ubuntu 15.04 (Vivid).

With this version of WebKit, a selected radio button looks exactly like
an unselected radio button in the Ambiance theme.  You can see this, for
example, if you run Epiphany and visit
http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_radio, or any
other web page with radio buttons.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

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

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

** Also affects: epiphany-browser (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  selected radio button is not visible in WebKit 2.6 in Ambiance

Status in epiphany-browser package in Ubuntu:
  New
Status in ubuntu-themes package in Ubuntu:
  New
Status in webkit2gtk package in Ubuntu:
  New

Bug description:
  I'm running WebKit 2.6.2 on Ubuntu 15.04 (Vivid).

  With this version of WebKit, a selected radio button looks exactly
  like an unselected radio button in the Ambiance theme.  You can see
  this, for example, if you run Epiphany and visit
  http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_radio, or any
  other web page with radio buttons.

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

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


[Touch-packages] [Bug 1404700] Re: Can not remove old kernels & upgrade system

2014-12-21 Thread Sebastian Schlatow
~$ sudo apt-get install linux-image-3.13.0-43-generic 
linux-image-extra-3.13.0-43-generic linux-headers-3.13.0-43-generic 
linux-headers-3.13.0-43
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen Fertig
linux-image-3.13.0-43-generic ist schon die neueste Version.
linux-image-extra-3.13.0-43-generic ist schon die neueste Version.
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr 
benötigt:
  gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7
  libbind9-80 libboost-filesystem1.46.1 libboost-iostreams1.46.1
  libboost-random1.46.1 libboost-regex1.46.1 libboost-system1.46.1
  libboost-thread1.46.1 libcdt4 libcelt0-0 libcmis-0.2-0 libcouchdb-glib-1.0-2
  libcurl3-nss libdee-qt5-3 libdesktopcouch-glib-1.0-2 libdiscid0 libdns81
  libexiv2-11 libfftw3-3 libfftw3-long3 libgdata1.9-cil libgexiv2-1 libgrail5
  libgraph4 libgvc5 libisccfg82 liblwres80 libmagickcore4 libmagickcore4-extra
  libmagickwand4 libmjpegtools-1.9 libmusicbrainz3-6 libopenspc0 libpathplan4
  libquicktime2 libraw5 libresid-builder0c2a libruby1.8 libsidplay2
  libtelepathy-farstream2 libu1db-qt5-3 linux-headers-3.13.0-36
  linux-headers-3.13.0-36-generic linux-headers-3.2.0-60
  linux-headers-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
  linux-headers-3.2.0-69-generic-pae linux-image-3.13.0-36-generic
  linux-image-extra-3.13.0-36-generic python-central python-mako
  python-markupsafe python-packagekit qtdeclarative5-friends0.2
  qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components
  qtdeclarative5-ubuntu-settings-components-assets ttf-dejavu-extra
Verwenden Sie »apt-get autoremove«, um sie zu entfernen.
Die folgenden NEUEN Pakete werden installiert:
  linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
0 aktualisiert, 2 neu installiert, 0 zu entfernen und 48 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Es müssen noch 0 B von 9.621 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 76,4 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] 
(Lese Datenbank ... 888988 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../linux-headers-3.13.0-43_3.13.0-43.72_all.deb 
...
E: Sub-process /usr/bin/dpkg returned an error code (2)

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

Title:
  Can not remove old kernels & upgrade system

Status in apt package in Ubuntu:
  New

Bug description:
  Can not remove old kernels & upgrade system because of no space left.

  ~$ sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed 
'/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* 
\([^ ]*\).*/\1/;/[0-9]/!d')
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Probieren Sie »apt-get -f install«, um dies zu korrigieren:
  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
   linux-headers-generic : Hängt ab von: linux-headers-3.13.0-43-generic soll 
aber nicht installiert werden
  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe 
eines Pakets (oder geben Sie eine Lösung an).

  
  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  Codename: trusty


  ~$ sudo apt-get install -f
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Abhängigkeiten werden korrigiert ... Fertig
  Die folgenden Pakete wurden automatisch installiert und werden nicht mehr 
benötigt:
gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7
libbind9-80 libboost-filesystem1.46.1 libboost-iostreams1.46.1
libboost-random1.46.1 libboost-regex1.46.1 libboost-system1.46.1
libboost-thread1.46.1 libcdt4 libcelt0-0 libcmis-0.2-0 libcouchdb-glib-1.0-2
libcurl3-nss libdee-qt5-3 libdesktopcouch-glib-1.0-2 libdiscid0 libdns81
libexiv2-11 libfftw3-3 libfftw3-long3 libgdata1.9-cil libgexiv2-1 libgrail5
libgraph4 libgvc5 libisccfg82 liblwres80 libmagickcore4 libmagickcore4-extra
libmagickwand4 libmjpegtools-1.9 libmusicbrainz3-6 libopenspc0 libpathplan4
libquicktime2 libraw5 libresid-builder0c2a libruby1.8 libsidplay2
libtelepathy-farstream2 libu1db-qt5-3 linux-headers-3.13.0-36
linux-headers-3.13.0-36-generic linux-headers-3.2.0-60
linux-headers-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
linux-headers-3.2.0-69-generic-pae linux-image-3.13.0-36-generic
linux-image-extra-3.13.0-36-generic python-central python-mako
python-markupsafe python-packagekit qtdeclarative5-friends0.2
qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components
qtdeclarative5-ubun

[Touch-packages] [Bug 1404699] Re: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

2014-12-21 Thread voirev
more info: no analog option. UEFI 32bit. Intel Celeron N2807 (Bay
trail?) Everything else seems to work ok

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

Title:
  [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  no analog sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.19.0-031900rc1-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a  1967 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Dec 21 17:23:41 2014
  InstallationDate: Installed on 2014-12-20 (0 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  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/controlC0:  a  1967 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: NC11
  dmi.board.vendor: Gemini Devices
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Gemini Devices
  dmi.chassis.version: NC11
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd08/08/2014:svnGeminiDevices:pnNC11:pvrTobefilledbyO.E.M.:rvnGeminiDevices:rnNC11:rvrTobefilledbyO.E.M.:cvnGeminiDevices:ct10:cvrNC11:
  dmi.product.name: NC11
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gemini Devices

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

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


[Touch-packages] [Bug 1404700] Re: Can not remove old kernels & upgrade system

2014-12-21 Thread Sebastian Schlatow
~$ sudo apt-get remove linux-image-3.13.0-43-generic 
linux-image-extra-3.13.0-43-generic
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 linux-headers-generic : Hängt ab von: linux-headers-3.13.0-43-generic soll 
aber nicht installiert werden
 linux-image-generic : Hängt ab von: linux-image-3.13.0-43-generic soll aber 
nicht installiert werden
   Hängt ab von: linux-image-extra-3.13.0-43-generic soll 
aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe 
eines Pakets (oder geben Sie eine Lösung an).

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

Title:
  Can not remove old kernels & upgrade system

Status in apt package in Ubuntu:
  New

Bug description:
  Can not remove old kernels & upgrade system because of no space left.

  ~$ sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed 
'/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* 
\([^ ]*\).*/\1/;/[0-9]/!d')
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Probieren Sie »apt-get -f install«, um dies zu korrigieren:
  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
   linux-headers-generic : Hängt ab von: linux-headers-3.13.0-43-generic soll 
aber nicht installiert werden
  E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe 
eines Pakets (oder geben Sie eine Lösung an).

  
  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.04.1 LTS
  Release:  14.04
  Codename: trusty


  ~$ sudo apt-get install -f
  Paketlisten werden gelesen... Fertig
  Abhängigkeitsbaum wird aufgebaut.   
  Statusinformationen werden eingelesen Fertig
  Abhängigkeiten werden korrigiert ... Fertig
  Die folgenden Pakete wurden automatisch installiert und werden nicht mehr 
benötigt:
gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7
libbind9-80 libboost-filesystem1.46.1 libboost-iostreams1.46.1
libboost-random1.46.1 libboost-regex1.46.1 libboost-system1.46.1
libboost-thread1.46.1 libcdt4 libcelt0-0 libcmis-0.2-0 libcouchdb-glib-1.0-2
libcurl3-nss libdee-qt5-3 libdesktopcouch-glib-1.0-2 libdiscid0 libdns81
libexiv2-11 libfftw3-3 libfftw3-long3 libgdata1.9-cil libgexiv2-1 libgrail5
libgraph4 libgvc5 libisccfg82 liblwres80 libmagickcore4 libmagickcore4-extra
libmagickwand4 libmjpegtools-1.9 libmusicbrainz3-6 libopenspc0 libpathplan4
libquicktime2 libraw5 libresid-builder0c2a libruby1.8 libsidplay2
libtelepathy-farstream2 libu1db-qt5-3 linux-headers-3.13.0-36
linux-headers-3.13.0-36-generic linux-headers-3.2.0-60
linux-headers-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
linux-headers-3.2.0-69-generic-pae linux-image-3.13.0-36-generic
linux-image-extra-3.13.0-36-generic python-central python-mako
python-markupsafe python-packagekit qtdeclarative5-friends0.2
qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components
qtdeclarative5-ubuntu-settings-components-assets ttf-dejavu-extra
  Verwenden Sie »apt-get autoremove«, um sie zu entfernen.
  Die folgenden zusätzlichen Pakete werden installiert:
linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
  Die folgenden NEUEN Pakete werden installiert:
linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
  0 aktualisiert, 2 neu installiert, 0 zu entfernen und 48 nicht aktualisiert.
  3 nicht vollständig installiert oder entfernt.
  Es müssen 9.621 kB an Archiven heruntergeladen werden.
  Nach dieser Operation werden 76,4 MB Plattenplatz zusätzlich benutzt.
  Möchten Sie fortfahren? [J/n]
  Holen: 1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43 all 3.13.0-43.72 [8.907 kB]
  Holen: 2 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43-generic i386 3.13.0-43.72 [713 kB]
  Es wurden 9.621 kB in 42 s geholt (225 kB/s). 
 
  (Lese Datenbank ... 888988 Dateien und Verzeichnisse sind derzeit 
installiert.)
  Vorbereitung zum Entpacken von 
.../linux-headers-3.13.0-43_3.13.0-43.72_all.deb ...
  Entpacken von linux-headers-3.13.0-43 (3.13.0-43.72) ...
  dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/linux-headers-3.13.0-43_3.13.0-43.72_all.deb (--unpack):
   Fehler beim Anlegen des Verzeichnisses 
»./usr/src/linux-headers-3.13.0-43/arch/x86/lguest«: Auf dem Gerät ist kein 
Speicherplatz mehr verfügbar
  Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler 
wegen voller Festplatte hindeutet.
   

[Touch-packages] [Bug 1404699] Re: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

2014-12-21 Thread voirev
I checked kernels 3.16 and 17,18,19...

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

Title:
  [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  no analog sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.19.0-031900rc1-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a  1967 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Dec 21 17:23:41 2014
  InstallationDate: Installed on 2014-12-20 (0 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  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/controlC0:  a  1967 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: NC11
  dmi.board.vendor: Gemini Devices
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Gemini Devices
  dmi.chassis.version: NC11
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd08/08/2014:svnGeminiDevices:pnNC11:pvrTobefilledbyO.E.M.:rvnGeminiDevices:rnNC11:rvrTobefilledbyO.E.M.:cvnGeminiDevices:ct10:cvrNC11:
  dmi.product.name: NC11
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gemini Devices

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

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


[Touch-packages] [Bug 1404699] [NEW] [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

2014-12-21 Thread voirev
Public bug reported:

no analog sound

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: alsa-base 1.0.25+dfsg-0ubuntu4
Uname: Linux 3.19.0-031900rc1-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  a  1967 F pulseaudio
CurrentDesktop: XFCE
Date: Sun Dec 21 17:23:41 2014
InstallationDate: Installed on 2014-12-20 (0 days ago)
InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
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/controlC0:  a  1967 F pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_Type: No sound at all
Title: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/08/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.6.5
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: NC11
dmi.board.vendor: Gemini Devices
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Gemini Devices
dmi.chassis.version: NC11
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd08/08/2014:svnGeminiDevices:pnNC11:pvrTobefilledbyO.E.M.:rvnGeminiDevices:rnNC11:rvrTobefilledbyO.E.M.:cvnGeminiDevices:ct10:cvrNC11:
dmi.product.name: NC11
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gemini Devices

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

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

Title:
  [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  no analog sound

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  Uname: Linux 3.19.0-031900rc1-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a  1967 F pulseaudio
  CurrentDesktop: XFCE
  Date: Sun Dec 21 17:23:41 2014
  InstallationDate: Installed on 2014-12-20 (0 days ago)
  InstallationMedia: Xubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  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/controlC0:  a  1967 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [NC11, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/08/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 5.6.5
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: NC11
  dmi.board.vendor: Gemini Devices
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 10
  dmi.chassis.vendor: Gemini Devices
  dmi.chassis.version: NC11
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd08/08/2014:svnGeminiDevices:pnNC11:pvrTobefilledbyO.E.M.:rvnGeminiDevices:rnNC11:rvrTobefilledbyO.E.M.:cvnGeminiDevices:ct10:cvrNC11:
  dmi.product.name: NC11
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gemini Devices

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

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


[Touch-packages] [Bug 1404648] Re: security issues in ntp

2014-12-21 Thread Jamie Strandboge
Thanks for the bug. These issues are being tracked here:
http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9293.html
http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9294.html
http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9295.html
http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-9296.html

and there are test packages here:
https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+packages

Note: Ubuntu has mitigations in the default install that lesson the
severity of two of the CVEs.

** Information type changed from Private Security to Public Security

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

** Also affects: ntp (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

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

** Changed in: ntp (Ubuntu Lucid)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

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

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

** Changed in: ntp (Ubuntu Precise)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

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

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

** Changed in: ntp (Ubuntu Trusty)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

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

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

** Changed in: ntp (Ubuntu Utopic)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-9293

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-9294

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-9295

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-9296

** Changed in: ntp (Ubuntu)
   Status: In Progress => Triaged

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

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

Title:
  security issues in ntp

Status in ntp package in Ubuntu:
  Triaged
Status in ntp source package in Lucid:
  In Progress
Status in ntp source package in Precise:
  In Progress
Status in ntp source package in Trusty:
  In Progress
Status in ntp source package in Utopic:
  In Progress

Bug description:
  http://support.ntp.org/bin/view/Main/SecurityNotice
  lists 4 issues:

  Buffer overflow in crypto_recv()
  References: Sec 2667 / CVE-2014-9295 / VU#852879
  CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5
  Versions: All releases before 4.2.8
  Date Resolved: Stable (4.2.8) 18 Dec 2014

  Buffer overflow in ctl_putdata()
  References: Sec 2668 / CVE-2014-9295 / VU#852879
  Versions: All NTP4 releases before 4.2.8
  CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5
  Date Resolved: Stable (4.2.8) 18 Dec 2014

  Buffer overflow in configure()
  References: Sec 2669 / CVE-2014-9295 / VU#852879
  Versions: All NTP4 releases before 4.2.8
  CVSS: (AV:N/AC:L/Au:N/C:P/I:P/A:P) Base Score: 7.5
  Date Resolved: Stable (4.2.8) 18 Dec 2014

  receive(): missing return on error
  References: Sec 2670 / CVE-2014-9296 / VU#852879
  Versions: All NTP4 releases before 4.2.8
  CVSS: (AV:N/AC:L/Au:N/C:N/I:N/A:P) Base Score: 5.0
  Date Resolved: Stable (4.2.8) 18 Dec 2014

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: ntp 1:4.2.6.p5+dfsg-3ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-39.66-lowlatency 3.13.11.8
  Uname: Linux 3.13.0-39-lowlatency x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Dec 21 13:24:35 2014
  InstallationDate: Installed on 2012-08-23 (849 days ago)
  InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
  KernLog:
   
  SourcePackage: ntp
  UpgradeStatus: Upgraded to trusty on 2014-03-02 (293 days ago)
  modified.conffile..etc.ntp.conf: [modified]
  mtime.conffile..etc.ntp.conf: 2014-06-02T17:06:11.921841

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

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


[Touch-packages] [Bug 1404700] [NEW] Can not remove old kernels & upgrade system

2014-12-21 Thread Sebastian Schlatow
Public bug reported:

Can not remove old kernels & upgrade system because of no space left.

~$ sudo apt-get remove --purge $(dpkg -l 'linux-image-*' | sed 
'/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* 
\([^ ]*\).*/\1/;/[0-9]/!d')
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 linux-headers-generic : Hängt ab von: linux-headers-3.13.0-43-generic soll 
aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe 
eines Pakets (oder geben Sie eine Lösung an).


~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty


~$ sudo apt-get install -f
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Abhängigkeiten werden korrigiert ... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr 
benötigt:
  gir1.2-gst-plugins-base-0.10 gir1.2-gstreamer-0.10 gir1.2-indicate-0.7
  libbind9-80 libboost-filesystem1.46.1 libboost-iostreams1.46.1
  libboost-random1.46.1 libboost-regex1.46.1 libboost-system1.46.1
  libboost-thread1.46.1 libcdt4 libcelt0-0 libcmis-0.2-0 libcouchdb-glib-1.0-2
  libcurl3-nss libdee-qt5-3 libdesktopcouch-glib-1.0-2 libdiscid0 libdns81
  libexiv2-11 libfftw3-3 libfftw3-long3 libgdata1.9-cil libgexiv2-1 libgrail5
  libgraph4 libgvc5 libisccfg82 liblwres80 libmagickcore4 libmagickcore4-extra
  libmagickwand4 libmjpegtools-1.9 libmusicbrainz3-6 libopenspc0 libpathplan4
  libquicktime2 libraw5 libresid-builder0c2a libruby1.8 libsidplay2
  libtelepathy-farstream2 libu1db-qt5-3 linux-headers-3.13.0-36
  linux-headers-3.13.0-36-generic linux-headers-3.2.0-60
  linux-headers-3.2.0-60-generic linux-headers-3.2.0-60-generic-pae
  linux-headers-3.2.0-69-generic-pae linux-image-3.13.0-36-generic
  linux-image-extra-3.13.0-36-generic python-central python-mako
  python-markupsafe python-packagekit qtdeclarative5-friends0.2
  qtdeclarative5-u1db1.0 qtdeclarative5-ubuntu-settings-components
  qtdeclarative5-ubuntu-settings-components-assets ttf-dejavu-extra
Verwenden Sie »apt-get autoremove«, um sie zu entfernen.
Die folgenden zusätzlichen Pakete werden installiert:
  linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
Die folgenden NEUEN Pakete werden installiert:
  linux-headers-3.13.0-43 linux-headers-3.13.0-43-generic
0 aktualisiert, 2 neu installiert, 0 zu entfernen und 48 nicht aktualisiert.
3 nicht vollständig installiert oder entfernt.
Es müssen 9.621 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 76,4 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n]
Holen: 1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43 all 3.13.0-43.72 [8.907 kB]
Holen: 2 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main 
linux-headers-3.13.0-43-generic i386 3.13.0-43.72 [713 kB]
Es wurden 9.621 kB in 42 s geholt (225 kB/s).  
(Lese Datenbank ... 888988 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../linux-headers-3.13.0-43_3.13.0-43.72_all.deb 
...
Entpacken von linux-headers-3.13.0-43 (3.13.0-43.72) ...
dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/linux-headers-3.13.0-43_3.13.0-43.72_all.deb (--unpack):
 Fehler beim Anlegen des Verzeichnisses 
»./usr/src/linux-headers-3.13.0-43/arch/x86/lguest«: Auf dem Gerät ist kein 
Speicherplatz mehr verfügbar
Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler 
wegen voller Festplatte hindeutet.

   dpkg-deb: Fehler: Unterprozess einfügen wurde 
durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Vorbereitung zum Entpacken von 
.../linux-headers-3.13.0-43-generic_3.13.0-43.72_i386.deb ...
Entpacken von linux-headers-3.13.0-43-generic (3.13.0-43.72) ...
Es wurde kein Apport-Bericht verfasst, da die Fehlermeldung auf einen Fehler 
wegen voller Festplatte hindeutet.

   dpkg: Fehler beim Bearbeiten des Archivs 
/var/cache/apt/archives/linux-headers-3.13.0-43-generic_3.13.0-43.72_i386.deb 
(--unpack):
 
»/usr/src/linux-headers-3.13.0-43-generic/include/config/ath9k/common.h.dpkg-new«
 konnte nicht angelegt werden (während der Verarbeitung von 
»./usr/src/linux-headers-3.13.0-43-generic/include/config/ath9k/common.h«): Auf 
dem Gerät ist kein Speicherplatz mehr verfügbar
dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe 
unterbrochen (broken pipe)) getötet
Fehler traten auf beim Bearbeiten vo

[Touch-packages] [Bug 1404694] Re: Version in 14.10 fails to ssh into virtual devices due to cipher incompatibility

2014-12-21 Thread Franck
** Description changed:

  With ubuntu-sdk from default utopic repositories, testing or deploying
  to a (virtual) device fails due to some ssh cipher incompatibilities:
  
  Connecting to host...
  SSH connection failure: SSH Protocol error: Server and client capabilities 
don't match. Client list was: aes128-cbc,3des-cbc.
  Server list was 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,chacha20-poly1...@openssh.com.
  
  Device test failed.
  
- Upgrading to the version found in ppa:ubuntu-sdk-team/ppa.
+ Upgrading to the version found in ppa:ubuntu-sdk-team/ppa solves the
+ issue.

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

Title:
  Version in 14.10 fails to ssh into virtual devices due to cipher
  incompatibility

Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  With ubuntu-sdk from default utopic repositories, testing or deploying
  to a (virtual) device fails due to some ssh cipher incompatibilities:

  Connecting to host...
  SSH connection failure: SSH Protocol error: Server and client capabilities 
don't match. Client list was: aes128-cbc,3des-cbc.
  Server list was 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,chacha20-poly1...@openssh.com.

  Device test failed.

  Upgrading to the version found in ppa:ubuntu-sdk-team/ppa solves the
  issue.

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

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


[Touch-packages] [Bug 1399096] Re: Touchpad lost function after switch from guest to user account

2014-12-21 Thread Ahmed Shams
Most propably, this should be reported against lightdm.

** Package changed: xserver-xorg-input-synaptics (Ubuntu) => lightdm
(Ubuntu)

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

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

Title:
  Touchpad lost function after switch from guest to user account

Status in OEM Priority Project:
  New
Status in lightdm package in Ubuntu:
  New

Bug description:
  Reproduce steps:
1) Change account to guest by click guest account on the menu.
2) Change account to user again
3) Touchpad lost its function.

  When the touchpad becomes malfunction, there are some messages in
  /var/log/Xorg.0.log

  [   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
  [   282.940] [dix] couldn't enable device 11
  [   282.940] setversion 1.4 failed: Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
  Uname: Linux 3.13.0-41-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Dec  4 02:25:41 2014
  DistUpgraded: Fresh install
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-stella-neihu-trusty-amd64-20141125-0
  DistroCodename: trusty
  DistroVariant: ubuntu
  InstallationDate: Installed on 2014-12-04 (0 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20141125-01:45
  Lsusb:
   Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
   Bus 001 Device 002: ID 8087:8000 Intel Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Hewlett-Packard HP 15 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-41-generic 
root=UUID=f7c1e040-6471-4e14-9e77-bb406b63fad3 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
  SourcePackage: xserver-xorg-input-synaptics
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/28/2014
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.32
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2211
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 86.45
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097F12005F1620100:rvnHewlett-Packard:rn2211:rvr86.45:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP 15 Notebook PC
  dmi.product.version: 097F12005F1620100
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1stella3
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Thu Dec  4 02:21:16 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   17900 
   vendor AUO
  xserver.version: 2:1.15.1-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1399096/+subscriptions

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


[Touch-packages] [Bug 923876] Re: FR: Limit and clean-up kernel images and headers automatically

2014-12-21 Thread Sebastian Schlatow
I also have this bug.:

~$ dpkg -l | grep -i linux
ii  dmsetup   2:1.02.77-6ubuntu2
  i386 Linux Kernel Device Mapper userspace 
library
ii  eject 
2.1.5+deb1+cvs20081104-13.1 i386 ejects CDs and 
operates CD-Changers under Linux
ii  fonts-lklug-sinhala   0.6-3 
  all  Unicode Sinhala font by Lanka Linux 
User Group
ii  hplip 3.14.3-0ubuntu3.2 
  i386 HP Linux Printing and Imaging System 
(HPLIP)
ii  hplip-data3.14.3-0ubuntu3.2 
  all  HP Linux Printing and Imaging - data 
files
ii  iw3.4-1 
  i386 tool for configuring Linux wireless 
devices
ii  kbd   1.15.5-1ubuntu1   
  i386 Linux console font and keytable 
utilities
ii  keyutils  1.5.6-1   
  i386 Linux Key Management Utilities
ii  kmod  15-0ubuntu6   
  i386 tools for managing Linux kernel 
modules
ii  libaio1:i386  0.3.109-4 
  i386 Linux kernel AIO access library - 
shared library
ii  libbluetooth3:i3864.101-0ubuntu13   
  i386 Library to use the BlueZ Linux 
Bluetooth stack
ii  libdevmapper-event1.02.1:i386 2:1.02.77-6ubuntu2
  i386 Linux Kernel Device Mapper event 
support library
ii  libdevmapper1.02.1:i386   2:1.02.77-6ubuntu2
  i386 Linux Kernel Device Mapper userspace 
library
ii  libhyphen02.8.6-3ubuntu2
  i386 ALTLinux hyphenation library - 
shared library
ii  libkeyutils1:i386 1.5.6-1   
  i386 Linux Key Management Utilities 
(library)
ii  libpci3:i386  1:3.2.1-1ubuntu5  
  i386 Linux PCI Utilities (shared library)
ii  libsctp1:i386 1.0.15+dfsg-1 
  i386 user-space access to Linux Kernel 
SCTP - shared library
ii  libselinux1:i386  2.2.2-1ubuntu0.1  
  i386 SELinux runtime shared libraries
ii  libsemanage-common2.2-1 
  all  Common files for SELinux policy 
management libraries
ii  libsemanage1:i386 2.2-1 
  i386 SELinux policy management library
ii  libsepol1:i3862.2-1 
  i386 SELinux library for manipulating 
binary security policies
ii  libv4l-0:i386 1.0.1-1   
  i386 Collection of video4linux support 
libraries
ii  libv4lconvert0:i386   1.0.1-1   
  i386 Video4linux frame format conversion 
library
ii  libva1:i386   1.3.0-2   
  i386 Video Acceleration (VA) API for 
Linux -- runtime
ii  linux-firmware1.127.10  
  all  Firmware for Linux kernel drivers
iU  linux-generic 3.13.0.43.50  
  i386 Complete Generic Linux kernel and 
headers
ii  linux-headers-3.13.0-36   3.13.0-36.63  
  all  Header files related to Linux kernel 
version 3.13.0
ii  linux-headers-3.13.0-36-generic   3.13.0-36.63  
  i386 Linux kernel headers for version 
3.13.0 on 32 bit x86 SMP
ii  linux-headers-3.13.0-37   3.13.0-37.64  
  all  Header files related to Linux kernel 
version 3.13.0
ii  linux-headers-3.

[Touch-packages] [Bug 1399096] [NEW] Touchpad lost function after switch from guest to user account

2014-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Reproduce steps:
  1) Change account to guest by click guest account on the menu.
  2) Change account to user again
  3) Touchpad lost its function.

When the touchpad becomes malfunction, there are some messages in
/var/log/Xorg.0.log

[   282.908] (WW) synaptics: SynPS/2 Synaptics TouchPad: can't grab event 
device, errno=16
[   282.940] [dix] couldn't enable device 11
[   282.940] setversion 1.4 failed: Permission denied

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xserver-xorg-input-synaptics 1.7.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-41.69stella1-generic 3.13.11.10
Uname: Linux 3.13.0-41-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Dec  4 02:25:41 2014
DistUpgraded: Fresh install
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-stella-neihu-trusty-amd64-20141125-0
DistroCodename: trusty
DistroVariant: ubuntu
InstallationDate: Installed on 2014-12-04 (0 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20141125-01:45
Lsusb:
 Bus 001 Device 003: ID 0bda:5776 Realtek Semiconductor Corp. 
 Bus 001 Device 002: ID 8087:8000 Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Hewlett-Packard HP 15 Notebook PC
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-41-generic 
root=UUID=f7c1e040-6471-4e14-9e77-bb406b63fad3 ro quiet splash 
video.use_native_backlight=1 radeon.modeset=0 nouveau.modeset=0 vt.handoff=7
SourcePackage: xserver-xorg-input-synaptics
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/28/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.32
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2211
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 86.45
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.32:bd10/28/2014:svnHewlett-Packard:pnHP15NotebookPC:pvr097F12005F1620100:rvnHewlett-Packard:rn2211:rvr86.45:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP 15 Notebook PC
dmi.product.version: 097F12005F1620100
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.910-0ubuntu1.1stella3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Dec  4 02:21:16 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   17900 
 vendor AUO
xserver.version: 2:1.15.1-0ubuntu2

** Affects: oem-priority
 Importance: Undecided
 Status: New

** Affects: lightdm (Ubuntu)
 Importance: Low
 Status: New


** Tags: amd64 apport-bug trusty ubuntu
-- 
Touchpad lost function after switch from guest to user account
https://bugs.launchpad.net/bugs/1399096
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to lightdm 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 1404694] [NEW] Version in 14.10 fails to ssh into virtual devices due to cipher incompatibility

2014-12-21 Thread Franck
Public bug reported:

With ubuntu-sdk from default utopic repositories, testing or deploying
to a (virtual) device fails due to some ssh cipher incompatibilities:

Connecting to host...
SSH connection failure: SSH Protocol error: Server and client capabilities 
don't match. Client list was: aes128-cbc,3des-cbc.
Server list was 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,chacha20-poly1...@openssh.com.

Device test failed.

Upgrading to the version found in ppa:ubuntu-sdk-team/ppa.

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

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

Title:
  Version in 14.10 fails to ssh into virtual devices due to cipher
  incompatibility

Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  With ubuntu-sdk from default utopic repositories, testing or deploying
  to a (virtual) device fails due to some ssh cipher incompatibilities:

  Connecting to host...
  SSH connection failure: SSH Protocol error: Server and client capabilities 
don't match. Client list was: aes128-cbc,3des-cbc.
  Server list was 
aes128-ctr,aes192-ctr,aes256-ctr,aes128-...@openssh.com,aes256-...@openssh.com,chacha20-poly1...@openssh.com.

  Device test failed.

  Upgrading to the version found in ppa:ubuntu-sdk-team/ppa.

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

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


[Touch-packages] [Bug 1400456] Re: package linux-image-3.13.0-41-generic 3.13.0-41.70 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

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

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

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

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-41-generic 3.13.0-41.70
  ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
  Uname: Linux 3.13.0-37-generic i686
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter  1631 F pulseaudio
  Date: Mon Dec  8 19:59:20 2014
  DuplicateSignature: 
package:linux-image-3.13.0-41-generic:3.13.0-41.70:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=85dec183-dfaf-4d02-8c6e-e3908eccbd89
  InstallationDate: Installed on 2014-10-19 (50 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release i386 (20140723)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Dell Inc. OptiPlex 745
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=cabda44a-a23f-4554-9815-bf7c001d9c7c ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-3.13.0-41-generic 3.13.0-41.70 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/12/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.6.2
  dmi.board.name: 0WF810
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 15
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.2:bd08/12/2008:svnDellInc.:pnOptiPlex745:pvr:rvnDellInc.:rn0WF810:rvr:cvnDellInc.:ct15:cvr:
  dmi.product.name: OptiPlex 745
  dmi.sys.vendor: Dell Inc.

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

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


[Touch-packages] [Bug 1191817] Re: package initramfs-tools 0.99ubuntu13.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-12-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 923876 ***
https://bugs.launchpad.net/bugs/923876

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package initramfs-tools 0.99ubuntu13.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  bug looks similar to many of those listed, just not sure that all of
  the distributions and kernal versions are the same as for my
  initramfs-tools failed to  install

  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: initramfs-tools 0.99ubuntu13.1
  ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46
  Uname: Linux 3.2.0-48-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Mon Jun 17 09:00:52 2013
  ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.99ubuntu13.1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
  UpgradeStatus: Upgraded to precise on 2013-06-17 (0 days ago)

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

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


[Touch-packages] [Bug 1191789] Re: package linux-image-extra-3.5.0-34-generic 3.5.0-34.55 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2014-12-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 923876 ***
https://bugs.launchpad.net/bugs/923876

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package linux-image-extra-3.5.0-34-generic 3.5.0-34.55 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  encountered as part of a dist upgrade.

  lsb_release -rd
  Description:  Ubuntu 12.10
  Release:  12.10

  
  apt-cache policy initramfs-tools
  initramfs-tools:
Installed: 0.103ubuntu0.2
Candidate: 0.103ubuntu0.2
Version table:
   *** 0.103ubuntu0.2 0
  500 http://us.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Package
  DistroRelease: Ubuntu 12.10
  Package: linux-image-extra-3.5.0-34-generic 3.5.0-34.55
  ProcVersionSignature: Ubuntu 3.2.0-39.62-generic 3.2.39
  Uname: Linux 3.2.0-39-generic x86_64
  ApportVersion: 2.6.1-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp3', '/dev/dsp2', 
'/dev/dsp1', '/dev/dsp', '/dev/snd/by-path', '/dev/snd/controlC0', 
'/dev/snd/hwC0D2', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D1p', '/dev/snd/pcmC0D2p', '/dev/snd/seq', '/dev/snd/timer', 
'/dev/sequencer'] failed with exit code 1:
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Date: Mon Jun 17 09:15:33 2013
  DuplicateSignature: 
package:linux-image-extra-3.5.0-34-generic:3.5.0-34.55:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  HibernationDevice: RESUME=UUID=81ba4ea5-866e-4eb0-a12c-a3e5c4763735
  InstallationDate: Installed on 2010-08-30 (1021 days ago)
  InstallationMedia: Ubuntu-Server 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.2)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: Gigabyte Technology Co., Ltd. G41M-Combo
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-39-generic 
root=UUID=6aee59b9-ac18-471b-9c84-1fc59b38df6a ro quiet
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/bradb not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.00-7ubuntu11
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-3.5.0-34-generic 3.5.0-34.55 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  UpgradeStatus: Upgraded to quantal on 2013-06-17 (0 days ago)
  dmi.bios.date: 06/09/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F3
  dmi.board.name: G41M-Combo
  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.:bvrF3:bd06/09/2010:svnGigabyteTechnologyCo.,Ltd.:pnG41M-Combo:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41M-Combo:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: G41M-Combo
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

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


[Touch-packages] [Bug 1196016] Re: package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade: Didn't notice full boot partition

2014-12-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 923876 ***
https://bugs.launchpad.net/bugs/923876

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Confirmed

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

Title:
  package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade:
  Didn't notice full boot partition

Status in initramfs-tools package in Ubuntu:
  Confirmed

Bug description:
  apt-get (again) did not check for the available disk size and failed
  to notice that the boot partition was too small.

  ProblemType: Package
  DistroRelease: Ubuntu 13.04
  Package: initramfs-tools 0.103ubuntu0.7
  ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7
  Uname: Linux 3.5.0-27-generic x86_64
  NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv btrfs libcrc32c 
ufs qnx4 hfsplus hfs minix ntfs msdos xfs reiserfs usblp nls_iso8859_1 
usb_storage pci_stub deflate zlib_deflate ctr twofish_generic 
twofish_x86_64_3way twofish_x86_64 twofish_common camellia_generic 
camellia_x86_64 dm_crypt serpent_sse2_x86_64 cryptd lrw serpent_generic xts 
gf128mul blowfish_generic blowfish_x86_64 blowfish_common cast5 des_generic 
kvm_intel xcbc kvm rmd160 bnep sha512_generic rfcomm bluetooth parport_pc ppdev 
gpio_ich crypto_null joydev af_key xfrm_algo binfmt_misc nfsd nfs lockd fscache 
auth_rpcgss nfs_acl sunrpc ext2 snd_hda_codec_realtek snd_hda_intel 
snd_hda_codec snd_hwdep snd_pcm microcode psmouse serio_raw snd_seq_midi 
snd_rawmidi nvidia snd_seq_midi_event snd_seq snd_timer snd_seq_device snd 
mac_hid lpc_ich soundcore snd_page_alloc coretemp lp parport jfs vesafb 
hid_microsoft usbhid hid atl1e pata_marvell ahci libahci
  ApportVersion: 2.9.2-0ubuntu8.2
  Architecture: amd64
  Date: Sat Jun 29 14:07:05 2013
  DuplicateSignature: package:initramfs-tools:0.103ubuntu0.7:ErrorMessage: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
  ErrorMessage: ErrorMessage: Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.103ubuntu0.7 failed to install/upgrade: 
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
  UpgradeStatus: Upgraded to raring on 2013-06-29 (0 days ago)

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

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


[Touch-packages] [Bug 1276186] Re: System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

2014-12-21 Thread Adam Dingle
I'm still seeing this behavior in Ubuntu 15.04 when typing in Geary
0.9.0.

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

Title:
  System becomes unresponsive, ibus-ui-daemon takes ~150 % cpu

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  As stated the graphical desktop became unresponsive. Dropping to
  CTRL + ALT + F1 terminal and `top`showed ibus-ui-daemon taking around 150 % 
cpu time and ibus-ui-gtk3 taking around 50 % cpu time.

  (names may contain minor errors)

  Tried to kill processes, rebooted.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: ibus 1.5.3-6ubuntu2.1
  ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Tue Feb  4 16:41:03 2014
  InstallationDate: Installed on 2013-09-10 (147 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  SourcePackage: ibus
  UpgradeStatus: Upgraded to saucy on 2013-10-23 (104 days ago)

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

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


[Touch-packages] [Bug 1404677] [NEW] Not package 'bluez-hcidump' for debug

2014-12-21 Thread Cristian Aravena Romero
Public bug reported:

Your bug report will be processed in few seconds.
If you can reproduce it, please follow the next steps:
- Install the package 'bluez-hcidump'
- Open a new terminal
- Run the command "sudo hcidump -XYt > $HOME/hci.log"
- Reproduce the actions until the error happens
- On the terminal, press Ctrl+C to stop hcidump.
- Attach the file hci.log to the bug report.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: bluez 4.101-0ubuntu20
Uname: Linux 3.19.0-031900rc1-generic x86_64
ApportVersion: 2.15.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Dec 21 12:27:08 2014
InstallationDate: Installed on 2014-09-25 (87 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 (20140923)
InterestingModules: btusb rfcomm bnep bluetooth
MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.19.0-031900rc1-generic 
root=UUID=0fb75fae-baa3-428b-ace4-498e69ff7fb6 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/15/2013
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: P14AAJ
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: SAMSUNG_NP1234567890
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: FAB1
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:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
dmi.product.name: 530U3C/530U4C
dmi.product.version: 0.1
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: C4:85:08:6C:01:0A  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN 
RX bytes:101045 acl:147 sco:1692 events:1174 errors:0
TX bytes:515494 acl:1861 sco:1669 commands:94 errors:0

** Affects: bluez (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 bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1404677

Title:
  Not package 'bluez-hcidump' for debug

Status in bluez package in Ubuntu:
  New

Bug description:
  Your bug report will be processed in few seconds.
  If you can reproduce it, please follow the next steps:
  - Install the package 'bluez-hcidump'
  - Open a new terminal
  - Run the command "sudo hcidump -XYt > $HOME/hci.log"
  - Reproduce the actions until the error happens
  - On the terminal, press Ctrl+C to stop hcidump.
  - Attach the file hci.log to the bug report.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: bluez 4.101-0ubuntu20
  Uname: Linux 3.19.0-031900rc1-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Dec 21 12:27:08 2014
  InstallationDate: Installed on 2014-09-25 (87 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140923)
  InterestingModules: btusb rfcomm bnep bluetooth
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 530U3C/530U4C
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-3.19.0-031900rc1-generic 
root=UUID=0fb75fae-baa3-428b-ace4-498e69ff7fb6 ro rootflags=subvol=@ quiet 
splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/15/2013
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P14AAJ
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: SAMSUNG_NP1234567890
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  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:bvnPhoenixTechnologiesLtd.:bvrP14AAJ:bd04/15/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn530U3C/530U4C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSAMSUNG_NP1234567890:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 530U3C/530U4C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  hciconfig:
   hci0:Type: BR/EDR  Bus: USB
BD Address: C4:85:08:6C:01:0A  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN 
RX bytes:101045 acl:147 sco:1692 events:1174 errors:0
TX bytes:515494 acl:1861 sco:1669 commands:94 errors:0

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

-- 
Ma

[Touch-packages] [Bug 1404671] [NEW] Closing an app via appspread with a confirm dialogue locks up interface

2014-12-21 Thread Patrick Bowen
Public bug reported:

I'm unsure if it's called "appspread," but it's when you click an icon in the 
Laucher of an application with many windows, and it will present them all to 
you. I was trying to close an unsaved Gimp project, which came up with a 
dialogue I could not get to. It required me pressing the arrow keys and enter, 
blindly, to finally close it. The appspread was still locked up, however, and I 
needed to go onto another application in the launcher to leave it.
I also quickly tested this with gedit, with the same result, yet not such a 
restrictive lockup, this time.
Note, I have compiz enabled, but I don't think this is affected by that...

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

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

Title:
  Closing an app via appspread with a confirm dialogue locks up
  interface

Status in unity package in Ubuntu:
  New

Bug description:
  I'm unsure if it's called "appspread," but it's when you click an icon in the 
Laucher of an application with many windows, and it will present them all to 
you. I was trying to close an unsaved Gimp project, which came up with a 
dialogue I could not get to. It required me pressing the arrow keys and enter, 
blindly, to finally close it. The appspread was still locked up, however, and I 
needed to go onto another application in the launcher to leave it.
  I also quickly tested this with gedit, with the same result, yet not such a 
restrictive lockup, this time.
  Note, I have compiz enabled, but I don't think this is affected by that...

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

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


[Touch-packages] [Bug 790774] Re: ssh hangs after inactivity (maybe when connection is lost)

2014-12-21 Thread teo1978
And by the way, who set the importance to "Low" should seriously
reconsider.

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

Title:
  ssh hangs after inactivity (maybe when connection is lost)

Status in openssh package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. Open a terminal
  2. Write:
ssh u...@myhost.com
  where myhost.com is some host where you have ssh access and user is the user 
name
  3. Enter the password when prompted
  4. Wait for several minutes or hours without doing anything
  5. try to type something

  Expected: either the connection is still alive, in which case you
  should be able to type, see what you type, and do things while logged
  on the remote machine, OR the connection has been closed due to
  inactivity, in which case ssh should show a message and gracefully
  quit.

  Observed: ssh hangs; No message is shown; the remote machine's
  "prompt" is still shown and the cursor still blinks, but you are
  unable to type anything. You can't even quit ssh (typing "exit" has no
  effect)  and return to normal local terminal operation. The only way
  out is to close the terminal (or open another one and kill the ssh
  process)

  I guess this happens when the connection with the server is lost,
  probably closed by the server due to inactivity; however the client
  should detect this and gracefully exit.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: ssh (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
  Uname: Linux 2.6.32-31-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Tue May 31 18:04:56 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: openssh

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

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


[Touch-packages] [Bug 790774] Re: ssh hangs after inactivity (maybe when connection is lost)

2014-12-21 Thread teo1978
I don't know why this was closed for inactivity. I provided the
information I was asked for, so this hould not have remnained in the
Incomplete state in the first place.

I can still reproduce this, systematically, and I have observed it on
several machines and with several servers (with different linux
distributions and from different hosting providers). So I'm going to
change this to "confirmed".

There is one thing worth noting, though: this seems to happen when the client 
is connected via WIFI (to a LAN connected to the Internet, of course), but not 
when connected via an ethernet cable.
So, I guess this may be triggered by a network connection issue, not by the 
server closing the connection?
In ANY case, the client should show a meaningful error message and quit, if the 
connection really is broken: not doing so is a bug for sure; and it doesn't 
seem there's a good reason for it breaking in the first place, either.

@zulcss please could you try if you can reproduce it when connected via
wifi?

** Changed in: openssh (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  ssh hangs after inactivity (maybe when connection is lost)

Status in openssh package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:

  1. Open a terminal
  2. Write:
ssh u...@myhost.com
  where myhost.com is some host where you have ssh access and user is the user 
name
  3. Enter the password when prompted
  4. Wait for several minutes or hours without doing anything
  5. try to type something

  Expected: either the connection is still alive, in which case you
  should be able to type, see what you type, and do things while logged
  on the remote machine, OR the connection has been closed due to
  inactivity, in which case ssh should show a message and gracefully
  quit.

  Observed: ssh hangs; No message is shown; the remote machine's
  "prompt" is still shown and the cursor still blinks, but you are
  unable to type anything. You can't even quit ssh (typing "exit" has no
  effect)  and return to normal local terminal operation. The only way
  out is to close the terminal (or open another one and kill the ssh
  process)

  I guess this happens when the connection with the server is lost,
  probably closed by the server due to inactivity; however the client
  should detect this and gracefully exit.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: ssh (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
  Uname: Linux 2.6.32-31-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Tue May 31 18:04:56 2011
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: openssh

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

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


[Touch-packages] [Bug 1404664] [NEW] X Server stopps responding

2014-12-21 Thread Gal Ish Shalom
Public bug reported:

Usually when working with google-chrome or chromium, X server stops responding; 
you can see the screen, mouse is moving (event changing cursors correctly) but 
no action can be taken.
Ctrl+Alt+F1 is working, from where chrome processes can be killed, but 
situation does not change.
"Kill the X server" available through tweaks does terminate the server, but it 
does not load back again (a gray screen appears, and nothing else happens). At 
this point, Ctrl+Alt+F1 does  nothing.

Ubuntu 14.04.1 LTS
Software Center 13.10 ?

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: GNOME
Date: Sun Dec 21 16:17:37 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e32] 
(rev 03) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
   Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
InstallationDate: Installed on 2014-12-20 (1 days ago)
InstallationMedia: Ubuntu-GNOME 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
MachineType: Gigabyte Technology Co., Ltd. G41MT-D3V
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-43-generic 
root=UUID=1fe06d4c-cb2b-4f46-8b87-24bc658d288a ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/09/2011
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F2
dmi.board.name: G41MT-D3V
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF2:bd03/09/2011:svnGigabyteTechnologyCo.,Ltd.:pnG41MT-D3V:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnG41MT-D3V:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: G41MT-D3V
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Dec 21 15:28:08 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputGASIA USB KB V11 KEYBOARD, id 8
 inputGASIA USB KB V11 KEYBOARD, id 9
 input USB OPTICAL MOUSE   MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id  13 
 vendor ACR
xserver.version: 2:1.15.1-0ubuntu2.6

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


** Tags: amd64 apport-bug trusty ubuntu

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

Title:
  X Server stopps responding

Status in xorg package in Ubuntu:
  New

Bug description:
  Usually when working with google-chrome or chromium, X server stops 
responding; you can see the screen, mouse is moving (event changing cursors 
correctly) but no action can be taken.
  Ctrl+Alt+F1 is working, from where chrome processes can be killed, but 
situation does not change.
  "Kill the X server" available through tweaks does terminate the server, but 
it does not load back again (a gray screen appears, and nothing else happens). 
At this point, Ctrl+Alt+F1 does  nothing.

  Ubuntu 14.04.1 LTS
  Software Center 13.10 ?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: GNOME
  Date: Sun Dec 21 16:17:37 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
   Intel Corporation 4 Series Chi

[Touch-packages] [Bug 1404589] Re: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at all

2014-12-21 Thread Antonio Rodriguez
** Package changed: alsa-driver (Ubuntu) => linux-meta (Ubuntu)

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

Title:
  [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at
  all

Status in linux-meta package in Ubuntu:
  New

Bug description:
  New Toshiba P50-B, but no sound. "ubuntu-bug -s audio" said that
  PulseAudio was not configured to use the card I want output from
  (Built-In Audio - HDA Intel HDMI, but pavucontrol hasn't helped anyway
  (in pavucontrol, under Configuration tab, all options under Built-In
  Audio claim that they are unplugged [ 3 options say "Digital Stereo
  (HDMI) Output (unplugged)", 3 more options say "Digital Surround 5.1
  (HDMI) output (unplugged)" and an "Off" option]).

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu4
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  CurrentDesktop: X-Cinnamon
  Date: Sat Dec 20 20:51:49 2014
  InstallationDate: Installed on 2014-12-18 (2 days ago)
  InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:HDMI failed
  Symptom_Card: Built-in Audio - HDA Intel HDMI
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC1D0c:   taser  2786 F...m pulseaudio
   /dev/snd/controlC1:  taser  2786 F pulseaudio
   /dev/snd/pcmC0D3p:   taser  2786 F...m pulseaudio
   /dev/snd/controlC0:  taser  2786 F pulseaudio
  Symptom_Jack: Digital Out, HDMI
  Symptom_Type: No sound at all
  Title: [Satellite P50-B, Intel Haswell HDMI, Digital Out, HDMI] No sound at 
all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/14/2014
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: 1.30
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: VG20SQ
  dmi.board.vendor: TOSHIBA
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.30:bd08/14/2014:svnTOSHIBA:pnSatelliteP50-B:pvrPSPNUU-01P02Q:rvnTOSHIBA:rnVG20SQ:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
  dmi.product.name: Satellite P50-B
  dmi.product.version: PSPNUU-01P02Q
  dmi.sys.vendor: TOSHIBA

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

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


[Touch-packages] [Bug 1240336] Re: Not authorized to perform operation / Unable to determine the session we are in: No session for pid

2014-12-21 Thread arty
In my case the deinstallation of ulatencyd has solved the problem.

I had the problem in the old install, made a clean install and at some
point started seeing the problem again. Somehow I guessed I should try
deinstalling ulatencyd and it helped indeed. Installing it again and
rebooting makes the problem appear again.

I have reported the issue to ulatencyd as
https://bugs.launchpad.net/ubuntu/+source/ulatencyd/+bug/1404653

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

Title:
  Not authorized to perform operation / Unable to determine the session
  we are in: No session for pid

Status in gdm package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in lxdm package in Ubuntu:
  Confirmed
Status in policykit-desktop-privileges package in Ubuntu:
  Confirmed

Bug description:
  After a new install of 64 bit Ubuntu 13.10 on my second partition, I
  used dpkg to reinstall all the same packages I had on my 32 bit 13.04
  partition.  I copied all my home directory files over and updated all
  the packages.  I now find that I don't have permissions to change the
  network settings; I can't mount my other hard drive or any USB stick
  using nautilus, or (udisks without using sudo)' I can't run synaptic
  by clicking on the GUI (I have to go to a terminal and sudo synaptic);
  etc.  I can't find any documentation on the configuration of
  policykit-desktop-privileges, so I'm filing this bug.  For me it
  appears to be totally broken.  Maybe someone can help me out.

  Thanks,

  Rob

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: policykit-desktop-privileges 0.16
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Tue Oct 15 20:20:55 2013
  InstallationDate: Installed on 2013-10-09 (7 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Beta amd64 (20131008)
  MarkForUpload: True
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: policykit-desktop-privileges
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1382843] Re: uoa publishing on flickr, corrupted double-linked list error

2014-12-21 Thread Janne Moren
Something happened in the last week or so of updates for 14.10. Instead
of crashing directly or shortly after uploading, now the Flickr dialog
hangs busy-waiting for a minute or two, after which Shotwell crashes.
Now it's impossible to upload things at all, in other words.

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

Title:
  uoa publishing on flickr, corrupted double-linked list error

Status in libsignon-glib package in Ubuntu:
  Fix Released
Status in shotwell package in Ubuntu:
  In Progress
Status in libsignon-glib source package in Trusty:
  Fix Committed
Status in libsignon-glib source package in Utopic:
  New
Status in shotwell source package in Utopic:
  New

Bug description:
  * Impact
  Trying to upload photos makes shotwell hit a segfault

  * Test case
  Try to publish a photo to an online configured through online-accounts

  * Regression potential
  Check that you can add and use online accounts without issues (in shotwell 
and other unity7 desktop components)

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

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


[Touch-packages] [Bug 1404548] Re: sort --reverse does not reverse numeric sorts

2014-12-21 Thread rdks
This is not a bug, but expected behaviour.

If an ordering option is supplied to '-k' ('n' in this particular case),
global ordering options are overridden.

I.e. when sort is called this way:
sort --reverse -k2
the global option '--reverse' takes effect.

But in this case:
sort --reverse -k2n
the '--reverse' option is overridden by 'n', therefore the command
becomes equivalent to:
sort -n -k2

The solution woud be to to either stick to global options:
   sort --reverse --numeric-sort -k2
or if sorting options for multiple fields are required, to add a
local reverse option to '-k':
   sort -k2rn

BTW: this behaviour is also documented in the man page:
...
   -k, --key=KEYDEF
  sort via a key; KEYDEF gives location and type
...
   KEYDEF is F[.C][OPTS][,F[.C][OPTS]] for start and stop position, where F 
is a field number and C a character position in the field; both are origin 1, 
and the stop position defaults to the line's
   end.  If neither -t nor -b is in effect, characters in a field are 
counted from the beginning of the preceding whitespace.  OPTS is one or more 
single-letter ordering options [bdfgiMhnRrV], which
   override global ordering options for that key.  If no key is given, use 
the entire line as the key.
...

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

Title:
  sort --reverse does not reverse numeric sorts

Status in coreutils package in Ubuntu:
  New

Bug description:
  The --reverse option is supposed to reverse the sense of comparisons, but 
does not affect numeric ('g' or 'n') sorts.
  With the input filed 02 q
  l 10 f
  abc 01 x
  abc 01 y
  abc 01 z
  n 10 u
  d 02 m
  d 02 b
  b 10 c
  I get the same results with either of
  sort --reverse -k2n 
  sort -k2n

  namely
  abc 01 x
  abc 01 y
  abc 01 z
  d 02 b
  d 02 m
  d 02 q
  b 10 c
  l 10 f
  n 10 u

  
  But if I do 
  sort --reverse -k2
  I get 
  n 10 u
  l 10 f
  b 10 c
  d 02 q
  d 02 m
  d 02 b
  abc 01 z
  abc 01 y
  abc 01 x

  And the same things happen with or without leading zeroes on field 2.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: coreutils 8.21-1ubuntu5
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Dec 20 11:00:06 2014
  InstallationDate: Installed on 2014-08-11 (131 days ago)
  InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140723)
  SourcePackage: coreutils
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1223055] Re: System Hangs With Kernel Migration Processes Consuming 100% CPU

2014-12-21 Thread Andrew Piziali
I am still having to kill the X server (kill -QUIT) ever other day or so
because the GUI hangs, while awaiting instructions on how to move this
bug report to the Xorg X server or the Radeon video device driver. Thank
you.

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

Title:
  System Hangs With Kernel Migration Processes Consuming 100% CPU

Status in xorg package in Ubuntu:
  New

Bug description:
  Once or twice a week, the system becomes non-responsive, with the
  mouse cursor tracking mouse movement but no keyboard response. Until
  today I would resort to using the kernel magic keys to reboot the
  system (R-E-I-S-U-B). Today I remotely logged in from another machine
  on the LAN and discovered that not only was the kernel alive and all
  processes running, but that the "migration/0" and "migration/1"
  processes were consuming 50% of the CPU each, as reported by top(1). I
  suspect this is why the system becomes non-responsive.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-generic 3.2.0.53.63
  ProcVersionSignature: Ubuntu 3.2.0-53.81-generic 3.2.50
  Uname: Linux 3.2.0-53-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  andy   2195 F pulseaudio
   /dev/snd/controlC0:  andy   2195 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xee40 irq 47'
 Mixer name : 'Analog Devices AD1981'
 Components : 'HDA:11d41981,17aa2025,00100200'
 Controls  : 21
 Simple ctrls  : 12
  Card1.Amixer.info:
   Card hw:1 'U0x46d0x804'/'USB Device 0x46d:0x804 at usb-:00:1d.7-6.2.2, 
high speed'
 Mixer name : 'USB Mixer'
 Components : 'USB046d:0804'
 Controls  : 2
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'Mic',0
 Capabilities: cvolume cvolume-joined cswitch cswitch-joined penum
 Capture channels: Mono
 Limits: Capture 0 - 6144
 Mono: Capture 4608 [75%] [24.00dB] [on]
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
79HT50WW-1.07'
 Mixer name : 'ThinkPad EC 79HT50WW-1.07'
 Components : ''
 Controls  : 2
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
 Playback channels: Mono
 Limits: Playback 0 - 14
 Mono: Playback 7 [50%] [on]
  Date: Mon Sep  9 16:56:22 2013
  HibernationDevice: RESUME=UUID=5301c707-e227-46f3-8b49-a319582091a4
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  MachineType: LENOVO 8743CTO
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-53-generic 
root=UUID=a9ba509e-76a3-4c03-b898-0409f24233eb ro quiet splash nomodeset 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-53-generic N/A
   linux-backports-modules-3.2.0-53-generic  N/A
   linux-firmware1.79.6
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/05/2008
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7IET32WW (1.13 )
  dmi.board.name: 8743CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7IET32WW(1.13):bd02/05/2008:svnLENOVO:pn8743CTO:pvrThinkPadT60:rvnLENOVO:rn8743CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 8743CTO
  dmi.product.version: ThinkPad T60
  dmi.sys.vendor: LENOVO

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

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


[Touch-packages] [Bug 1404643] Re: "Log In" password field missing for user accounts during login

2014-12-21 Thread Gunnar Hjalmarsson
** Package changed: lightdm (Ubuntu) => unity-greeter (Ubuntu)

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

Title:
  "Log In" password field missing for user accounts during login

Status in unity-greeter package in Ubuntu:
  New

Bug description:
  * Restarted computer, log in screen came up complete with the user
  name, the correct session selected...but the password field itself was
  invisible.  It was roughly where it should have been, and did allow
  for selection/typing input of the password via keyboard, however, it
  was not visible.  Everything else seemed to be in the correct
  place/visible, just not the field to enter the password.

  * Changed the user to log in from the main user account to the guest
  account, and back: the field didn't return.

  * Logged in as a guest user and logged out, the field didn't return.

  * Ubuntu: 15.04
  * Linux Hedy 3.16.0-28-generic #38-Ubuntu SMP Fri Dec 12 17:37:40 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  * lightdm:
Installed: 1.13.0-0ubuntu2
Candidate: 1.13.0-0ubuntu2
Version table:
   *** 1.13.0-0ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
  * xserver-xorg:
Installed: 1:7.7+7ubuntu2
Candidate: 1:7.7+7ubuntu2
Version table:
   *** 1:7.7+7ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
  * 01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / 
GT 620M/625M/630M/720M] (rev a1)
  * xserver-xorg-video-nouveau:
Installed: 1:1.0.11-1ubuntu2
Candidate: 1:1.0.11-1ubuntu2
Version table:
   *** 1:1.0.11-1ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.13.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Dec 21 06:42:11 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-07-09 (164 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404643] [NEW] "Log In" password field missing for user accounts during login

2014-12-21 Thread themusicgod1
Public bug reported:

* Restarted computer, log in screen came up complete with the user name,
the correct session selected...but the password field itself was
invisible.  It was roughly where it should have been, and did allow for
selection/typing input of the password via keyboard, however, it was not
visible.  Everything else seemed to be in the correct place/visible,
just not the field to enter the password.

* Changed the user to log in from the main user account to the guest
account, and back: the field didn't return.

* Logged in as a guest user and logged out, the field didn't return.

* Ubuntu: 15.04
* Linux Hedy 3.16.0-28-generic #38-Ubuntu SMP Fri Dec 12 17:37:40 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
* lightdm:
  Installed: 1.13.0-0ubuntu2
  Candidate: 1.13.0-0ubuntu2
  Version table:
 *** 1.13.0-0ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status
* xserver-xorg:
  Installed: 1:7.7+7ubuntu2
  Candidate: 1:7.7+7ubuntu2
  Version table:
 *** 1:7.7+7ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status
* 01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 
620M/625M/630M/720M] (rev a1)
* xserver-xorg-video-nouveau:
  Installed: 1:1.0.11-1ubuntu2
  Candidate: 1:1.0.11-1ubuntu2
  Version table:
 *** 1:1.0.11-1ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: lightdm 1.13.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.15.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Dec 21 06:42:11 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-07-09 (164 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 (20140708)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lightdm (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 lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1404643

Title:
  "Log In" password field missing for user accounts during login

Status in lightdm package in Ubuntu:
  New

Bug description:
  * Restarted computer, log in screen came up complete with the user
  name, the correct session selected...but the password field itself was
  invisible.  It was roughly where it should have been, and did allow
  for selection/typing input of the password via keyboard, however, it
  was not visible.  Everything else seemed to be in the correct
  place/visible, just not the field to enter the password.

  * Changed the user to log in from the main user account to the guest
  account, and back: the field didn't return.

  * Logged in as a guest user and logged out, the field didn't return.

  * Ubuntu: 15.04
  * Linux Hedy 3.16.0-28-generic #38-Ubuntu SMP Fri Dec 12 17:37:40 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  * lightdm:
Installed: 1.13.0-0ubuntu2
Candidate: 1.13.0-0ubuntu2
Version table:
   *** 1.13.0-0ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
  * xserver-xorg:
Installed: 1:7.7+7ubuntu2
Candidate: 1:7.7+7ubuntu2
Version table:
   *** 1:7.7+7ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
  * 01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / 
GT 620M/625M/630M/720M] (rev a1)
  * xserver-xorg-video-nouveau:
Installed: 1:1.0.11-1ubuntu2
Candidate: 1:1.0.11-1ubuntu2
Version table:
   *** 1:1.0.11-1ubuntu2 0
  500 http://ca.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.13.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.15.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Dec 21 06:42:11 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-07-09 (164 days ago)
  InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Alpha amd64 
(20140708)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1310335] Re: IPv6 renewal causes network-manager to disconnect & reconnect

2014-12-21 Thread e633
Still present after updating the router's firmware to V1.1.00.22_1.00.22.
Network-manager version 0.9.8.8
Kernel version 3.13.0-37-generic x86_64

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

Title:
  IPv6 renewal causes network-manager to disconnect & reconnect

Status in The Linux Mint Distribution:
  New
Status in network-manager package in Ubuntu:
  New

Bug description:
  IPv6 renewal causes network manager to disconnect & reconnect

  Happens *roughly* every ten minutes.
  My network is running fully dual stack.
  The problematic option in the IPv6 part of the router's settings is
  "IP Address Assignment"
  - Use DHCP Server
  - Auto Config< Problem presents itself only when using this one
  I have a Netgear DGND3700v2 router, firmware version V1.1.00.15_1.00.15 
(latest).

  There are 3 different PCs on WiFi and ethernet.
  Network manager settings are: one PC static IPv4, two DHCPv4 and all of them 
Automatic for IPv6.
  Linux Mint: 
  kernel 3.2.0-60 x86 network-manager version 0.9.4.0-0ubuntu4.3 (MATE)
  kernel 3.5.0-48 x64 network-manager version 0.9.6.0-0ubuntu7 (Cinnamon)
  kernel 3.11.0-12 x64 network-manager version 0.9.8.0-0ubuntu22 (MATE)

  Wifi disconnection log (repeated, ethernet reconnects seem to leave no trace 
and seem to happen slightly less frequently):
  http://pastebin.com/GUdWgRUp

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

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


[Touch-packages] [Bug 1404619] Re: "man init" results in systemd man page instead of upstart

2014-12-21 Thread Gunnar Hjalmarsson
** Package changed: ubuntu-docs (Ubuntu) => systemd (Ubuntu)

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

Title:
  "man init" results in systemd man page instead of upstart

Status in systemd package in Ubuntu:
  New

Bug description:
  # man init
  Brings up the documentation for systemd but systemd is not being used as init.
  This  confuses users about which system is being used as "init", and how to 
manage services on the system.

  You can see that this is still upstart with:
  # sudo readlink /sbin/init
  or
  # ls -l /sbin/init

  # man init
  Should still result in the same thing as
  # man upstart

  Until systemd is used for init.

  This effects 14.10 as of Dec 21, 2014

  One solution would be to rename this systemd man page to, for example, 
"systemd-init" 
  Users that have installed systemd as init will know what they are doing and 
will be able to find that page. 
  Ubuntu should document the default init in manpages.

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

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


[Touch-packages] [Bug 1404635] [NEW] rsync: recv_generator: mkdir error with folder ending with space

2014-12-21 Thread RICQ David
Public bug reported:

Hi,
I notice what rsync is not able to copy folder which ending with space :

Example which not working : 
rsync: recv_generator: mkdir "/var/Janji feat. T.R. " failed: Invalid argument 
(22)
*** Skipping any contents from this failed directory ***

If I remove space at the end, it works.

mkdir can create folder with space at the end.


rsync  version 3.1.0  protocol version 31

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

** Summary changed:

- rsync: recv_generator: mkdir error wih folder ending space
+ rsync: recv_generator: mkdir error with folder ending with space

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

Title:
  rsync: recv_generator: mkdir error with folder ending with space

Status in rsync package in Ubuntu:
  New

Bug description:
  Hi,
  I notice what rsync is not able to copy folder which ending with space :

  Example which not working : 
  rsync: recv_generator: mkdir "/var/Janji feat. T.R. " failed: Invalid 
argument (22)
  *** Skipping any contents from this failed directory ***

  If I remove space at the end, it works.

  mkdir can create folder with space at the end.


  rsync  version 3.1.0  protocol version 31

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

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


[Touch-packages] [Bug 1404619] [NEW] "man init" results in systemd man page instead of upstart

2014-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

# man init
Brings up the documentation for systemd but systemd is not being used as init.
This  confuses users about which system is being used as "init", and how to 
manage services on the system.

You can see that this is still upstart with:
# sudo readlink /sbin/init
or
# ls -l /sbin/init

# man init
Should still result in the same thing as
# man upstart

Until systemd is used for init.

This effects 14.10 as of Dec 21, 2014

One solution would be to rename this systemd man page to, for example, 
"systemd-init" 
Users that have installed systemd as init will know what they are doing and 
will be able to find that page. 
Ubuntu should document the default init in manpages.

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

-- 
"man init" results in systemd man page instead of upstart
https://bugs.launchpad.net/bugs/1404619
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to systemd 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 1403127] Re: Kubuntu 14.10: after 12 Dec update X doesn't start

2014-12-21 Thread Mirto Silvio Busico
SOLVED

The nvidia drivers doensn't recognize the nvidia chipset NVIDIA GeForce
GTX 970M

My laptop is a Santech C37

To solve:

1) uninstall every nvidia driver
2) reboot
3)reinstall nouveau
4) reboot

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

Title:
  Kubuntu 14.10: after 12 Dec update X doesn't start

Status in xorg package in Ubuntu:
  New

Bug description:
  After the update of 12 December 2014 the x window system doesn't start
  anymore.

  The problem is an incorrect /etc/X11/xorg.conf file

  As a workaround, at every boot I have to do these commands:

  sudo rm /etc/X11/xorg.conf

  sudo startx

  Evironment:

  Kubuntu 14.10 64bit
  Laptop with nvidia card

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Dec 16 17:09:08 2014
  InstallationDate: Installed on 2014-11-24 (21 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1403127] Re: Kubuntu 14.10: after 12 Dec update X doesn't start

2014-12-21 Thread Mirto Silvio Busico
Seems related to nvidia driver.

>From dmesg:

[4.854459] Bridge firewalling registered
[5.046794] init: nvidia-prime main process (1507) terminated with status 127
[5.413350] systemd-logind[947]: Failed to start unit user@111.service: 
Unknown unit: user@111.service
[5.413355] systemd-logind[947]: Failed to start user service: Unknown unit: 
user@111.service
[5.416467] systemd-logind[947]: New session c1 of user lightdm.
[5.416480] systemd-logind[947]: Linked /tmp/.X11-unix/X0 to 
/run/user/111/X11-display.

reinstalling nvidia drivers do not make any difference

What can I try?

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

Title:
  Kubuntu 14.10: after 12 Dec update X doesn't start

Status in xorg package in Ubuntu:
  New

Bug description:
  After the update of 12 December 2014 the x window system doesn't start
  anymore.

  The problem is an incorrect /etc/X11/xorg.conf file

  As a workaround, at every boot I have to do these commands:

  sudo rm /etc/X11/xorg.conf

  sudo startx

  Evironment:

  Kubuntu 14.10 64bit
  Laptop with nvidia card

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: xserver-xorg 1:7.7+7ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
  Uname: Linux 3.16.0-28-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Dec 16 17:09:08 2014
  InstallationDate: Installed on 2014-11-24 (21 days ago)
  InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
  ProcEnviron:
   LANGUAGE=
   TERM=xterm
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404623] Re: package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2014-12-21 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 sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1404623

Title:
  package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in sudo package in Ubuntu:
  New

Bug description:
  Error occurred due to Guitar Pro 6 installation

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: sudo 1.8.9p5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Dec 21 17:35:56 2014
  DuplicateSignature: package:sudo:1.8.9p5-1ubuntu1:subprocess installed 
pre-removal script returned error exit status 1
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2014-12-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: sudo
  Title: package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK

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

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


[Touch-packages] [Bug 1404623] [NEW] package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2014-12-21 Thread Richard Alvarez
Public bug reported:

Error occurred due to Guitar Pro 6 installation

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: sudo 1.8.9p5-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Sun Dec 21 17:35:56 2014
DuplicateSignature: package:sudo:1.8.9p5-1ubuntu1:subprocess installed 
pre-removal script returned error exit status 1
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationDate: Installed on 2014-12-20 (1 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: sudo
Title: package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
VisudoCheck:
 /etc/sudoers: parsed OK
 /etc/sudoers.d/README: parsed OK

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


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

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

Title:
  package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

Status in sudo package in Ubuntu:
  New

Bug description:
  Error occurred due to Guitar Pro 6 installation

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: sudo 1.8.9p5-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
  Uname: Linux 3.13.0-43-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sun Dec 21 17:35:56 2014
  DuplicateSignature: package:sudo:1.8.9p5-1ubuntu1:subprocess installed 
pre-removal script returned error exit status 1
  ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
  InstallationDate: Installed on 2014-12-20 (1 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: sudo
  Title: package sudo 1.8.9p5-1ubuntu1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK

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

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


[Touch-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-12-21 Thread Vincent Jaubert
I'm on 14.10 Utopic AMD64, with latest updates, and i have this same
problem. Monitor never turns off although it should after 5 minutes.

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

Title:
  Lockscreen doesn't turn off the screen

Status in OEM Priority Project:
  Fix Released
Status in OEM Priority Project trusty series:
  Fix Released
Status in Unity:
  Fix Released
Status in gnome-screensaver package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Fix Released

Bug description:
  The new Unity lock screen doesn't turn off the monitor screen.

  I can wait as long as 10 minutes after activating the lock screen and
  the monitor still doesn't trun off. Then when I unlock the screen and
  don't use mouse or keyboard monitor will turn off (it's about 5
  seconds after unlocking).

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1292041/+subscriptions

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


[Touch-packages] [Bug 1079203] Re: bluetooth audio (a2dp) and pulse audio network support missing

2014-12-21 Thread PeterPall
** Description changed:

  You have recorded something with ardour or rosegarden, want to hear it
  in the train or library and all you have is a bluetooth headset?
  
  Admittedly Bluetooth isn't about the main goals jack wants to archive: It is 
neither low-latency nor high quality. But many bluetooth devices supporting the 
a2dp protocol provide a quality that is more than sufficient for everyday's 
work, for some tasks latency doesn't really matter this much -
  but as long as jackd doesn't support bluetooth you might not even be able to 
start up your favourite application. Fixing this would be hard, though: 
bluetooth audio isn't supported by alsa, but only by pulseaudio.
  
- There was a workaround:
+ There exists a workaround, though:
  - open terminal „pactl load-module module-jack-source“
  - open pulse audio preferences from the panel
    - select input: jack source
    - select output: Bluetooth device
  open terminal „pactl load-module module-loopback”
  
  Attention ever use first „pactl load-module module-jack-source“ then
  plug on the bluetooth device. The other way around the module load
  fails.
  
- But the workaround involved command-line work every time it was used
- (e.G. after suspending the laptop or temporarily loosing connection) and
- one of the needed modules seems to have disappeared from the package
- repository.
+ Would making loading the pulseaudio jack source module automatically do
+ any harm?

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

Title:
  bluetooth audio (a2dp) and pulse audio network support missing

Status in jackd2 package in Ubuntu:
  New

Bug description:
  You have recorded something with ardour or rosegarden, want to hear it
  in the train or library and all you have is a bluetooth headset?

  Admittedly Bluetooth isn't about the main goals jack wants to archive: It is 
neither low-latency nor high quality. But many bluetooth devices supporting the 
a2dp protocol provide a quality that is more than sufficient for everyday's 
work, for some tasks latency doesn't really matter this much -
  but as long as jackd doesn't support bluetooth you might not even be able to 
start up your favourite application. Fixing this would be hard, though: 
bluetooth audio isn't supported by alsa, but only by pulseaudio.

  There exists a workaround, though:
  - open terminal „pactl load-module module-jack-source“
  - open pulse audio preferences from the panel
    - select input: jack source
    - select output: Bluetooth device
  open terminal „pactl load-module module-loopback”

  Attention ever use first „pactl load-module module-jack-source“ then
  plug on the bluetooth device. The other way around the module load
  fails.

  Would making loading the pulseaudio jack source module automatically
  do any harm?

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

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


[Touch-packages] [Bug 1079203] Re: bluetooth audio (a2dp) and pulse audio network support missing

2014-12-21 Thread PeterPall
** Description changed:

- You have recorded something with ardour or rosegarden and want to hear
- it in the train or library with your headset? Bluetooth doesn´t work
- with jack over pulseaudio. But here is a workaround. It would be nice if
- there is a easy “ubuntu like” way to do this.
+ You have recorded something with ardour or rosegarden, want to hear it
+ in the train or library and all you have is a bluetooth headset?
  
- Steps to reproduce:
+ Admittedly Bluetooth isn't about the main goals jack wants to archive: It is 
neither low-latency nor high quality. But many bluetooth devices supporting the 
a2dp protocol provide a quality that is more than sufficient for everyday's 
work, for some tasks latency doesn't really matter this much - 
+ but as long as jackd doesn't support bluetooth you might not even be able to 
start up your favourite application and that is suboptimal.
  
- - open a mediaplayer (for example audacious)
- - select output plugin Jack
- - rum qjackctl (jack)
- - connect mediaplayer to pa-sink
- - start mediaplayer 
- - plugin Bluetooth device
- - open pulse audio preferences from the panel
- - choose output → internal soundcard – sound output ok
- - choose output → bluetooth device – no sound
- 
- Workaround
+ There was a workaround:
  - open terminal „pactl load-module module-jack-source“
  - open pulse audio preferences from the panel
-   - select input: jack source
-   - select output: Bluetooth device
+   - select input: jack source
+   - select output: Bluetooth device
  open terminal „pactl load-module module-loopback”
  
+ Attention ever use first „pactl load-module module-jack-source“ then
+ plug on the bluetooth device. The other way around the module load
+ fails.
  
- Attention ever use first „pactl load-module module-jack-source“ then plug on 
the blouetooth device. The other way around the module load fails.
- --- 
- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
- AplayDevices:
-   List of PLAYBACK Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
- ApportVersion: 2.0.1-0ubuntu14
- Architecture: amd64
- ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
- AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  lxuser 2671 F pulseaudio
- CRDA:
-  country DE:
-   (2400 - 2483 @ 40), (N/A, 20)
-   (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
-   (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
-   (5470 - 5725 @ 40), (N/A, 26), DFS
- Card0.Amixer.info:
-  Card hw:0 'Intel'/'HDA Intel at 0xf040 irq 47'
-Mixer name : 'Realtek ALC269'
-Components : 'HDA:10ec0269,144dc072,0014'
-Controls  : 19
-Simple ctrls  : 11
- DistroRelease: Ubuntu 12.04
- HibernationDevice: RESUME=UUID=a62708e2-5ff5-4422-9a88-977fd0234350
- InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
- MachineType: SAMSUNG ELECTRONICS CO., LTD. N150/N210/N220
- Package: linux (not installed)
- ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
- ProcFB: 0 inteldrmfb
- ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=4f4b2a2c-8cea-4944-bafa-3b58945e0400 ro quiet splash vt.handoff=7
- ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
- RelatedPackageVersions:
-  linux-restricted-modules-3.2.0-32-generic N/A
-  linux-backports-modules-3.2.0-32-generic  N/A
-  linux-firmware1.79.1
- Tags:  precise
- Uname: Linux 3.2.0-32-generic x86_64
- UpgradeStatus: No upgrade log present (probably fresh install)
- UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
- dmi.bios.date: 01/09/2010
- dmi.bios.vendor: Phoenix Technologies Ltd.
- dmi.bios.version: 05JI.M039.20100109.JIP
- dmi.board.asset.tag: SAMSUNG
- dmi.board.name: N150/N210/N220
- dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
- dmi.board.version: Not Applicable
- dmi.chassis.asset.tag: No Asset Tag
- dmi.chassis.type: 10
- dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
- dmi.chassis.version: N/A
- dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr05JI.M039.20100109.JIP:bd01/09/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150/N210/N220:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150/N210/N220:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
- dmi.product.name: N150/N210/N220
- dmi.product.version: Not Applicable
- dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ But the workaround involved command-line work every time it was used
+ (e.G. after suspending the laptop or temporarily loosing connection) and
+ one of the needed modules seems to have disappeared from the package
+ repository.

** Description changed:

  You

[Touch-packages] [Bug 1079203] Re: bluetooth and network device pulse audio - jack audio connection defect

2014-12-21 Thread PeterPall
Jack over bluetooth still doesn't work. But I guess this isn't a kernel problem.
Normally a discussion about this problem leads to the question if the quality 
and latency of bluetooth audio is high enough that it actually is worth to 
consider. But sometimes you just don't want to do real-time work, don't care if 
in theory you could buy a better stereo headset than this one, just get some 
work done. ...and are surprised that this still isn't supported.

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

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

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

** Summary changed:

- bluetooth and network device pulse audio - jack audio connection defect
+ bluetooth audio (a2dp) and pulse audio network support missing

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

Title:
  bluetooth audio (a2dp) and pulse audio network support missing

Status in jackd2 package in Ubuntu:
  New

Bug description:
  You have recorded something with ardour or rosegarden and want to hear
  it in the train or library with your headset? Bluetooth doesn´t work
  with jack over pulseaudio. But here is a workaround. It would be nice
  if there is a easy “ubuntu like” way to do this.

  Steps to reproduce:

  - open a mediaplayer (for example audacious)
  - select output plugin Jack
  - rum qjackctl (jack)
  - connect mediaplayer to pa-sink
  - start mediaplayer 
  - plugin Bluetooth device
  - open pulse audio preferences from the panel
  - choose output → internal soundcard – sound output ok
  - choose output → bluetooth device – no sound

  Workaround
  - open terminal „pactl load-module module-jack-source“
  - open pulse audio preferences from the panel
- select input: jack source
- select output: Bluetooth device
  open terminal „pactl load-module module-loopback”

  
  Attention ever use first „pactl load-module module-jack-source“ then plug on 
the blouetooth device. The other way around the module load fails.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lxuser 2671 F pulseaudio
  CRDA:
   country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf040 irq 47'
 Mixer name : 'Realtek ALC269'
 Components : 'HDA:10ec0269,144dc072,0014'
 Controls  : 19
 Simple ctrls  : 11
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=a62708e2-5ff5-4422-9a88-977fd0234350
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150/N210/N220
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=4f4b2a2c-8cea-4944-bafa-3b58945e0400 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-32-generic N/A
   linux-backports-modules-3.2.0-32-generic  N/A
   linux-firmware1.79.1
  Tags:  precise
  Uname: Linux 3.2.0-32-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 01/09/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 05JI.M039.20100109.JIP
  dmi.board.asset.tag: SAMSUNG
  dmi.board.name: N150/N210/N220
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr05JI.M039.20100109.JIP:bd01/09/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150/N210/N220:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150/N210/N220:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
  dmi.product.name: N150/N210/N220
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notific

[Touch-packages] [Bug 1079203] [NEW] bluetooth and network device pulse audio - jack audio connection defect

2014-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

You have recorded something with ardour or rosegarden and want to hear
it in the train or library with your headset? Bluetooth doesn´t work
with jack over pulseaudio. But here is a workaround. It would be nice if
there is a easy “ubuntu like” way to do this.

Steps to reproduce:

-   open a mediaplayer (for example audacious)
-   select output plugin Jack
-   rum qjackctl (jack)
-   connect mediaplayer to pa-sink
-   start mediaplayer 
-   plugin Bluetooth device
-   open pulse audio preferences from the panel
- choose output → internal soundcard – sound output ok
- choose output → bluetooth device – no sound

Workaround
-   open terminal „pactl load-module module-jack-source“
-   open pulse audio preferences from the panel
  - select input: jack source
  - select output: Bluetooth device
open terminal „pactl load-module module-loopback”


Attention ever use first „pactl load-module module-jack-source“ then plug on 
the blouetooth device. The other way around the module load fails.
--- 
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  lxuser 2671 F pulseaudio
CRDA:
 country DE:
(2400 - 2483 @ 40), (N/A, 20)
(5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), DFS
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf040 irq 47'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,144dc072,0014'
   Controls  : 19
   Simple ctrls  : 11
DistroRelease: Ubuntu 12.04
HibernationDevice: RESUME=UUID=a62708e2-5ff5-4422-9a88-977fd0234350
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: SAMSUNG ELECTRONICS CO., LTD. N150/N210/N220
Package: linux (not installed)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=4f4b2a2c-8cea-4944-bafa-3b58945e0400 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-32-generic N/A
 linux-backports-modules-3.2.0-32-generic  N/A
 linux-firmware1.79.1
Tags:  precise
Uname: Linux 3.2.0-32-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo
dmi.bios.date: 01/09/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 05JI.M039.20100109.JIP
dmi.board.asset.tag: SAMSUNG
dmi.board.name: N150/N210/N220
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr05JI.M039.20100109.JIP:bd01/09/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150/N210/N220:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150/N210/N220:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N150/N210/N220
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

** Affects: jackd2 (Ubuntu)
 Importance: Medium
 Status: New


** Tags: apport-collected precise
-- 
bluetooth and network device pulse audio - jack audio connection defect
https://bugs.launchpad.net/bugs/1079203
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to jackd2 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