Re: [Bug 803688] Re: 'apt-get update' segfaults

2015-08-13 Thread dragonhahney
thank you for your information...

On Wed, Aug 12, 2015 at 8:53 AM, Julian Andres Klode juli...@ubuntu.com
wrote:

 Hi, thanks for reporting the bug.

 This seems like a broken libstdc++ or broken hardware.

 I am closing it, so we can focus on more recent bugs.

 ** Changed in: apt (Ubuntu)
Status: In Progress = Invalid

 --
 You received this bug notification because you are subscribed to apt in
 Ubuntu.
 Matching subscriptions: dragonhahney
 https://bugs.launchpad.net/bugs/803688

 Title:
   'apt-get update' segfaults

 Status in apt package in Ubuntu:
   Invalid

 Bug description:
   Since today, APT segfaults systematically when trying to update the
   available list:

   Ign http://archive.ubuntu.com oneiric/restricted Translation-en
   Ign http://archive.ubuntu.com oneiric/universe Translation-en
   Reading package lists... Done
   Merging available information
   /usr/lib/dpkg/methods/apt/update: line 42:  4053 Segmentation fault
 $APTCACHE dumpavail  $CACHEDIR/available

   dselect: warning: subprocess update available list script returned error
 exit status 139
   Press enter to continue.


   $ gdb apt-cache
   GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
   Copyright (C) 2010 Free Software Foundation, Inc.
   License GPLv3+: GNU GPL version 3 or later 
 http://gnu.org/licenses/gpl.html
   This is free software: you are free to change and redistribute it.
   There is NO WARRANTY, to the extent permitted by law.  Type show
 copying
   and show warranty for details.
   This GDB was configured as i686-linux-gnu.
   For bug reporting instructions, please see:
   http://www.gnu.org/software/gdb/bugs/...
   Reading symbols from /usr/bin/apt-cache...(no debugging symbols
 found)...done.
   (gdb) run dumpavail  /tmp/Packages
   Starting program: /usr/bin/apt-cache dumpavail  /tmp/Packages

   Program received signal SIGSEGV, Segmentation fault.
   0x002ce003 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
   (gdb) bt
   #0  0x002ce003 in ?? () from /usr/lib/i386-linux-gnu/libstdc++.so.6
   #1  0x002cfab8 in std::basic_stringchar, std::char_traitschar,
 std::allocatorchar ::assign(std::basic_stringchar,
 std::char_traitschar, std::allocatorchar  const) () from
 /usr/lib/i386-linux-gnu/libstdc++.so.6
   #2  0x001a6126 in pkgPolicy::CreatePin(pkgVersionMatch::MatchType,
 std::basic_stringchar, std::char_traitschar, std::allocatorchar ,
 std::basic_stringchar, std::char_traitschar, std::allocatorchar ,
 short) () from /usr/lib/libapt-pkg.so.4.10
   #3  0x001a6df2 in ReadPinFile(pkgPolicy, std::basic_stringchar,
 std::char_traitschar, std::allocatorchar ) () from
 /usr/lib/libapt-pkg.so.4.10
   #4  0x001a35e4 in pkgCacheFile::BuildPolicy(OpProgress*) () from
 /usr/lib/libapt-pkg.so.4.10
   #5  0x0804fe62 in ?? ()
   #6  0x0015f3ee in CommandLine::DispatchArg(CommandLine::Dispatch*, bool)
 () from /usr/lib/libapt-pkg.so.4.10
   #7  0x0804d6d3 in ?? ()
   #8  0x00358da7 in __libc_start_main (main=0x804d3c0, argc=2,
 ubp_av=0xb484, init=0x8059f50, fini=0x8059fb0, rtld_fini=0x11ea10,
 stack_end=0xb47c)
   at libc-start.c:226
   #9  0x0804d791 in ?? ()
   (gdb) q


   ii  apt   0.8.15ubuntu1
  Advanced front-end for dpkg
   ii  dpkg  1.16.0.3ubuntu3
  Debian package management system
   ii  libstdc++64.6.0-14ubuntu1
  GNU Standard C++ Library v3

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803688

Title:
  'apt-get update' segfaults

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1450966] Re: apt-get install segfault

2015-08-13 Thread dragonhahney
thank you for your information, sir.

On Wed, Aug 12, 2015 at 9:08 AM, Julian Andres Klode juli...@ubuntu.com
wrote:

 This is fixed in Debian unstable's 0.9.10 (and possibly earlier
 versions), so it is fixed in wily's 1.0.9.10 as well.

 ** Changed in: apt (Ubuntu)
Status: Confirmed = Fix Released

 --
 You received this bug notification because you are subscribed to apt in
 Ubuntu.
 Matching subscriptions: dragonhahney
 https://bugs.launchpad.net/bugs/1450966

 Title:
   apt-get install segfault

 Status in apt package in Ubuntu:
   Fix Released

 Bug description:
   Package: apt
   Version: apt-0.8.16~exp12ubuntu10.22
   root@0fb5fe4c0c0f:/build/apt-0.8.16~exp12ubuntu10.22# lsb_release -rd
   Description:Ubuntu 12.04.5 LTS
   Release:12.04

   Expected to happen: running apt-get install [ package ] installs the
   package

   What happened: running apt-get install [ package ] encounters a
   segfault

   Debug notes:

   This occurred while installing a package that depends on many other
   packages.  The package I was installing had Section defined, while
   the offending dependent package did not have Section defined.

   I built apt from source with debug symbols and located found the issue
   occurs because a NULL value is being passed to strcmp (frame 1).  This
   happens because a prior function (frame 2) assumes that if the parent
   package has Section defined, then the defendant package will also
   have Section defined as well.

   Adding the Section field to the offending package works around the
   segfault issue.

   Given that the policy manual (https://www.debian.org/doc/debian-policy
   /ch-controlfields.html) states that section is recommended it's
   technically correct to have a packge omit the Section field, and as
   such, apt should tolerate this situation.

   GDB:

   Program received signal SIGSEGV, Segmentation fault.
   __strcmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:163
   163 ../sysdeps/x86_64/multiarch/strcmp-sse42.S: No such file or
 directory.
   (gdb) where
   #0  __strcmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:163
   #1  0x77ad7479 in ConfigValueInSubTree (SubTree=0x77b85879
 APT::Never-MarkAuto-Sections, needle=0x0) at depcache.cc:53
   #2  0x77adcb54 in pkgDepCache::MarkInstall (this=0x668fb0,
 Pkg=..., AutoInst=true, Depth=0, FromUser=true,
   ForceImportantDeps=false) at depcache.cc:1208
   #3  0x00431259 in TryToInstall::doAutoInstall
 (this=0x7fffd710) at apt-get.cc:878
   #4  0x004218a7 in DoInstall (CmdL=...) at apt-get.cc:1901
   #5  0x77abe322 in CommandLine::DispatchArg (this=0x7fffe5f0,
 Map=0x7fffe4b0, NoMatch=true) at contrib/cmndline.cc:337
   #6  0x0042c109 in main (argc=5, argv=0x7fffe738) at
 apt-get.cc:3523

   Frame 1, NULL value getting passed to strcmp

   (gdb) f 1
   #1  0x77ad7479 in ConfigValueInSubTree (SubTree=0x77b85879
 APT::Never-MarkAuto-Sections, needle=0x0) at depcache.cc:53
   53   if (strcmp(needle, Opts-Value.c_str()) == 0)
   (gdb) p needle
   $4 = 0x0
   (gdb) list
   48Opts = Opts-Child;
   49for (; Opts != 0; Opts = Opts-Next)
   50{
   51   if (Opts-Value.empty() == true)
   52  continue;
   53   if (strcmp(needle, Opts-Value.c_str()) == 0)
   54  return true;
   55}
   56 }
   57 return false;


   Frame 2, code assumes InstVer.Section() is non-null if Pkg.Section()
 evaluates to true.

   (gdb) f 2
   #2  0x77adcb54 in pkgDepCache::MarkInstall (this=0x668fb0,
 Pkg=..., AutoInst=true, Depth=0, FromUser=true,
   ForceImportantDeps=false) at depcache.cc:1208
   1208if(Pkg.Section() 
 ConfigValueInSubTree(APT::Never-MarkAuto-Sections, InstVer.Section()))
   (gdb) p Pkg.Section()
   $2 = 0x75b1325e Optional
   (gdb) p InstVer.Section()
   $6 = 0x0
   (gdb) list
   1203if(DebugAutoInstall == true)
   1204   std::clog  OutputInDepth(Depth)  Installing
   InstPkg.Name()
   1205   as   Start.DepType()   of 
  Pkg.Name()
   1206  std::endl;
   1207// now check if we should consider it a automatic
 dependency or not
   1208if(Pkg.Section() 
 ConfigValueInSubTree(APT::Never-MarkAuto-Sections, InstVer.Section()))
   1209{
   1210   if(DebugAutoInstall == true)
   1211  std::clog  OutputInDepth(Depth)  Setting
 NOT as auto-installed (direct 
   1212 Start.DepType()   of pkg in
 APT::Never-MarkAuto-Sections)  std::endl;

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed 

[Bug 1483494] Re: WIFI not working on Acer Aspire E5-573

2015-08-13 Thread Sandeep Singh
Not working on linux mint either. :(

** Tags removed: 0042 apport-collected atheros rafaela utopic
** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483494

Title:
  WIFI not working on Acer Aspire E5-573

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483790] rainier (amd64) - tests ran: 180, failed: 2

2015-08-13 Thread Brad Figg
tests ran: 180, failed: 2;
  
http://kernel.ubuntu.com/testing/rainier__3.16.0-46.62~14.04.1__2015-08-13_04-46-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483790

Title:
  linux-lts-utopic: 3.16.0-46.62~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484376] [NEW] purge-old-kernels doesn't work when minor kernel version numbers add a digit

2015-08-13 Thread Cam Cope
Public bug reported:

Ex: Have 3 kernels installed, [ 3.2.1, 3.2.2, 3.16.1 ]. Or [4.5.1,
4.8.1, 4.11.1]. Be booted into one of the older kernels. Run purge-old-
kernels. You'll be left without the newest kernel. You would run into
this if, for instance, you install a new kernel and run the script
immediately after.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484376

Title:
  purge-old-kernels doesn't work when minor kernel version numbers add a
  digit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479986] Re: No such key 'external-editor' in schema 'org.gnome.eog.ui'

2015-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/ubuntu-gnome-default-settings

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479986

Title:
  No such key 'external-editor' in schema 'org.gnome.eog.ui'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1251298] Re: Failed to sign on to LRMd with Heartbeat/Pacemaker

2015-08-13 Thread Erik Sornes
sorry, ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cluster-glue in Ubuntu.
https://bugs.launchpad.net/bugs/1251298

Title:
  Failed to sign on to LRMd with Heartbeat/Pacemaker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1251298/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1251298] Re: Failed to sign on to LRMd with Heartbeat/Pacemaker

2015-08-13 Thread Erik Sornes
This is still an issue in ubuntu 14.0.2 with full updates from 12. aug 2015.
The symlink resolves the problem, but why not fix the package?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cluster-glue in Ubuntu.
https://bugs.launchpad.net/bugs/1251298

Title:
  Failed to sign on to LRMd with Heartbeat/Pacemaker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1251298/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1251298] Re: Failed to sign on to LRMd with Heartbeat/Pacemaker

2015-08-13 Thread Erik Sornes
This is still an issue in ubuntu 14.0.2 with full updates from 12. aug 2015.
The symlink resolves the problem, but why not fix the package?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251298

Title:
  Failed to sign on to LRMd with Heartbeat/Pacemaker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1251298/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1251298] Re: Failed to sign on to LRMd with Heartbeat/Pacemaker

2015-08-13 Thread Erik Sornes
sorry, ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251298

Title:
  Failed to sign on to LRMd with Heartbeat/Pacemaker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cluster-glue/+bug/1251298/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484381] [NEW] (dcc_remove_pid) Warning: failed to remove pid file /var/run/distccd.pid: Permission denied

2015-08-13 Thread Ken Sharp
Public bug reported:

The distcc log reports

(dcc_remove_pid) Warning: failed to remove pid file
/var/run/distccd.pid: Permission denied

every single time it stops.

Possibly due to the two lines in /etc/init.d/distcc:

DAEMON_ARGS=--pid-file=/var/run/$NAME.pid --log-file=/var/log/$NAME.log 
--daemon
and
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid --oknodo --exec 
$DAEMON

Both distccd and start-stop-daemon try to remove the pidfile. Of course,
once it's gone it's gone. Shouldn't be hard to work around this.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: distcc 3.1-4ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
Uname: Linux 3.11.0-26-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.9
Architecture: i386
Date: Thu Aug 13 07:52:05 2015
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: distcc
UpgradeStatus: Upgraded to precise on 2014-12-07 (248 days ago)
mtime.conffile..etc.logrotate.d.distcc: 2015-07-29T03:40:13

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


** Tags: apport-bug i386 precise

** Description changed:

  The distcc log reports
  
  (dcc_remove_pid) Warning: failed to remove pid file
  /var/run/distccd.pid: Permission denied
  
- every single time it starts.
+ every single time it stops.
  
  Possibly due to the two lines in /etc/init.d/distcc:
  
  DAEMON_ARGS=--pid-file=/var/run/$NAME.pid --log-file=/var/log/$NAME.log 
--daemon
  and
- start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --chuid 
distccd --exec $DAEMON -- $DAEMON_ARGS
+ start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid --oknodo --exec 
$DAEMON
  
- $ ll /run/distccd.pid 
- -rw-r--r-- 1 distccd root 5 Aug 13 07:39 /run/distccd.pid
- 
- Or maybe not. Whatever the cause it has itself a little moan in the log.
- 
- $ cat /run/distccd.pid ; pgrep distccd
- 2261
- 2261
- snip
+ Both distccd and start-stop-daemon try to remove the pidfile. Of course,
+ once it's gone it's gone. Shouldn't be hard to work around this.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: distcc 3.1-4ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
  Uname: Linux 3.11.0-26-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.9
  Architecture: i386
  Date: Thu Aug 13 07:52:05 2015
  MarkForUpload: True
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: distcc
  UpgradeStatus: Upgraded to precise on 2014-12-07 (248 days ago)
  mtime.conffile..etc.logrotate.d.distcc: 2015-07-29T03:40:13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484381

Title:
  (dcc_remove_pid) Warning: failed to remove pid file
  /var/run/distccd.pid: Permission denied

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1484383] [NEW] Tutorial doesn't teach you about the long swipe from left

2015-08-13 Thread Daniel van Vugt
Public bug reported:

I've only just discovered the long swipe from the left to get to the
apps scope. I feel like an idiot but it turns out it's quite hard to
find out about or discover accidentally.

Even the Unity8 tutorial fails to show this feature to the user. You can
get through the tutorial using only a short swipe from the left to show
the launcher. The long swipe remains a somewhat hidden feature.

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


** Tags: tutorial

** Tags added: tutorial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484383

Title:
  Tutorial doesn't teach you about the long swipe from left

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1463332] Re: zeitgeist-datahub.vala:229: Unable to get name org.gnome.zeitgeist.datahub on the bus!

2015-08-13 Thread dino99
Digging around that error, i've found
http://askubuntu.com/questions/48994/unity-files-folders-lens-cant-find-
anything

and did:

sudo zeitgeist-daemon --quit
[sudo] password for oem: 
[09:26 - 0]
[u32 4] ~  sudo rm -rvf ~/.local/share/zeitgeist/fts.index/
removed ‘/home/oem/.local/share/zeitgeist/fts.index/postlist.baseB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/flintlock’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/iamchert’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/position.DB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/record.baseA’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/termlist.DB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/termlist.baseB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/termlist.baseA’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/record.DB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/position.baseB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/postlist.baseA’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/postlist.DB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/record.baseB’
removed ‘/home/oem/.local/share/zeitgeist/fts.index/position.baseA’
removed directory: ‘/home/oem/.local/share/zeitgeist/fts.index/’
[09:26 - 0]
[u32 5] ~  sudo zeitgeist-daemon --replace
 extension-collection.vala:123: Skipping SearchEngine (disabled)

The latest message Skipping SearchEngine (disabled) is quite a
surprise, and wonder what it really means.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1463332

Title:
   zeitgeist-datahub.vala:229: Unable to get name
  org.gnome.zeitgeist.datahub on the bus!

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1444162] Re: IPv6 default route present on ccmni0, even though no address assigned

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 0.9.10.0-4ubuntu23

---
network-manager (0.9.10.0-4ubuntu23) wily; urgency=medium

  [ Tony Espy ]
  * d/p/lp1444162-add-ip6-config-to-nm-ofono-connections.patch: disable
IPv6 for ofono connections (LP: #1444162).

 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com  Wed, 12 Aug 2015
15:45:38 -0400

** Changed in: network-manager (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444162

Title:
  IPv6 default route present on ccmni0, even though no address assigned

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1425172] Re: Network indicator lists the non-exist AP (timeout for the AP to be removed is too big, ~6min)

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 0.9.10.0-4ubuntu23

---
network-manager (0.9.10.0-4ubuntu23) wily; urgency=medium

  [ Tony Espy ]
  * d/p/lp1444162-add-ip6-config-to-nm-ofono-connections.patch: disable
IPv6 for ofono connections (LP: #1444162).

 -- Mathieu Trudel-Lapierre mathieu...@ubuntu.com  Wed, 12 Aug 2015
15:45:38 -0400

** Changed in: network-manager (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1425172

Title:
  Network indicator lists the non-exist AP (timeout for the AP to be
  removed is too big, ~6min)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484399] [NEW] Network connection drops on RTL8723BE after some time

2015-08-13 Thread Julien Olivier
Public bug reported:

On my laptop, the WiFi connection works well for a few minutes, then
stops working completely, although nework manager shows the icon as
connected, but I can't ping any address... If I press the airplane
mode button ON et OFF again, the network comes back, and then, a few
minutes later, the problem occurs again.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.19.0-25-generic 3.19.0-25.26
ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic i686
ApportVersion: 2.17.2-0ubuntu1.2
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  julien 1421 F pulseaudio
 /dev/snd/controlC0:  julien 1421 F pulseaudio
CurrentDesktop: GNOME
Date: Thu Aug 13 10:00:34 2015
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=d53f1fde-a827-4102-a540-405139650b40
InstallationDate: Installed on 2015-08-12 (0 days ago)
InstallationMedia: Ubuntu-GNOME 15.04 Vivid Vervet - Release i386 (20150422)
MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic 
root=UUID=c2afdbc3-5397-4a76-afaa-c8ba53056069 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.19.0-25-generic N/A
 linux-backports-modules-3.19.0-25-generic  N/A
 linux-firmware 1.143.3
SourcePackage: linux
UdevLog: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.11
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2281
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 77.25
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.11:bd08/07/2014:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr097411405F1620180:rvnHewlett-Packard:rn2281:rvr77.25:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion 15 Notebook PC
dmi.product.version: 097411405F1620180
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484399

Title:
  Network connection drops on RTL8723BE after some time

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1464990] Re: Job for dnsmasq.service failed because the control process exited with error code

2015-08-13 Thread dino99
i simply purged dsnmasq as it seems to be a network-manager
conflict/race

** Changed in: dnsmasq (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1464990

Title:
  Job for dnsmasq.service failed because the control process exited with
  error code

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1464990] Re: Job for dnsmasq.service failed because the control process exited with error code

2015-08-13 Thread dino99
i simply purged dsnmasq as it seems to be a network-manager
conflict/race

** Changed in: dnsmasq (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464990

Title:
  Job for dnsmasq.service failed because the control process exited with
  error code

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484045] Re: Version of xorg reported on lauchpad does not match wath is installed with 14.04.03 LTS

2015-08-13 Thread tititou
Thanks a lot, 14.04.1 made the trick.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484045

Title:
  Version of xorg reported on lauchpad does not match wath is installed
  with 14.04.03 LTS

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1482937] Re: split into language packs

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-getting-started-docs -
3.16.2-1ubuntu1

---
gnome-getting-started-docs (3.16.2-1ubuntu1) wily; urgency=medium

  * Split out packaging into language packs so Ubuntu GNOME can seed
only the english version on the ISO's, and localised pack will
be installed via language-selector (LP: #1482937)

 -- Tim Lunn t...@feathertop.org  Sat, 08 Aug 2015 17:26:45 +1000

** Changed in: gnome-getting-started-docs (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1482937

Title:
  split into language packs

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484380] [NEW] Xorg regular crash on wily

2015-08-13 Thread Didier Roche
Public bug reported:

After upgrading to wily, I started to get regular random Xorg crash (and
so, session restarting and such). This can happen multiple times a day.
I've retried installing the latest intel driver from the xorg-edgers ppa
as Timo recommended, but the crash is still there.

Attached the stacktrace in gdb.txt

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg-video-intel 
2:2.99.917+git20150810.4cea8037-0ubuntu0sarvatt [origin: unknown]
ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
Uname: Linux 4.1.0-3-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.18-0ubuntu6
Architecture: amd64
BootLog:
 [FAILED] Failed to start LSB: Start NTP daemon.
 See 'systemctl status ntp.service' for details.
 [  OK  ] Started Detect the available GPUs and deal with any system 
changes.
  Starting Light Display Manager...
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Aug 13 08:42:01 2015
DistUpgraded: 2014-10-31 12:06:43,271 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Device [17aa:21da]
InstallationDate: Installed on 2012-05-28 (1171 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MachineType: LENOVO 4287CTO
ProcEnviron:
 LANGUAGE=fr_FR
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.1.0-3-generic 
root=UUID=a9f4b475-e4ce-45ed-aa33-9b92e52c49b0 ro quiet splash nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw nomdmonddf 
nomdmonisw nomdmonddf nomdmonisw nomdmonddf nomdmonisw vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to wily on 2014-10-31 (285 days ago)
dmi.bios.date: 02/14/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 8DET58WW (1.28 )
dmi.board.asset.tag: Not Available
dmi.board.name: 4287CTO
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:bvr8DET58WW(1.28):bd02/14/2012:svnLENOVO:pn4287CTO:pvrThinkPadX220:rvnLENOVO:rn4287CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 4287CTO
dmi.product.version: ThinkPad X220
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.12.1+15.10.20150627.1-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.62-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.5.9-2ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.5.9-2ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.5.0-1ubuntu3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150810.4cea8037-0ubuntu0sarvatt
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Thu Aug 13 08:16:24 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id 728 
 vendor LGD
xserver.version: 2:1.17.2-1ubuntu3

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Assignee: Timo Aaltonen (tjaalton)
 Status: New


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu wily

** Attachment added: gdb.txt
   https://bugs.launchpad.net/bugs/1484380/+attachment/4443928/+files/gdb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484380

Title:
  Xorg regular crash on wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1484380/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484295] Re: Missing Hotspot on Settings after install ppa citrain

2015-08-13 Thread Jonas G. Drange
We are done testing silo 46 so we can't support that anymore. Please
install a more recent image (rc-proposed), or wait until next week for
the hotspot release (OTA6). Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484295

Title:
  Missing Hotspot on Settings after install ppa citrain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1484295/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484389] [NEW] fglrx-updates-core 2:15.200-0ubuntu0.4: fglrx-updates-core kernel module failed to build

2015-08-13 Thread new4u
Public bug reported:

Crash happened during update to vivid lts kernel 3.19.0.26.13

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx-updates-core 2:15.200-0ubuntu0.4
ProcVersionSignature: Ubuntu 3.16.0-46.62~14.04.1-generic 3.16.7-ckt15
Uname: Linux 3.16.0-46-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSKernelVersion: 3.19.0-26-generic
Date: Thu Aug 13 09:17:03 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn PRO [Radeon HD 7850] 
[1002:6819] (prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 7850 2GB GDDR5 
DVI-I/DVI-D/HDMI/DP [174b:e221]
InstallationDate: Installed on 2014-08-25 (352 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: System manufacturer System Product Name
PackageVersion: 2:15.200-0ubuntu0.4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-46-generic 
root=UUID=19977145-9d77-4894-9b5a-b85242f30c7c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.4
 apt  1.0.1ubuntu2.10
SourcePackage: fglrx-installer-updates
Title: fglrx-updates-core 2:15.200-0ubuntu0.4: fglrx-updates-core kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/20/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2101:bd10/20/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
modified.conffile..etc.OpenCL.vendors.amdocl64.icd: [deleted]
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Thu Aug 13 09:13:45 2015
xserver.configfile: default
xserver.errors:
 open /dev/dri/card0: No such file or directory
 AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object 
file: No such file or directory]
 AIGLX error: failed to open /usr/lib64/dri/fglrx_dri.so, 
error[/usr/lib64/dri/fglrx_dri.so: cannot open shared object file: No such file 
or directory]
 AIGLX error: failed to open /usr/X11R6/lib/modules/dri/fglrx_dri.so, 
error[/usr/X11R6/lib/modules/dri/fglrx_dri.so: cannot open shared object file: 
No such file or directory]
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2
xserver.video_driver: fglrx

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package compiz-0.9 package-from-proposed trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484389

Title:
  fglrx-updates-core 2:15.200-0ubuntu0.4: fglrx-updates-core kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1484389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1481434] Re: Data connection not working

2015-08-13 Thread Marek Greško
Jonas, I do not mind waiting one week for OTA-6. Hope this will help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481434

Title:
  Data connection not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484383] Re: Tutorial doesn't teach you about the long swipe from left

2015-08-13 Thread Daniel van Vugt
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484383

Title:
  Tutorial doesn't teach you about the long swipe from left

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484299] Re: /usr/bin/unity8-dash:11:unity::scopes::ScopeMetadata::display_name:scopes_ng::SettingsModel::update_child_scopes:scopes_ng::Scope::settings:unity::shell::scopes::ScopeInterface::qt_m

2015-08-13 Thread Albert Astals Cid
Looking at the backrtace it seems more a unity-scopes-shell problem.

** Also affects: unity-scopes-shell (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity8 (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484299

Title:
  
/usr/bin/unity8-dash:11:unity::scopes::ScopeMetadata::display_name:scopes_ng::SettingsModel::update_child_scopes:scopes_ng::Scope::settings:unity::shell::scopes::ScopeInterface::qt_metacall:scopes_ng::Scope::qt_metacall

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484376] Re: purge-old-kernels doesn't work when minor kernel version numbers add a digit

2015-08-13 Thread Cam Cope
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484376

Title:
  purge-old-kernels doesn't work when minor kernel version numbers add a
  digit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 752542] Re: ACPI DSDT info

2015-08-13 Thread Jan Hamáček
** Attachment added: ASUSTeK_Computer_Inc.-UL30VT.tar.gz
   
https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/002/+files/ASUSTeK_Computer_Inc.-UL30VT.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/752542

Title:
  ACPI DSDT info

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1463332] Re: zeitgeist-datahub.vala:229: Unable to get name org.gnome.zeitgeist.datahub on the bus!

2015-08-13 Thread dino99
Feedback since the #4 commands:

after a cold reboot, the fts.index have been rebuilt, and journalctl no
more show the reported bug error.

That's it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1463332

Title:
   zeitgeist-datahub.vala:229: Unable to get name
  org.gnome.zeitgeist.datahub on the bus!

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484405] [NEW] The detele dialog can't switch to landscape mode when deleting a photo in photo roll in landscape mode

2015-08-13 Thread quandan
Public bug reported:

current build number: 87
device name: arale
channel: ubuntu-touch/rc-proposed/meizu.en
last update: 2015-08-13 07:28:23
version version: 87
version ubuntu: 20150813
version device: 20150804-2287567
version custom: 20150716-819-8-42

Steps:
1.Open the camera
2.Turn your phone to landscape mode and take a picture
3.Swipe to the right to the photo roll
4.Press the menu key in the top right corner of the phone
5.Delete

Expectation:
The dialog of the delete confirmation will be displayed in landscape mode just 
like the photo roll page

Actual result:
The photoroll page is in landscape mode as the background page, but the dialog 
confirmation for deleting is in portrait mode

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

** Attachment added: screenshot20150812_071010424.png
   
https://bugs.launchpad.net/bugs/1484405/+attachment/025/+files/screenshot20150812_071010424.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484405

Title:
  The detele dialog can't switch to landscape mode when deleting a photo
  in photo roll in landscape mode

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1465567] Re: Kernel panic - not syncing: Too many boot init vars at `nomdmonddf'

2015-08-13 Thread Adam Conrad
** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1465567

Title:
  Kernel panic - not syncing: Too  many boot init vars at `nomdmonddf'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1465567] Re: Kernel panic - not syncing: Too many boot init vars at `nomdmonddf'

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package mdadm - 3.3-2ubuntu1.1

---
mdadm (3.3-2ubuntu1.1) vivid; urgency=medium

  * debian/dmraid2mdadm.cfg: Only append to GRUB_CMDLINE_LINUX_DEFAULT one
time. (LP: #1465567)

 -- Iain Lane i...@orangesquash.org.uk  Tue, 16 Jun 2015 10:56:44
+0100

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1465567

Title:
  Kernel panic - not syncing: Too  many boot init vars at `nomdmonddf'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1465567] Update Released

2015-08-13 Thread Adam Conrad
The verification of the Stable Release Update for mdadm has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1465567

Title:
  Kernel panic - not syncing: Too  many boot init vars at `nomdmonddf'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1383184] Re: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

2015-08-13 Thread Markus
Thanks for the help. I had kernel 3.16 and followed #258. Unfortunately
that did not work. This resulted in the same issues I already stated in
#236 for the 1.0 version.

However, now I fixed it by upgrading my kernel. You can do a save update via:
1) sudo apt-get install linux-generic-lts-vivid [see (1)]
2) reboot
Now you are on kernel 3.19. (you can check it via uname -a). Since I already 
followed before #258 my wlan was working directly without any new installation 
of the patch. Someone who did not install anything before probably still needs 
to install #244 (or follow #258).

(1) http://askubuntu.com/questions/598483/how-can-i-use-
kernel-3-19-in-14-04-now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1383184

Title:
  Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1383184/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1440157] Re: WARNING **: Could not connect to geoname lookup server: Operation was cancelled

2015-08-13 Thread Sebastien Bacher
 Did not fix it for me. I still just see the drop-down options for the
first 3 characters and nothing when more characters are entered.

Can you give some more details
- what's the output of dpkg -l | grep libtimezonemap
- did you restart unity-control-center
- what chars did you enter? does it behave in a consistant way?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440157

Title:
  WARNING **: Could not connect to geoname lookup server: Operation was
  cancelled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479630] Re: r8169 appears to have stopped working between 3.13.0-57 and 3.13.0-58

2015-08-13 Thread Sean McCauliff
I tested v3.13.11-ckt24-trusty and have updated to 3.13.0-61.  This
problem remains.

** Tags added: kernel-bug-exists-upstream

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479630

Title:
  r8169 appears to have stopped working between 3.13.0-57 and 3.13.0-58

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1457780] Re: virtualbox-guest-dkms 4.3.10-dfsg-1ubuntu5: virtualbox-guest kernel module failed to build [error: ‘struct file’ has no member named ‘f_dentry’]

2015-08-13 Thread Josef DS
any assistance is welcome, mostly those based on experiential
resolution.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/virtualbox/+question/270332

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457780

Title:
  virtualbox-guest-dkms 4.3.10-dfsg-1ubuntu5: virtualbox-guest kernel
  module failed to build [error: ‘struct file’ has no member named
  ‘f_dentry’]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1479986] Re: No such key 'external-editor' in schema 'org.gnome.eog.ui'

2015-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-gnome-default-settings

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479986

Title:
  No such key 'external-editor' in schema 'org.gnome.eog.ui'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484372] Re: package gnome-system-tools 3.0.0-3ubuntu4.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-08-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484372

Title:
  package gnome-system-tools 3.0.0-3ubuntu4.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484376] Re: purge-old-kernels doesn't work when minor kernel version numbers add a digit

2015-08-13 Thread Cam Cope
I think adding the sorting function should do it.

** Attachment added: patch
   
https://bugs.launchpad.net/ubuntu/+source/bikeshed/+bug/1484376/+attachment/4443957/+files/patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484376

Title:
  purge-old-kernels doesn't work when minor kernel version numbers add a
  digit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484382] [NEW] [firefox-aurora PPA] StartupWMClass=Firefox-dev missing from firefox.desktop

2015-08-13 Thread Anders Kaseorg
Public bug reported:

Using the firefox package from ppa:ubuntu-mozilla-daily/firefox-aurora,
GNOME Shell fails to match running Firefox windows to the Firefox
launcher icon. This is because the Firefox windows report a WM_CLASS of
‘Firefox-dev’, which GNOME Shell by default tries to match against the
basename of the firefox.desktop file (‘firefox’).

This can be fixed by adding ‘StartupWMClass=Firefox-dev’ to
firefox.desktop for the Aurora packages.

(The firefox-trunk package from ppa:ubuntu-mozilla-daily/ppa is not
affected because its WM_CLASS ‘Firefox-trunk’ matches the basename of
firefox-trunk.desktop.)

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484382

Title:
  [firefox-aurora PPA] StartupWMClass=Firefox-dev missing from
  firefox.desktop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1484383] Re: Tutorial doesn't teach you about the long swipe from left

2015-08-13 Thread Daniel van Vugt
** Description changed:

  I've only just discovered the long swipe from the left to get to the
  apps scope. I feel like an idiot but it turns out it's quite hard to
  find out about or discover accidentally.
  
  Even the Unity8 tutorial fails to show this feature to the user. You can
- get through the tutorial using only a short swipe from the left to show
- the launcher. The long swipe remains a somewhat hidden feature.
+ (in fact, must) get through the tutorial using only a short swipe from
+ the left to show the launcher. The long swipe remains a somewhat hidden
+ feature.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484383

Title:
  Tutorial doesn't teach you about the long swipe from left

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1407757] Re: multi-arch packages cannot be installed due to dpkg wrongly detecting them as already installed

2015-08-13 Thread kostas anestis
Thanks for the help, I 'm not sure I can apply your suggestions, but I 'll
do my best.

2015-08-13 2:52 GMT+03:00 Seth Arnold 1407...@bugs.launchpad.net:

 On most of the dups of this bug that I've seen, I haven't seen any
 debconf frontend errors, I think that's a red herring.

 Thanks

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1459712).
 https://bugs.launchpad.net/bugs/1407757

 Title:
   multi-arch packages cannot be installed due to dpkg wrongly detecting
   them as already installed

 Status in aptdaemon package in Ubuntu:
   Triaged
 Status in nUbuntu:
   New

 Bug description:
   HOW TO REPRODUCE:
   - Install an affected package.

   EXPECTED BEHAVIOUR:
   - The package to be installed.

   REAL BEHAVIOUR:
   - The package cannot be installed due to dpkg wrongly detecting them as
 already installed.

   ProblemType: Package
   DistroRelease: Ubuntu 14.04
   Package: libpam-systemd:amd64 204-5ubuntu20.9
   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
   AptdaemonVersion: 1.1.1-1ubuntu5.1
   Architecture: amd64
   CrashReports:
640:0:0:1458151:2015-01-05 12:18:11.086621522 -0600:2015-01-05
 12:18:12.086621522 -0600:/var/crash/libnss3:amd64.0.crash
600:0:0:217380:2015-01-05 12:17:09.359944581 -0600:2015-01-05
 12:17:10.359944581 -0600:/var/crash/libpam-systemd:amd64.0.crash
644:0:0:0:2015-01-05 12:18:13.122599379 -0600:2015-01-05
 12:18:13.122599379 -0600:/var/crash/libnss3:amd64.0.upload
600:0:0:217372:2015-01-05 12:17:10.375944347 -0600:2015-01-05
 12:17:10.363944604 -0600:/var/crash/libnss3-nssdb.0.crash
   Date: Mon Jan  5 12:17:10 2015
   DuplicateSignature: package:libpam-systemd:amd64:204-5ubuntu20.9:package
 libpam-systemd:amd64 is already installed and configured
   ErrorMessage: package libpam-systemd:amd64 is already installed and
 configured
   InstallationDate: Installed on 2015-01-04 (1 days ago)
   InstallationMedia: Mythbuntu 14.04.1 LTS Trusty Tahr - Release amd64
 (20140722.2)
   SourcePackage: dpkg
   Title: package libpam-systemd:amd64 204-5ubuntu20.9 failed to
 install/upgrade: package libpam-systemd:amd64 is already installed and
 configured
   UpgradeStatus: No upgrade log present (probably fresh install)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1407757/+subscriptions



-- 
Κώστας Δ. Ανέστης

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407757

Title:
  multi-arch packages cannot be installed due to dpkg wrongly detecting
  them as already installed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1484397] [NEW] Fails to mux files whose name or path contain spaces

2015-08-13 Thread Carlos Maddela
Public bug reported:

Description:Ubuntu 15.04
Release:15.04

bombono-dvd:
  Installed: 1.2.2-0ubuntu4
  Candidate: 1.2.2-0ubuntu4
  Version table:
 *** 1.2.2-0ubuntu4 0
500 http://au.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
100 /var/lib/dpkg/status

Attempting to mux files whose name or path contain spaces will result in
the following error dialog:

Muxing error

The reason is exit code = 1 (see Details)

The textview dialog contains:

mplex -f 8 -o /tmp/Folder with Space/out 1.mpg /tmp/Folder with Space/out 1.m2v 
/tmp/Folder with Space/out 1.mp2
   INFO: [mplex] mplex version 2.1.0 (2.2.7 $Date: 2012/11/17 01:55:16 $)
**ERROR: [mplex] Unable to open file with for reading.

It is clear that the error occurs since the arguments are not quoted.  I
have attached a patch which fixes this.

** Affects: bombono-dvd (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: 0002-Allow-muxing-of-files-with-spaces.patch
   
https://bugs.launchpad.net/bugs/1484397/+attachment/003/+files/0002-Allow-muxing-of-files-with-spaces.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484397

Title:
  Fails to mux files whose name or path contain spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bombono-dvd/+bug/1484397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483888] Re: Ringtone cannot be heard when jack/headphones plugged

2015-08-13 Thread Sebastien Bacher
bug #1364647 is about the alarm issue

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483888

Title:
  Ringtone cannot be heard when jack/headphones plugged

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483888] Re: Aquaris E5: Ringtone cannot be heard when jack/headphones plugged

2015-08-13 Thread Sebastien Bacher
the dialer app is an application, it's not open all the time nor
handling the ringing, reassigning to telephony-service instead

** Package changed: dialer-app (Ubuntu) = telephony-service (Ubuntu)

** Changed in: telephony-service (Ubuntu)
   Importance: Undecided = High

** Summary changed:

- Aquaris E5: Ringtone cannot be heard when jack/headphones plugged
+ Ringtone cannot be heard when jack/headphones plugged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483888

Title:
  Ringtone cannot be heard when jack/headphones plugged

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484397] Re: Fails to mux files whose name or path contain spaces

2015-08-13 Thread Ubuntu Foundations Team Bug Bot
The attachment 0002-Allow-muxing-of-files-with-spaces.patch seems to
be a patch.  If it isn't, please remove the patch flag from the
attachment, remove the patch tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

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

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484397

Title:
  Fails to mux files whose name or path contain spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bombono-dvd/+bug/1484397/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364647] Re: Can't hear clock alarm when headphones are plugged in but not in your ears

2015-08-13 Thread Sebastien Bacher
bug #1483888 has been reported about the ringtone issue

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

** Changed in: ubuntu-clock-app
   Status: Incomplete = Invalid

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

** Changed in: pulseaudio (Ubuntu)
   Importance: Undecided = High

** Changed in: ubuntu-ux
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364647

Title:
  Can't hear clock alarm when headphones are plugged in but not in your
  ears

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484376] Re: purge-old-kernels doesn't work when minor kernel version numbers add a digit

2015-08-13 Thread Ubuntu Foundations Team Bug Bot
The attachment patch seems to be a patch.  If it isn't, please remove
the patch flag from the attachment, remove the patch tag, and if you
are a member of the ~ubuntu-reviewers, unsubscribe the team.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484376

Title:
  purge-old-kernels doesn't work when minor kernel version numbers add a
  digit

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484399] Status changed to Confirmed

2015-08-13 Thread Brad Figg
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484399

Title:
  Network connection drops on RTL8723BE after some time

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1451540] Re: usbredir fails to build in trusty

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package usbredir - 0.6-2ubuntu1.1

---
usbredir (0.6-2ubuntu1.1) trusty-proposed; urgency=medium

  * Fix whitespace damage in quilt patch (LP: #1451540)

 -- Serge Hallyn serge.hal...@ubuntu.com  Thu, 07 May 2015 19:15:12
-0500

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to usbredir in Ubuntu.
https://bugs.launchpad.net/bugs/1451540

Title:
  usbredir fails to build in trusty

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-08-13 Thread Andres Rodriguez
Hi Rod,

I don't think it matters, but ubuntu trusty -updates currently has 1.7.6
and the version of MAAS being used here is 1.7.5. That being said, that
seems like an enablement bug. In order to successfully debug this, we
would need the console log of the machine booting and running through
the commissioning environment.

Can you please provide that? Furthermore, as this is a bug that actually
requires enablement, I'll assign this to newell.


** Changed in: maas
 Assignee: (unassigned) = Newell Jensen (newell-jensen)

** Changed in: maas
   Status: New = Triaged

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

** No longer affects: ubuntu

** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: maas
Milestone: None = 1.9.0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1484268

Title:
  MAAS not auto-detecting/auto-entering credentials for HP Proliant
  ML310E G8 V2 server

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1442873] Re: Gnome Do application's site information goes to an advertisment site

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-do - 0.9-1ubuntu0.1

---
gnome-do (0.9-1ubuntu0.1) trusty-proposed; urgency=low

  * debian/control: Update Homepage: to not point at spam URL. (LP: #1442873)
  * debian/patches/03_fix_website_address.patch:
- Update help links to not point at spam URL. (LP: #1363589)
  * debian/patches/04_fix_mono_3.0_build.patch
- Fix the build with mono 3.0 (LP: #1277891)
 -- Christopher James Halse Rogers r...@ubuntu.com   Tue, 14 Apr 2015 
11:16:10 +1000

** Changed in: gnome-do (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1442873

Title:
  Gnome Do application's site information goes to an advertisment site

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277891] Re: gnome-do: FTBFS: ./src/ClassicTheme.cs(25, 39): error CS0012: The type `Do.Platform.Linux.IConfigurable' is defined in an assembly that is not referenced. Consider adding a reference

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-do - 0.9-1ubuntu0.1

---
gnome-do (0.9-1ubuntu0.1) trusty-proposed; urgency=low

  * debian/control: Update Homepage: to not point at spam URL. (LP: #1442873)
  * debian/patches/03_fix_website_address.patch:
- Update help links to not point at spam URL. (LP: #1363589)
  * debian/patches/04_fix_mono_3.0_build.patch
- Fix the build with mono 3.0 (LP: #1277891)
 -- Christopher James Halse Rogers r...@ubuntu.com   Tue, 14 Apr 2015 
11:16:10 +1000

** Changed in: gnome-do (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277891

Title:
  gnome-do: FTBFS: ./src/ClassicTheme.cs(25,39): error CS0012: The type
  `Do.Platform.Linux.IConfigurable' is defined in an assembly that is
  not referenced. Consider adding a reference to assembly
  `Do.Platform.Linux, Version=0.11.0.0, Culture=neutral,
  PublicKeyToken=null'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1277891] Update Released

2015-08-13 Thread Adam Conrad
The verification of the Stable Release Update for gnome-do has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1277891

Title:
  gnome-do: FTBFS: ./src/ClassicTheme.cs(25,39): error CS0012: The type
  `Do.Platform.Linux.IConfigurable' is defined in an assembly that is
  not referenced. Consider adding a reference to assembly
  `Do.Platform.Linux, Version=0.11.0.0, Culture=neutral,
  PublicKeyToken=null'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363589] Update Released

2015-08-13 Thread Adam Conrad
The verification of the Stable Release Update for gnome-do has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363589

Title:
  gnome-do help opens do.davebsd.com, redirects to spam site

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363589] Re: gnome-do help opens do.davebsd.com, redirects to spam site

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-do - 0.9-1ubuntu0.1

---
gnome-do (0.9-1ubuntu0.1) trusty-proposed; urgency=low

  * debian/control: Update Homepage: to not point at spam URL. (LP: #1442873)
  * debian/patches/03_fix_website_address.patch:
- Update help links to not point at spam URL. (LP: #1363589)
  * debian/patches/04_fix_mono_3.0_build.patch
- Fix the build with mono 3.0 (LP: #1277891)
 -- Christopher James Halse Rogers r...@ubuntu.com   Tue, 14 Apr 2015 
11:16:10 +1000

** Changed in: gnome-do (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363589

Title:
  gnome-do help opens do.davebsd.com, redirects to spam site

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1451540] Re: usbredir fails to build in trusty

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package usbredir - 0.6-2ubuntu1.1

---
usbredir (0.6-2ubuntu1.1) trusty-proposed; urgency=medium

  * Fix whitespace damage in quilt patch (LP: #1451540)

 -- Serge Hallyn serge.hal...@ubuntu.com  Thu, 07 May 2015 19:15:12
-0500

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1451540

Title:
  usbredir fails to build in trusty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1442873] Update Released

2015-08-13 Thread Adam Conrad
The verification of the Stable Release Update for gnome-do has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1442873

Title:
  Gnome Do application's site information goes to an advertisment site

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484421] [NEW] notes hangs with orange circle of death

2015-08-13 Thread fcolcord
Public bug reported:

Meizu phone. 
Evernote account has permission for notes. 
When I open notes I just get Ubuntu circle spinning. 

How do I trouble shoot further before filing bug report?

Since asking the question, I've recreated the Evernote / Notes link.
This morning, still hanging. Will leave it running.
Perhaps it doesn't like how big my Evernote list is.
I hope it's not trying to sync all my Evernotes (1,534).

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484421

Title:
  notes hangs with orange circle of death

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484268] Re: MAAS not auto-detecting/auto-entering credentials for HP Proliant ML310E G8 V2 server

2015-08-13 Thread Andres Rodriguez
Hi Rod,

I don't think it matters, but ubuntu trusty -updates currently has 1.7.6
and the version of MAAS being used here is 1.7.5. That being said, that
seems like an enablement bug. In order to successfully debug this, we
would need the console log of the machine booting and running through
the commissioning environment.

Can you please provide that? Furthermore, as this is a bug that actually
requires enablement, I'll assign this to newell.


** Changed in: maas
 Assignee: (unassigned) = Newell Jensen (newell-jensen)

** Changed in: maas
   Status: New = Triaged

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

** No longer affects: ubuntu

** Also affects: maas (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: maas
Milestone: None = 1.9.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484268

Title:
  MAAS not auto-detecting/auto-entering credentials for HP Proliant
  ML310E G8 V2 server

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484367] Re: package tzdata 2015f-0ubuntu0.15.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2015-08-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484367

Title:
  package tzdata 2015f-0ubuntu0.15.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484369] Re: package util-linux 2.25.2-4ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-13 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484369

Title:
  package util-linux 2.25.2-4ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484208] Re: package ubuntukylin-theme 1.3.1 failed to install/upgrade: trying to overwrite '/usr/share/fcitx-qimpanel/skin/ubuntukylin-dark2/input.png', which is also in package fcitx-ui-qimpane

2015-08-13 Thread zhangchao
Ubuntu Kylin fcitx-qimpanel skin have moved to ubuntukylin-theme in 15.04.
ubuntukylin-theme 1.3.1 belongs to 15.04,but fcitx-ui-qimpanel 1.0.0-0ubuntu1 
belongs to 14.10. 
So there will be conflict,please update fcitx-ui-qimpanel version to 15.04 ( 
fcitx-ui-qimpanel 2.1.0-0ubuntu1),or use ubuntukylin-theme of 14.10 
(ubuntukylin-theme  1.1.2) to solve the problem.


fcitx-qimpanel source package in Vivid 
Version 2.1.0-0ubuntu1 uploaded on 2015-03-20
fcitx-qimpanel source package in Utopic 
Version 1.0.0-0ubuntu1 uploaded on 2014-09-15

ubuntukylin-theme source package in Vivid 
Version 1.3.1 uploaded on 2015-04-11
ubuntukylin-theme source package in Utopic 
Version 1.1.2 uploaded on 2014-07-27


ubuntukylin-theme (1.3.1) vivid; urgency=medium

  * Update for 15.04
  * Modified gtk theme to fix some bugs
(LP: #1304891 ,LP: #1380911 ,LP: #1433502)
  * Add distributor-logo-ubuntukylin icons (LP: #1240818)
  * Move Ubuntu Kylin fcitx-qimpanel skin to this package
 -- zhangchao zhangc...@ubuntukylin.com   Mon, 23 Mar 2015 16:43:33 +0800

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484208

Title:
  package ubuntukylin-theme 1.3.1 failed to install/upgrade: trying to
  overwrite '/usr/share/fcitx-qimpanel/skin/ubuntukylin-
  dark2/input.png', which is also in package fcitx-ui-qimpanel
  1.0.0-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntukylin-theme/+bug/1484208/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1484083] Re: Don't work autologin after update lightdm

2015-08-13 Thread DeadMetaler
** Attachment added: lightdm.log
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1484083/+attachment/4443907/+files/lightdm.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484083

Title:
  Don't work autologin after update lightdm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1483989] [NEW] prints nonsense diagnostics

2015-08-13 Thread dragonhahney
thank you for your information, sir.

On Wed, Aug 12, 2015 at 2:29 AM, Uqbar 1483...@bugs.launchpad.net
wrote:

 Public bug reported:

 Today I have got this from sudo apt-get update

 ...
 Fetched 128 kB in 213503982334601d 7h 0min 15s (0 B/s)
 ...

 It lasted, very likely, 15 seconds.

 ProblemType: Bug
 DistroRelease: Ubuntu 14.10
 Package: apt 1.0.9.2ubuntu2
 Uname: Linux 4.1.0-pf1+ x86_64
 ApportVersion: 2.14.7-0ubuntu8.5
 Architecture: amd64
 CurrentDesktop: KDE
 Date: Wed Aug 12 08:24:29 2015
 InstallationDate: Installed on 2014-12-01 (253 days ago)
 InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64
 (20141022.1)
 SourcePackage: apt
 UpgradeStatus: No upgrade log present (probably fresh install)

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


 ** Tags: amd64 apport-bug utopic

 --
 You received this bug notification because you are subscribed to apt in
 Ubuntu.
 Matching subscriptions: dragonhahney
 https://bugs.launchpad.net/bugs/1483989

 Title:
   prints nonsense diagnostics

 Status in apt package in Ubuntu:
   New

 Bug description:
   Today I have got this from sudo apt-get update

   ...
   Fetched 128 kB in 213503982334601d 7h 0min 15s (0 B/s)
   ...

   It lasted, very likely, 15 seconds.

   ProblemType: Bug
   DistroRelease: Ubuntu 14.10
   Package: apt 1.0.9.2ubuntu2
   Uname: Linux 4.1.0-pf1+ x86_64
   ApportVersion: 2.14.7-0ubuntu8.5
   Architecture: amd64
   CurrentDesktop: KDE
   Date: Wed Aug 12 08:24:29 2015
   InstallationDate: Installed on 2014-12-01 (253 days ago)
   InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64
 (20141022.1)
   SourcePackage: apt
   UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483989

Title:
  prints nonsense diagnostics

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483892] Re: linux-keystone: 3.13.0-35.55 -proposed tracker

2015-08-13 Thread Ike Panhc
** Summary changed:

- linux-keystone: 3.13.0-35.54 -proposed tracker
+ linux-keystone: 3.13.0-35.55 -proposed tracker

** Description changed:

- This bug is for tracking the 3.13.0-35.54 upload package. This bug will
+ This bug is for tracking the 3.13.0-35.55 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Tuesday, 11. August 2015 21:02 UTC
  kernel-stable-master-bug:1483657
  kernel-stable-Certification-testing-end:Wednesday, 12. August 2015 04:01 UTC
  kernel-stable-Security-signoff-end:Wednesday, 12. August 2015 04:01 UTC
  kernel-stable-phase:CopyToProposed
  kernel-stable-Prepare-package-end:Wednesday, 12. August 2015 10:01 UTC
  kernel-stable-Promote-to-proposed-start:Wednesday, 12. August 2015 10:01 UTC
  kernel-stable-phase-changed:Wednesday, 12. August 2015 10:01 UTC

** Changed in: kernel-sru-workflow/prepare-package
   Status: Fix Released = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483892

Title:
  linux-keystone: 3.13.0-35.55 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484372] [NEW] package gnome-system-tools 3.0.0-3ubuntu4.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2015-08-13 Thread Alwyn Williams
Public bug reported:

The update tools did not update successfully. This has happened on a few
occasions recently.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gnome-system-tools 3.0.0-3ubuntu4.1
ProcVersionSignature: Ubuntu 3.13.0-61.100-generic 3.13.11-ckt22
Uname: Linux 3.13.0-61-generic i686
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: i386
Date: Thu Aug 13 07:45:59 2015
DuplicateSignature: package:gnome-system-tools:3.0.0-3ubuntu4.1:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2010-04-28 (1932 days ago)
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: gnome-system-tools
Title: package gnome-system-tools 3.0.0-3ubuntu4.1 failed to install/upgrade: 
package is in a very bad inconsistent state; you should  reinstall it before 
attempting configuration
UpgradeStatus: Upgraded to trusty on 2014-08-12 (365 days ago)

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484372

Title:
  package gnome-system-tools 3.0.0-3ubuntu4.1 failed to install/upgrade:
  package is in a very bad inconsistent state; you should  reinstall it
  before attempting configuration

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1436940] Re: Atheros wifi 168c:0041(QCA6164) is not supported

2015-08-13 Thread Սահակ
** Description changed:

  The atheros wireless device (168c:0041) isn't supported by the
  ath10k_pci kernel driver.
  
  Found in several laptop models:
  
  Lenovo G50-45
  Lenovo G50-80
  Lenovo Edge 15
  Lenovo Z70
  Lenovo G50-45
  Lenovo Flex 3-1470
  Lenovo Yoga 3 11
+ Samsung ATIV Book 9 NP930X2K
  
  ProblemType: BugDistroRelease: Ubuntu 15.04
  Package: linux-image-3.19.0-9-generic 3.19.0-9.9
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nicholas   1695 F pulseaudio
   /dev/snd/controlC1:  nicholas   1695 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Mar 26 09:47:16 2015
  HibernationDevice: RESUME=UUID=5b068cd8-e60a-49b9-a88e-1581bb6b3dc1
  InstallationDate: Installed on 2015-03-25 (1 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  IwConfig:
   eth0  no wireless extensions.
  
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e300 Atheros Communications, Inc.
   Bus 001 Device 003: ID 5986:0652 Acer, Inc
   Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: LENOVO 80E5
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-9-generic 
root=UUID=e52867c5-0b50-42fb-8288-f30765f926c5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-9-generic N/A
   linux-backports-modules-3.19.0-9-generic  N/A
   linux-firmware1.143SourcePackage: linux
  UpgradeStatus: Upgraded to vivid on 2015-03-26 (0 days ago)
  dmi.bios.date: 06/20/2014
  dmi.bios.vendor: LENOVO
  dmi.bios.version: B0CN69WW
  dmi.board.asset.tag: NO Asset Tag
  dmi.board.name: Lenovo G50-80
  dmi.board.vendor: LENOVO
  dmi.board.version: 31900058 WIN
  dmi.chassis.asset.tag: NO Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Lenovo G50-80
  dmi.modalias: 
dmi:bvnLENOVO:bvrB0CN69WW:bd06/20/2014:svnLENOVO:pn80E5:pvrLenovoG50-80:rvnLENOVO:rnLenovoG50-80:rvr31900058WIN:cvnLENOVO:ct10:cvrLenovoG50-80:
  dmi.product.name: 80E5
  dmi.product.version: Lenovo G50-80
  dmi.sys.vendor: LENOVO

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1436940

Title:
  Atheros wifi 168c:0041(QCA6164) is not supported

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1483790] fozzie (amd64) - tests ran: 180, failed: 2

2015-08-13 Thread Brad Figg
tests ran: 180, failed: 2;
  
http://kernel.ubuntu.com/testing/fozzie__3.16.0-46.62~14.04.1__2015-08-13_04-52-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483790

Title:
  linux-lts-utopic: 3.16.0-46.62~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484334] Re: Fix the white noise on Dell laptop

2015-08-13 Thread Woodrow Shen
** Changed in: linux (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484334

Title:
  Fix the white noise on Dell laptop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1483054] Re: macbook air wakes up immediately after suspend

2015-08-13 Thread Levente Torok
Hi Joseph,

Yes. It did happen after update. It was working fine before as far as I
remember.
I have tried to test former kernel version again but haven't succeeded with
the Grub configuration.

I will try to use the latest upstream kernel later on for sure.
Thanks for dealing with my case.

Cheers,
Lev


On Wed, Aug 12, 2015 at 11:22 PM, Joseph Salisbury 
joseph.salisb...@canonical.com wrote:

 Did this issue start happening after an update/upgrade?  Was there a
 prior kernel version where you were not having this particular problem?

 Would it be possible for you to test the latest upstream kernel? Refer
 to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
 v4.2 kernel[0].

 If this bug is fixed in the mainline kernel, please add the following
 tag 'kernel-fixed-upstream'.

 If the mainline kernel does not fix this bug, please add the tag:
 'kernel-bug-exists-upstream'.

 Once testing of the upstream kernel is complete, please mark this bug as
 Confirmed.


 Thanks in advance.

 [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc6-unstable/


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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1483054

 Title:
   macbook air wakes up immediately after suspend

 Status in linux package in Ubuntu:
   Incomplete

 Bug description:
   Whenever I put to suspend my macbook air, ubuntu 15.04 wakes up in a few
 seconds.
   I've found no way to avoid this.

   ProblemType: Bug
   DistroRelease: Ubuntu 15.04
   Package: linux-image-3.19.0-25-generic 3.19.0-25.26
   ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
   Uname: Linux 3.19.0-25-generic x86_64
   NonfreeKernelModules: wl
   ApportVersion: 2.17.2-0ubuntu1.1
   Architecture: amd64
   AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0:  lev2001 F pulseaudio
/dev/snd/controlC1:  lev2001 F pulseaudio
   CurrentDesktop: Unity
   Date: Sun Aug  9 23:30:10 2015
   EcryptfsInUse: Yes
   HibernationDevice: RESUME=UUID=918f68f1-76f0-4449-b89c-3f9685f8ce63
   InstallationDate: Installed on 2015-07-16 (24 days ago)
   InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
   Lsusb:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 05ac:0291 Apple, Inc.
Bus 001 Device 006: ID 05ac:828f Apple, Inc.
Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub
 (part of BCM2046 Bluetooth)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   MachineType: Apple Inc. MacBookAir7,2
   ProcFB: 0 inteldrmfb
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-25-generic.efi.signed
 root=UUID=660bcd07-b8a9-4231-b479-e35018d66612 ro quiet splash vt.handoff=7
   RelatedPackageVersions:
linux-restricted-modules-3.19.0-25-generic N/A
linux-backports-modules-3.19.0-25-generic  N/A
linux-firmware 1.143.2
   SourcePackage: linux
   UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 06/05/2015
   dmi.bios.vendor: Apple Inc.
   dmi.bios.version: MBA71.88Z.0166.B06.1506051511
   dmi.board.asset.tag: Base Board Asset Tag#
   dmi.board.name: Mac-937CB26E2E02BB01
   dmi.board.vendor: Apple Inc.
   dmi.board.version: MacBookAir7,2
   dmi.chassis.asset.tag: Chassis Board Asset Tag#
   dmi.chassis.type: 9
   dmi.chassis.vendor: Apple Inc.
   dmi.chassis.version: Mac-937CB26E2E02BB01
   dmi.modalias:
 dmi:bvnAppleInc.:bvrMBA71.88Z.0166.B06.1506051511:bd06/05/2015:svnAppleInc.:pnMacBookAir7,2:pvr1.0:rvnAppleInc.:rnMac-937CB26E2E02BB01:rvrMacBookAir7,2:cvnAppleInc.:ct9:cvrMac-937CB26E2E02BB01:
   dmi.product.name: MacBookAir7,2
   dmi.product.version: 1.0
   dmi.sys.vendor: Apple Inc.

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


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483054

Title:
  macbook air wakes up immediately after suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484295] Re: Missing Hotspot on Settings after install ppa citrain

2015-08-13 Thread Jonas G. Drange
** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484295

Title:
  Missing Hotspot on Settings after install ppa citrain

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1484295/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484382] Re: [firefox-aurora PPA] StartupWMClass=Firefox-dev missing from firefox.desktop

2015-08-13 Thread Anders Kaseorg
Or, I guess, it could alternatively be fixed by renaming the Aurora
packages to firefox-dev with a firefox-dev.desktop. That might be closer
to upstream’s expectations: Aurora tries very hard to coexist with
stable Firefox rather than replace it. (It creates its own separate
Firefox profile ‘dev-edition-default’, and switches back to it on every
launch unless you turn off the “Allow Firefox Developer Edition and
Firefox to run at the same time” setting.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484382

Title:
  [firefox-aurora PPA] StartupWMClass=Firefox-dev missing from
  firefox.desktop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1448355] Re: Dependency seems to be python3-aptdaemon.test not python-aptdaemon.test in vivid

2015-08-13 Thread Bruce Pieterse
I have already fixed this (http://bazaar.launchpad.net/~octoquad
/software-center/899878-hardcoded-colors-dark-theme/revision/3325), will
link a branch as soon as I can.

** Changed in: hundredpapercuts
 Assignee: (unassigned) = Bruce Pieterse (octoquad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1448355

Title:
  Dependency seems to be python3-aptdaemon.test  not python-
  aptdaemon.test in vivid

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1457098] Re: [Indicators] Expanded indicators are not visible in direct sunlight

2015-08-13 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457098

Title:
  [Indicators] Expanded indicators are not visible in direct sunlight

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1445472] Re: Can click on the Dash while dragging a Launcher icon

2015-08-13 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1445472

Title:
  Can click on the Dash while dragging a Launcher icon

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484383] Re: Tutorial doesn't teach you about the long swipe from left

2015-08-13 Thread Albert Astals Cid
Waiting on design input

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484383

Title:
  Tutorial doesn't teach you about the long swipe from left

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483657] larsen (i386) - tests ran: 153, failed: 0

2015-08-13 Thread Brad Figg
tests ran: 153, failed: 0;
  
http://kernel.ubuntu.com/testing/larsen__3.13.0-62.102__2015-08-13_04-56-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483657

Title:
  linux: 3.13.0-62.102 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1471577] Re: Left launcher should show what apps are open

2015-08-13 Thread Albert Astals Cid
** Changed in: unity8 (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1471577

Title:
  Left launcher should show what apps are open

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484316] Re: Xorg fails to start up

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

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484316

Title:
  Xorg fails to start up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1484316/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483888] Re: Aquaris E5: Ringtone + buzzer cannot be heard when jack/headphones plugged

2015-08-13 Thread Matthew Paul Thomas
This is a design question for the Phone app, not for pulseaudio. The
Phone app might choose to, for example, play the ringtone just through
headphones for the first two or three seconds, to give you a chance to
answer the call without waking up people nearby; and then switch to
playing through speaker, in case your headphones aren't in your ears.
I'm not saying it should necessarily do that, that's just one
possibility.

Unfortunately, the Phone app spec currently doesn't even mention
ringing. https://goo.gl/0hy3A1 The design for ringing should also
describe what should happen if other audio is playing when the call
arrives.

** Package changed: pulseaudio (Ubuntu) = dialer-app (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483888

Title:
  Aquaris E5: Ringtone + buzzer cannot be heard when jack/headphones
  plugged

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483888] Re: Aquaris E5: Ringtone cannot be heard when jack/headphones plugged

2015-08-13 Thread Matthew Paul Thomas
** Summary changed:

- Aquaris E5: Ringtone + buzzer cannot be heard when jack/headphones plugged
+ Aquaris E5: Ringtone cannot be heard when jack/headphones plugged

** Description changed:

- Aquaris E5: Ringtone + buzzer cannot be heard when jack/headphones are
- plugged.
+ Aquaris E5: Ringtone cannot be heard when jack/headphones are plugged.
  
  This I consider a bug, since user cannot depend on the such a device
- with hearing calls / being woken up in the morning.
+ with hearing calls in the morning.
  
  Typical scenario: listening to music/watching movies during the night
  and falling asleep. It already happened several times to me that I did
  not get awakened by the phone in the morning, since headphones were
  plugged into the device and all the sounds could be heard only in
  headphones.
+ 
+ (The equivalent for the alarm clock is bug 1364647.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483888

Title:
  Aquaris E5: Ringtone cannot be heard when jack/headphones plugged

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1480310] Re: systemctl link request failed for service FOO: Unit name FOO is not valid.

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 224-1ubuntu3

---
systemd (224-1ubuntu3) wily; urgency=medium

  * Skip systemd-fsckd autopkgtest if /run/initramfs/fsck-root exists, i. e.
the initramfs already ran fsck.
  * Fix broken ACL in tmpfiles.d/systemd.conf. (Closes: #794645, LP: #1480552)
  * Add debian/tests/unit-config: Test systemctl link; reproduces LP#1480310.
  * Add a hack to unbreak systemctl link. (LP: #1480310)

 -- Martin Pitt martin.p...@ubuntu.com  Wed, 12 Aug 2015 15:21:19
+0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480310

Title:
  systemctl link request failed for service FOO: Unit name FOO is not
  valid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1480310/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484389] Re: fglrx-updates-core 2:15.200-0ubuntu0.4: fglrx-updates-core kernel module failed to build

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

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484389

Title:
  fglrx-updates-core 2:15.200-0ubuntu0.4: fglrx-updates-core kernel
  module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1484389/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483790] onibi (amd64) - tests ran: 180, failed: 3

2015-08-13 Thread Brad Figg
tests ran: 180, failed: 3;
  
http://kernel.ubuntu.com/testing/onibi__3.16.0-46.62~14.04.1__2015-08-13_05-44-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483790

Title:
  linux-lts-utopic: 3.16.0-46.62~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483790/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479986] Re: No such key 'external-editor' in schema 'org.gnome.eog.ui'

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-gnome-default-settings -
15.10.0

---
ubuntu-gnome-default-settings (15.10.0) wily; urgency=medium

  * Drop invalid override key 'external-editor' for eog.ui (LP:
#1479986)

 -- Bruce Pieterse d...@otq.za.net  Sat, 08 Aug 2015 15:39:05 +0200

** Changed in: ubuntu-gnome-default-settings (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479986

Title:
  No such key 'external-editor' in schema 'org.gnome.eog.ui'

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1457488] Re: Consider replacing qdjango usage

2015-08-13 Thread Pete Woods
Upstream have released qdjango 0.6.0, and will upload into Debian
shortly. After that happens we should be able to merge the changes into
Ubuntu.

** Changed in: libusermetrics (Ubuntu)
 Assignee: (unassigned) = Pete Woods (pete-woods)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457488

Title:
  When qdjango 0.6.0 appears in Debian, replace Ubuntu packaging with
  direct sync

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1364647] Re: [System Settings] Alarm, Calls should always be played (also) in the speakerphone even when a bluetooth or wired headset is used

2015-08-13 Thread Matthew Paul Thomas
I don't know why this was assigned to me again. I'm not involved with
the design of the Clock app, and I've already made a suggestion.

** Changed in: ubuntu-ux
 Assignee: Matthew Paul Thomas (mpt) = (unassigned)

** Summary changed:

- [System Settings] Alarm, Calls should always be played (also) in the 
speakerphone even when a bluetooth or wired headset is used
+ Can't hear clock alarm when headphones are plugged in but not in your ears

** Description changed:

  When a bluetooth or wired headset the phone embedded speakerphone should
  ring anyway as you probably won't wear an headset while sleeping, while
  you prefer keeping your headset connected all the times.
  
  -- SOLUTION --
- Calls and Alarms should *always* be played to the speaker phones, as well as 
in the wired/wireless headset.
+ Alarms should *always* be played to the speaker phones, as well as in the 
wired/wireless headset.
+ 
+ (The equivalent for the ringtone is bug 1364647.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364647

Title:
  Can't hear clock alarm when headphones are plugged in but not in your
  ears

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1457488] Re: Consider replacing qdjango usage

2015-08-13 Thread Pete Woods
FYI, upstream have simply removed the -script component of qdjango.
Fortunately, as you say, nothing else was using it, so there shouldn't
be any fallout from that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1457488

Title:
  When qdjango 0.6.0 appears in Debian, replace Ubuntu packaging with
  direct sync

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483630] tarf (i386) - tests ran: 170, failed: 1

2015-08-13 Thread Brad Figg
tests ran: 170, failed: 1;
  
http://kernel.ubuntu.com/testing/tarf__3.19.0-26.28__2015-08-13_01-21-00/results-index.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483630

Title:
  linux: 3.19.0-26.28 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483630/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483320] Re: Migrate Broadwell to use i915_bpo

2015-08-13 Thread Po-Hsu Lin
Here is the dmesg output for 201409-15487 (BIOS A07) with cycling
through all 4 modes, with drm.debug=14  log_buf_len=500k added into
GRUB_CMDLINE_LINUX_DEFAULT= of /etc/default/grub

** Attachment added: dmesg-drm-debug-201409-15487.log
   
https://bugs.launchpad.net/ubuntu/vivid/+source/linux/+bug/1483320/+attachment/028/+files/dmesg-latest.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483320

Title:
  Migrate Broadwell to use i915_bpo

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1433442] Re: QML's ListView currentItem changes on resize

2015-08-13 Thread Alberto Mardegan
I confirm that libqt5quick5 from silo 29 fixes the issue, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1433442

Title:
  QML's ListView currentItem changes on resize

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1433442/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483892] Re: linux-keystone: 3.13.0-35.55 -proposed tracker

2015-08-13 Thread Adam Conrad
** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed = New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483892

Title:
  linux-keystone: 3.13.0-35.55 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1483892/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1481462] Re: linux: 4.2.0-3.3 -proposed tracker

2015-08-13 Thread Adam Conrad
*** This bug is a duplicate of bug 1483677 ***
https://bugs.launchpad.net/bugs/1483677

** This bug has been marked a duplicate of bug 1483677
   linux: 4.2.0-4.4 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481462

Title:
  linux: 4.2.0-3.3 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1481462/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1476475] Re: gnuradio doesn't build on armhf due to unneeded dependencies

2015-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnuradio - 3.7.2.1-5ubuntu0.1

---
gnuradio (3.7.2.1-5ubuntu0.1) trusty; urgency=medium

  * Don't build-depend on unused libqwtplot3d-qt4-dev (LP: #1476475).

 -- Logan Rosen lo...@ubuntu.com  Thu, 23 Jul 2015 03:00:48 -0400

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1476475

Title:
  gnuradio doesn't build on armhf due to unneeded dependencies

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1479903] Re: linux: 4.2.0-1.1~rc1 -proposed tracker

2015-08-13 Thread Adam Conrad
*** This bug is a duplicate of bug 1483677 ***
https://bugs.launchpad.net/bugs/1483677

** This bug is no longer a duplicate of bug 1481462
   linux: 4.2.0-3.3 -proposed tracker
** This bug has been marked a duplicate of bug 1483677
   linux: 4.2.0-4.4 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1479903

Title:
  linux: 4.2.0-1.1~rc1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1479903/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1483677] Re: linux: 4.2.0-4.4 -proposed tracker

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1483677

Title:
  linux: 4.2.0-4.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1483677/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1481067] Re: linux: 4.2.0-2.2 -proposed tracker

2015-08-13 Thread Adam Conrad
*** This bug is a duplicate of bug 1483677 ***
https://bugs.launchpad.net/bugs/1483677

** This bug is no longer a duplicate of bug 1481462
   linux: 4.2.0-3.3 -proposed tracker
** This bug has been marked a duplicate of bug 1483677
   linux: 4.2.0-4.4 -proposed tracker

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481067

Title:
  linux: 4.2.0-2.2 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1481067/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1451540] Update Released

2015-08-13 Thread Adam Conrad
The verification of the Stable Release Update for usbredir has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1451540

Title:
  usbredir fails to build in trusty

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   >