[Bug 1283663] [NEW] when using openvpn the vpn's dns is never used (DNSLEAK)

2014-02-23 Thread fdwsgds
Public bug reported:

please see information on this here:
http://askubuntu.com/questions/424569/ive-tried-all-solutions-on-
internet-i-found-but-none-of-them-fix-my-dns-leak-iss

also possibly this is related: always when i connect i get a Man in the
Middle Attack warning

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openvpn 2.3.2-7ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
Uname: Linux 3.13.0-12-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Feb 23 09:02:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-08 (14 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140110)
SourcePackage: openvpn
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openvpn
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug trusty

** Information type changed from Private Security to Public

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

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

Title:
  when using openvpn the vpn's dns is never used (DNSLEAK)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/1283663/+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 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-23 Thread Nobuto MURATA
** Also affects: easy-rsa (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: easy-rsa (Ubuntu)
   Status: New = Fix Released

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

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

To manage notifications about this bug go to:
https://bugs.launchpad.net/openvpn/+bug/992012/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread LocutusOfBorg
I'm sorry I have missed the Freeze for a couple of days (the package has
been pushed in debian in time however).

The rationale is:
-For an LTS something fresh should be better indeed.

In the new 2 releases mostly (if not all of them) commits are BUG fix only.
I don't see any new feature in the changelog, while I see one (possibly more) 
CVE fixed.
For me is better to push, there is many NPE,CVE and other kind of fixes.

Tomcat 6.0.39 (markt)
Catalina
fix 55166: Fix regression that broke XML validation when running on 
some Java 5 JVMs. (kkolinko)
Coyote
fix Make the HTTP NIO connector tolerant of whitespace in the 
individual values used for the ciphers attribute. (markt)
fix Remove dependency introduced on the jsp-api.jar as part of the 
XML validation changes introduced in 6.0.38. (markt)
Jasper
fix Correct several errors in jspxml Schema and DTD. (kkolinko)
Cluster
codeRemove an empty TestTwoPhaseCommit test from Tribes. (kkolinko)
Web applications
fix Fix broken link in Jasper How-To documentation. (markt)
fix Align index.html and index.jsp in ROOT web application. Correct 
links to specifications and to the Tomcat mailing lists. (kkolinko)
fix Remove second copy of RUNNING.txt from the full-docs 
distribution. Some unpacking utilities can't handle multiple copies of a file 
with the same name in a directory. (kkolinko)
Other
update  Update sample Eclipse IDE project: use JUnit 4 library and 
prefer a Java 5 JDK when several JDKs are configured. Cleanup the Ant build 
files. (kkolinko)
fix Correct Maven dependencies for individual JAR files. (markt)
Tomcat 6.0.38 (markt)   not released
Catalina
fix Ensure that when Tomcat's anti-resource locking features are 
used that the temporary copy of the web application and not the original is 
removed when the web application stops. (markt/kkolinko)
fix 55019: Fix a potential exception when accessing JSPs while 
running under a SecurityManager. (jfclere)
fix 55052: Make JULI's LogManager to additionally look for logging 
properties without prefixes if the property cannot be found with a prefix. 
(kkolinko)
fix 55266: Ensure that the session ID is parsed from the request 
before any redirect as the session ID may need to be encoded as part of the 
redirect URL. (markt)
fix 55404: Log warnings about using security roles in web.xml as 
warnings. (markt)
fix 55268: Added optional --service-start-wait-time command-line 
option to change service start wait time from default of 10 seconds. (schultz)
fix Correctly associate the default resource bundle with the 
English locale so that requests that specify an Accept-Language of English 
ahead of French, Spanish or Japanese get the English messages they asked for. 
(markt)
fix Add missing JavaEE 5 XML schema definitions. (markt)
fix When Catalina parses TLD files, always use a namespace aware 
parser to be consistent with how Jasper parses TLD files. The tldNamespaceAware 
attribute of the Context is now ignored. (markt)
fix As per section SRV.14.4.3 of the Servlet 2.5 specification, a 
namespace aware, validating parser will be used when processing *.tld and 
web.xml files if the system property 
org.apache.catalina.STRICT_SERVLET_COMPLIANCE is set to true. (markt)
fix Ensure that sessions IDs are not parsed from URLs for Contexts 
where disableURLRewriting is true. (markt)
add Add an option to the Context to control the blocking of XML 
external entities when parsing XML configuration files and enable this blocking 
by default when a security manager is used. The block is implemented via a 
custom resolver to enable the logging of any blocked entities. (markt)
fix 56016: When loading resources for XML schema validation, take 
account of the possibility that servlet-api.jar and jsp-api.jar may not be 
loaded by the same class loader. Patch by Juan Carlos Estibariz. (markt)
Coyote
fix 52811: Fix parsing of Content-Type header in 
HttpServletResponse.setContentType(). Introduces a new HTTP header parser that 
follows RFC2616. (markt)
fix 54691: Add configuration attribute sslEnabledProtocols to 
HTTP connector and document it. (Internally this attribute has been already 
implemented but not documented, under names protocols and sslProtocols. 
Those names of this attribute are now deprecated). (schultz)
fix 54947: Fix the HTTP NIO connector that incorrectly rejected a 
request if the CRLF terminating the request line was split across multiple 
packets. Patch by Konstantin Preißer. (markt)
fix 55228: Allow web applications to set a HTTP Date header. (markt)
fix Better adherence to RFC2616 for content-length headers. (markt)
fix Add support for limiting 

[Bug 1277205] Re: bind9: Missing dns/rrl.h

2014-02-23 Thread Bug Watch Updater
** Changed in: bind9 (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  bind9: Missing dns/rrl.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1277205/+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 1283750] [NEW] test failures with python3.4

2014-02-23 Thread Matthias Klose
Public bug reported:

see
https://launchpad.net/ubuntu/+source/python-repoze.lru/0.6-3build1/+build/5629973/+files/buildlog_ubuntu-trusty-i386.python-repoze.lru_0.6-3build1_FAILEDTOBUILD.txt.gz

make[1]: Entering directory `/build/buildd/python-repoze.lru-0.6'
set -e;  python2.7  setup.py test;  python3.3  setup.py test;  python3.4  
setup.py test;
running test
running egg_info
writing requirements to repoze.lru.egg-info/requires.txt
writing repoze.lru.egg-info/PKG-INFO
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing top-level names to repoze.lru.egg-info/top_level.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
writing entry points to repoze.lru.egg-info/entry_points.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected 
success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout provided at init time must be applied ... unexpected success
test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests)
Timeouts must be per entry, default applied when none provided ... unexpected 
success
test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size == half the number of items - hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_it (repoze.lru.tests.ExpiringLRUCacheTests)
Test a sequence of operations ... ok
test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Re-putting an entry must update timeout ... unexpected success
test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests)
Cache of size 1 must work ... ok
test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests)
equal but not identical keys must be treated the same ... ok
test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok
test_get (repoze.lru.tests.LRUCacheTests) ... ok
test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size == half the number of items - hit rate ~50% ... ok
test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok
test_it (repoze.lru.tests.LRUCacheTests) ... ok
test_perfect_hitrate (repoze.lru.tests.LRUCacheTests)
If cache size equals number of items, expect 100% cache hits ... ok
test_put (repoze.lru.tests.LRUCacheTests) ... ok
test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok
test_small_cache (repoze.lru.tests.LRUCacheTests)
Cache of size 1 must work ... ok

--
Ran 33 tests in 1.240s

OK (unexpected successes=4)
running test
running egg_info
writing top-level names to repoze.lru.egg-info/top_level.txt
writing repoze.lru.egg-info/PKG-INFO
writing entry points to repoze.lru.egg-info/entry_points.txt
writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt
writing requirements to repoze.lru.egg-info/requires.txt
writing dependency_links to repoze.lru.egg-info/dependency_links.txt
reading manifest file 'repoze.lru.egg-info/SOURCES.txt'
writing manifest file 'repoze.lru.egg-info/SOURCES.txt'
running build_ext
test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok
test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok
test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok
test_exception (repoze.lru.tests.CacherMaker) ... ok
test_expiring (repoze.lru.tests.CacherMaker) ... ok
test_named_cache (repoze.lru.tests.CacherMaker) ... ok
test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok
test_expiry (repoze.lru.tests.DecoratorTests)
When timeout is given, decorator must eventually forget entries ... unexpected 
success
test_multiargs (repoze.lru.tests.DecoratorTests) ... ok
test_singlearg (repoze.lru.tests.DecoratorTests) ... ok
test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests)
Default timeout 

[Bug 1256546] Re: qemu-s390x-static: segmentation fault entering chroot

2014-02-23 Thread Bug Watch Updater
** Changed in: qemu (Debian)
   Status: New = Fix Committed

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

Title:
  qemu-s390x-static: segmentation fault entering chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1256546/+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 1279805] Re: regression in CVE-2013-6393 patch

2014-02-23 Thread Bug Watch Updater
** Changed in: libyaml (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  regression in CVE-2013-6393 patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libyaml/+bug/1279805/+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 1283850] [NEW] Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Tim
Public bug reported:

The recent update of spamassassin has broken the Ubuntu GNOME daily
builds.

Setting up sa-compile (3.4.0-1) ...
Running sa-compile (may take a long time)
In file included from /usr/lib/perl/5.18/CORE/perl.h:650:0,
 from body_0.xs:2:
/usr/include/x86_64-linux-gnu/sys/types.h:146:20: fatal error: stddef.h: No 
such file or directory
 #include stddef.h
^
compilation terminated.
make: *** [body_0.o] Error 1
command 'make /tmp/.spamassassin25191JqnsNXtmp/log' failed: exit 2
dpkg: error processing package sa-compile (--configure):
 subprocess installed post-installation script returned error exit status 25

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: spamassassin 3.4.0-1
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Feb 24 10:24:47 2014
InstallationDate: Installed on 2012-09-23 (518 days ago)
InstallationMedia: Ubuntu GNOME Remix 12.10 Quantal Quetzal - Alpha 
amd64(20120922)
PackageArchitecture: all
SourcePackage: spamassassin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: spamassassin (Ubuntu)
 Importance: Critical
 Status: New


** Tags: amd64 apport-bug trusty

** Changed in: spamassassin (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1261872] Re: P_ALL behavior inconsistent in eglibc vs. kernel headers (enum vs. #define)

2014-02-23 Thread Adam Conrad
This was worked around in eglibc with some ifdef magic, but we still
need to sync the headers upstream in one way or another.

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

Title:
  P_ALL behavior inconsistent in eglibc vs. kernel headers (enum vs.
  #define)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1261872/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

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

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

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1260428] Re: iso8601 is not properly ported to Python3

2014-02-23 Thread Jackson Doak
It's fairly likely this was fixed in the version in trusty. Could you please 
check that?
I tried this and it works fine, but i also had lp:1283857 appear

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

Title:
  iso8601 is not properly ported to Python3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1260428/+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 1283857] [NEW] python3-iso8601 install error

2014-02-23 Thread Jackson Doak
Public bug reported:

installing python3-iso8601 leaves the log below. Re-running the install
say it's already installed successfully

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  python3-iso8601
0 to upgrade, 1 to newly install, 0 to remove and 0 not to upgrade.
Need to get 8,986 B of archives.
After this operation, 63.5 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python3-iso8601 all 
0.1.8-0ubuntu1 [8,986 B]
Fetched 8,986 B in 0s (14.5 kB/s)
Selecting previously unselected package python3-iso8601.
(Reading database ... 337202 files and directories currently installed.)
Preparing to unpack .../python3-iso8601_0.1.8-0ubuntu1_all.deb ...
Unpacking python3-iso8601 (0.1.8-0ubuntu1) ...
Setting up python3-iso8601 (0.1.8-0ubuntu1) ...
Exception ignored in: bound method Popen.__del__ of subprocess.Popen object 
at 0x7f7665f8b7b8
Traceback (most recent call last):
  File /usr/lib/python3.4/subprocess.py, line 897, in __del__
TypeError: 'NoneType' object is not callable
Exception ignored in: bound method Popen.__del__ of subprocess.Popen object 
at 0x7f7665f8b710
Traceback (most recent call last):
  File /usr/lib/python3.4/subprocess.py, line 897, in __del__
TypeError: 'NoneType' object is not callable

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python3-iso8601 0.1.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon Feb 24 11:03:19 2014
Dependencies:
 
InstallationDate: Installed on 2013-12-17 (68 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20131217)
PackageArchitecture: all
SourcePackage: python-iso8601
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-iso8601 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  python3-iso8601 install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-iso8601/+bug/1283857/+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 1244921] Re: cherryd installed in /usr/bin instead of /usr/sbin/

2014-02-23 Thread Jackson Doak
** Changed in: cherrypy3 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  cherryd installed in /usr/bin instead of /usr/sbin/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cherrypy3/+bug/1244921/+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 1275649] Re: MAAS packaging doesn't include maas-generated named.conf.options.inside.maas file

2014-02-23 Thread MaaS Lander
** Changed in: maas
   Status: In Progress = Fix Committed

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

Title:
  MAAS packaging doesn't include maas-generated
  named.conf.options.inside.maas file

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1275649/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Scott Kitterman
Is this only on 64 bit builds?  On my 32 bit workstation sa-compile
works fine:

...
Selecting previously unselected package sa-compile.
Preparing to unpack .../sa-compile_3.4.0-1_all.deb ...
Unpacking sa-compile (3.4.0-1) ...
Setting up re2c (0.13.5-1build2) ...
Setting up sa-compile (3.4.0-1) ...
Running sa-compile (may take a long time)
$

** Changed in: spamassassin (Ubuntu)
   Importance: Critical = High

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

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1283850/+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 1283850] Re: Spamassassin update broke Ubuntu GNOME daily builds

2014-02-23 Thread Adam Conrad
18:53 infinity Right, so that looks like a doko bug.  g++ transitively pulls 
that header in, via libstdc++-dev - libgcc-dev, but gcc doesn't pull in 
libgcc-dev at all.
18:54 infinity Adding libgcc-4.8-dev or g++ to the dependencies works around 
the issue.
18:57 infinity A bit more heavyweight, but I'd suggest a dep on g++ to just 
pull in the lot.  Of course, it should be a temporary hack until doko sorts out 
his deps, so I suppose either works.
18:57 infinity (Or just ignore it and reassign the bug to gcc-4.8)
18:57 infinity It's a recent issue, saucy's gcc-4.8 depends on libgcc-4.8-dev

Taking my own advice, and reassigning the bug to gcc-4.8.

** Package changed: spamassassin (Ubuntu) = gcc-4.8 (Ubuntu)

** Changed in: gcc-4.8 (Ubuntu)
 Assignee: (unassigned) = Matthias Klose (doko)

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

Title:
  Spamassassin update broke Ubuntu GNOME daily builds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1283850/+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 1283279] Re: numactl binaries not built on arm64

2014-02-23 Thread Bug Watch Updater
** Changed in: numactl (Debian)
   Status: Unknown = New

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

Title:
  numactl binaries not built on arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/numactl/+bug/1283279/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
I agree that this is a bugfix release, so freeze exception is not
needed.

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

Title:
  Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1282923/+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 1282923] Re: Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package tomcat6 - 6.0.39-1
Sponsored for LocutusOfBorg (costamagnagianfranco)

---
tomcat6 (6.0.39-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
- Refreshed the patches
  * Standards-Version updated to 3.9.5 (no changes)
  * Switch to debhelper level 9
  * Use XZ compression for the upstream tarball
  * Use canonical URL for the Vcs-Git field

 -- Emmanuel Bourg ebo...@apache.org  Mon, 17 Feb 2014 00:02:00 +0100

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

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

Title:
  Sync tomcat6 6.0.39-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/1282923/+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 971061] Re: acpi reports battery state incorrectly

2014-02-23 Thread Mattia Guidi
And please, to all those who are affected by this bug, go to the new bug
(https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1283589) that Juan
Manuel opened and let the Ubuntu guys know that it affects you.

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

Title:
  acpi reports battery state incorrectly

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

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-02-23 Thread iuuuuan
Same here on Lenovo G710 on saucy 64bit with Nvidia 319, GeForce 720M
and /proc/bus/input/devices reports ETPS/2 Elantech Touchpad. Freeze
behaviour is the same as reported by Corollax.

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Bug 1283662] [NEW] package extlinux 3:4.05+dfsg-6+deb7u3ubuntu1 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2014-02-23 Thread Dawid Śniegowski
Public bug reported:

winusb instalation error repo ppa:colingille/freshlight

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: extlinux 3:4.05+dfsg-6+deb7u3ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Feb 23 08:48:01 2014
DuplicateSignature: package:extlinux:3:4.05+dfsg-6+deb7u3ubuntu1:podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
InstallationDate: Installed on 2014-02-16 (6 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: syslinux
Title: package extlinux 3:4.05+dfsg-6+deb7u3ubuntu1 failed to install/upgrade: 
podproces zainstalowany skrypt post-installation zwrócił kod błędu 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package saucy

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

Title:
  package extlinux 3:4.05+dfsg-6+deb7u3ubuntu1 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 1

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

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

[Bug 1283662] Re: package extlinux 3:4.05+dfsg-6+deb7u3ubuntu1 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2014-02-23 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/1283662

Title:
  package extlinux 3:4.05+dfsg-6+deb7u3ubuntu1 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 1

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

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

[Bug 1260718] Re: Move to postgresql-9.3

2014-02-23 Thread Bug Watch Updater
** Changed in: orafce (Debian)
   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/1260718

Title:
  Move to postgresql-9.3

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

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


[Bug 1252445] Re: execute_manager removed in Django 1.6

2014-02-23 Thread Bug Watch Updater
** Changed in: django-openid-auth (Debian)
   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/1252445

Title:
  execute_manager removed in Django 1.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/django-openid-auth/+bug/1252445/+subscriptions

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


[Bug 1283663] [NEW] when using openvpn the vpn's dns is never used (DNSLEAK)

2014-02-23 Thread fdwsgds
Public bug reported:

please see information on this here:
http://askubuntu.com/questions/424569/ive-tried-all-solutions-on-
internet-i-found-but-none-of-them-fix-my-dns-leak-iss

also possibly this is related: always when i connect i get a Man in the
Middle Attack warning

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openvpn 2.3.2-7ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-12.32-generic 3.13.4
Uname: Linux 3.13.0-12-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: LXDE
Date: Sun Feb 23 09:02:49 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-08 (14 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha amd64 (20140110)
SourcePackage: openvpn
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openvpn
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug trusty

** Information type changed from Private Security to Public

** Also affects: openvpn
   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/1283663

Title:
  when using openvpn the vpn's dns is never used (DNSLEAK)

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

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


Re: [Bug 414718] Re: blue on orange is very hard to read in aptitude

2014-02-23 Thread Daniel Hartwig
On 23 February 2014 14:39, Tomas Pospisek tpo_...@sourcepole.ch wrote:
 Bug Watch Updater (bug-watch-updater) on 2014-02-08
 Changed in aptitude:
 status:   New → Incomplete

 Robots without brains - contraproductive, automatically wasting
 peoples' time

 I'm changing status back now


LP status change reflects an equivalent change on bugs.d.o.

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

Title:
  blue on orange is very hard to read in aptitude

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

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

[Bug 1155169] Re: [HP Pavilion dm3-1109tu Entertainment Notebook PC] Brightness Keys not working after restarting system from Windows 7

2014-02-23 Thread chris
Hello... I've just tested amd64 version, same results.

** Changed in: xserver-xorg-input-evdev (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/1155169

Title:
  [HP Pavilion dm3-1109tu Entertainment Notebook PC] Brightness Keys not
  working after restarting system from Windows 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1155169/+subscriptions

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


[Bug 1211097] Re: typo - explinging in man page

2014-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package apt-mirror - 0.5.0-1

---
apt-mirror (0.5.0-1) unstable; urgency=medium


  * New upstream release.
- Removed restrictions when parsing deb-$arch (LP: #913837)
- Download all provided translation files instead of trying to download
  translation files based on a hard-coded language list. (Closes: #725762)
- Fix typos (Closes: #736904, LP: #1211097).
- Mirror Contents-*.gz for each component. (Closes: #647301)
  * Use Makefile for installation.
  * Bump Standards-Version to 3.9.5.

 -- Benjamin Drung bdr...@debian.org  Sat, 22 Feb 2014 15:42:22 +0100

** Changed in: apt-mirror (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/1211097

Title:
  typo - explinging in man page

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

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


[Bug 1059263] Re: Cannot reboot or shutdown system

2014-02-23 Thread francesco
I have the same problem:

cinnamon-session[1978]: WARNING: Unable to restart system: Authorization
is required

It started after I did the upgrade from 13.04 ro 13.10.

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=16
DISTRIB_CODENAME=petra
DISTRIB_DESCRIPTION=Linux Mint 16 Petra
NAME=Ubuntu
VERSION=13.10, Saucy Salamander
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=Ubuntu 13.10
VERSION_ID=13.10
HOME_URL=http://www.ubuntu.com/;
SUPPORT_URL=http://help.ubuntu.com/;
BUG_REPORT_URL=http://bugs.launchpad.net/ubuntu/;

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

Title:
  Cannot reboot or shutdown system

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

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


[Bug 821233] Re: indicator-weather crashed with AttributeError in export_location_details(): Location instance has no attribute 'location_code'

2014-02-23 Thread dino99
** Changed in: indicator-weather (Baltix)
   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/821233

Title:
  indicator-weather crashed with AttributeError in
  export_location_details(): Location instance has no attribute
  'location_code'

To manage notifications about this bug go to:
https://bugs.launchpad.net/raring-backports/+bug/821233/+subscriptions

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


[Bug 913837] Re: apt-mirror is too restrictive when parsing arch

2014-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package apt-mirror - 0.5.0-1

---
apt-mirror (0.5.0-1) unstable; urgency=medium


  * New upstream release.
- Removed restrictions when parsing deb-$arch (LP: #913837)
- Download all provided translation files instead of trying to download
  translation files based on a hard-coded language list. (Closes: #725762)
- Fix typos (Closes: #736904, LP: #1211097).
- Mirror Contents-*.gz for each component. (Closes: #647301)
  * Use Makefile for installation.
  * Bump Standards-Version to 3.9.5.

 -- Benjamin Drung bdr...@debian.org  Sat, 22 Feb 2014 15:42:22 +0100

** Changed in: apt-mirror (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/913837

Title:
  apt-mirror is too restrictive when parsing arch

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

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


[Bug 1283272] Re: filezilla gives error Mailcap message when opening

2014-02-23 Thread ANTONIOFERNANDEZ
** Summary changed:

- filezilla gives error message when opening
+ filezilla gives error Mailcap message when opening

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

Title:
  filezilla gives error Mailcap message when opening

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

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


[Bug 1280332] Re: [needs-packaging] request for packaging: ubuntu-defaults-nl

2014-02-23 Thread Redmar
** Changed in: ubuntu
 Assignee: (unassigned) = Redmar (redmar)

** Changed in: ubuntu
   Status: New = In Progress

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

Title:
  [needs-packaging] request for packaging: ubuntu-defaults-nl

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

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


[Bug 64501] Re: FTBFS

2014-02-23 Thread Jackson Doak
This builds fine raring onwards

** Changed in: openhackware (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/64501

Title:
  FTBFS

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

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


[Bug 1282302] Re: deadlock when unmounting nfs shares in trusty

2014-02-23 Thread Steve Langasek
rc3 is affected.

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

Title:
  deadlock when unmounting nfs shares in trusty

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

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


[Bug 1282966] Re: Sync golang-go-dbus 1~bzr20140217-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
Thanks for your work, however we are in Feature Freeze and you need a
Feature Freeze exception to move forward.

Basically, you need to explain why this package is needed and subscribe
ubuntu-release team. See https://wiki.ubuntu.com/FreezeExceptionProcess
for details.

Unsubscribing sponsors for now.

** Summary changed:

- Sync golang-go-dbus 1~bzr20140217-1 (universe) from Debian unstable (main)
+ [FFe] Sync golang-go-dbus 1~bzr20140217-1 (universe) from Debian unstable 
(main)

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

Title:
  [FFe] Sync golang-go-dbus 1~bzr20140217-1 (universe) from Debian
  unstable (main)

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

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


[Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

2014-02-23 Thread tafazzi87
there is a hope to install ubuntu on my hp probook 430 g1?

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

Title:
  Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]

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

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


[Bug 1283646] Re: Sync catfish 1.0.0-2 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package catfish - 1.0.0-2
Sponsored for Jackson Doak (noskcaj)

---
catfish (1.0.0-2) unstable; urgency=medium

  * Depend on python-gi-cairo. Closes: #738639

 -- Jackson Doak nosk...@ubuntu.com  Sun, 23 Feb 2014 07:40:04 +1100

** Changed in: catfish (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/1283646

Title:
  Sync catfish 1.0.0-2 (universe) from Debian unstable (main)

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

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


[Bug 1283543] Re: Sync abgate 1.1.7-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package abgate - 1.1.7-1
Sponsored for Jackson Doak (noskcaj)

---
abgate (1.1.7-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards.
  * Set dh/compat 9.
  * Patch refreshed.
  * Update VCS urls.

 -- Jaromír Mikeš mira.mi...@seznam.cz  Sat, 01 Feb 2014 21:44:38
+0100

** Changed in: abgate (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/1283543

Title:
  Sync abgate 1.1.7-1 (universe) from Debian unstable (main)

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

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

[Bug 1283671] [NEW] 14.04 daily build (2014-02-21): unity desktop crashes on every application start

2014-02-23 Thread Jens
Public bug reported:

I installed the 14.04 daily build from a CD image yesterday to help
testing. Unfortunately, I cannot test anything because right upon
booting, when the desktop appears, every app I start causes about a
minute of freezing (even the mouse pointer freezes) and then a restart
(or complete crash) of the unity top menubar and sidebar.

The only thing in the desktop I customized was the Unity sidebar button
size (in the settings app - to 16 pixels first, then to 24 pixels). But
even the settings app caused this crash before I could use it to change
the settings.

I am writing this in a 640x480 Firefox window without window manager
from within the crashed Unity desktop.

Is this a known bug? I sure hope so. ;)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic i686
ApportVersion: 2.13.2-0ubuntu5
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Feb 23 09:58:45 2014
InstallationDate: Installed on 2014-02-22 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140222)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  14.04 daily build (2014-02-21): unity desktop crashes on every
  application start

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

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


[Bug 1283367] Re: Sync dotclear 2.6.2+dfsg-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package dotclear - 2.6.2+dfsg-1
Sponsored for Jackson Doak (noskcaj)

---
dotclear (2.6.2+dfsg-1) unstable; urgency=high

  [ Nicolas Roudaire ]
  * New upstream release (Closes: #737161)

  [ Dario Minnucci ]
  * This upload fixes RC bug so we bump urgency to 'high'

 -- Dario Minnucci mid...@debian.org  Mon, 17 Feb 2014 20:31:41 +0100

** Changed in: dotclear (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/1283367

Title:
  Sync dotclear 2.6.2+dfsg-1 (universe) from Debian unstable (main)

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

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


[Bug 1283368] Re: Sync xbindkeys 1.8.6-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package xbindkeys - 1.8.6-1
Sponsored for Jackson Doak (noskcaj)

---
xbindkeys (1.8.6-1) unstable; urgency=medium

  * New upstream version
- Bug fix: Do not grab keysym not mapped on keyboard.
  Prevent a AnyKey grab, this should (Closes: #447026)
  * Bug fix: New release blocks seahorse  (Closes: #628654).
We now put the autostart script elsewhere and place a file in
/etc/xdg/autostart. In the common Desktop Environments this should
have xbindkeys still start automatically, but without the problems the
old way of using /etc/X11/Xsession.d gave us.
Users whose environment does not make use of /etc/xdg/autostart do
need to manually start xbindkeys, either by just running it from their
xsession or by executing /usr/bin/xbindkeys_autostart
  * Bug fix: Please update homepage in man page, thanks to Mathieu
Malaterre (Closes: #640477).
  * Bug fix: [xbindkeys] xbindkeys defaults file should only be
examples, thanks to Dean Evans (Closes: #657965).
  * Update guile version

 -- Joerg Jaspert jo...@debian.org  Sun, 16 Feb 2014 13:59:57 +0100

** Changed in: xbindkeys (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/1283368

Title:
  Sync xbindkeys 1.8.6-1 (universe) from Debian unstable (main)

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

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


[Bug 1283589] Re: [Samsung NP530U3C-A01] LID close, AC, and battery status events not produced anymore

2014-02-23 Thread Christopher M. Penalver
** Tags added: cherry-pick

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

Title:
  [Samsung NP530U3C-A01] LID close, AC, and battery status events not
  produced anymore

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

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


[Bug 1283673] [NEW] [LENOVO 7458VP5] suspend/resume failure

2014-02-23 Thread Søren Bredlund Caspersen
Public bug reported:

I had left my laptop running over night, and forgotten to connect the
charger.

When powering it on the next day everything seemed to work fine, but I got this 
message that something had gone wrong, asking to report a bug.
So I don't know exactly what went wrong.

ProblemType: KernelOops
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-11-generic 3.13.0-11.31
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.13.2-0ubuntu5
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sca2110 F pulseaudio
Date: Sun Feb 23 10:17:01 2014
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=8cdb0119-e3e3-40cd-ac5e-bd17c012803f
InstallationDate: Installed on 2014-02-17 (5 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140211)
InterpreterPath: /usr/bin/python3.4
MachineType: LENOVO 7458VP5
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-11-generic 
root=UUID=23f4320a-ed08-41e2-90f1-b178c077f896 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-11-generic N/A
 linux-backports-modules-3.13.0-11-generic  N/A
 linux-firmware 1.125
SourcePackage: linux
Title: [LENOVO 7458VP5] suspend/resume failure
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 03/11/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 7XET63WW (3.13 )
dmi.board.name: 7458VP5
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:bvr7XET63WW(3.13):bd03/11/2010:svnLENOVO:pn7458VP5:pvrThinkPadX200:rvnLENOVO:rn7458VP5:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7458VP5
dmi.product.version: ThinkPad X200
dmi.sys.vendor: LENOVO

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


** Tags: apport-kerneloops i386 resume suspend trusty

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

Title:
  [LENOVO 7458VP5] suspend/resume failure

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

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


[Bug 1283541] Re: Sync glyr 1.0.5-1 (universe) from Debian unstable (main)

2014-02-23 Thread Dmitry Shachnev
This bug was fixed in the package glyr - 1.0.5-1
Sponsored for Jackson Doak (noskcaj)

---
glyr (1.0.5-1) unstable; urgency=medium

  * New upstream release

 -- Etienne Millon m...@emillon.org  Tue, 11 Feb 2014 18:53:08 +0100

** Changed in: glyr (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/1283541

Title:
  Sync glyr 1.0.5-1 (universe) from Debian unstable (main)

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

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


[Bug 1283673] Status changed to Confirmed

2014-02-23 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/1283673

Title:
  [LENOVO 7458VP5] suspend/resume failure

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

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


[Bug 1250605] Re: 10ec:5286 [Clevo W310CZ] Realtek Card Reader not working.

2014-02-23 Thread Christopher M. Penalver
Takeuchi, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

Title:
  10ec:5286 [Clevo W310CZ] Realtek Card Reader not working.

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

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


[Bug 1155169] Re: [HP Pavilion dm3-1109tu Entertainment Notebook PC] Brightness Keys not working after restarting system from Windows 7

2014-02-23 Thread Christopher M. Penalver
** Tags added: amd64

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

Title:
  [HP Pavilion dm3-1109tu Entertainment Notebook PC] Brightness Keys not
  working after restarting system from Windows 7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1155169/+subscriptions

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


[Bug 1283491] Re: rendering and size issues on high-dpi screen

2014-02-23 Thread marmuta
Thanks for testing that.
I hadn't noticed 'scaling-factor' yet, it apparently came to Trusty's g-s-d 
just this month. Setting it to 2 or higher indeed leads to the effect shown in 
your images, but there seem to be a range of other problems as well. I'll have 
a closer look.
Changing 'test-scaling-factor' doesn't seem to have any adverse effects.

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

** Changed in: onboard
   Status: New = Confirmed

** Changed in: onboard
   Importance: Undecided = Medium

** Changed in: onboard (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/1283491

Title:
  rendering and size issues on high-dpi screen

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

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


[Bug 1283568] Re: Desktop crashes when docking/undocking

2014-02-23 Thread Alan Pope ㋛
To be clear, it works fine at non-native 1360x768 and freaks out at
native 1366x768.

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

Title:
  Desktop crashes when docking/undocking

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

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


[Bug 1283568] Re: Desktop crashes when docking/undocking

2014-02-23 Thread Alan Pope ㋛
I thought I was running it at native resolution.  Gosh, seems not.

alan@deep-thought:~$ xrandr
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 32767 x 32767
LVDS1 connected primary 1360x768+0+0 (normal left inverted right x axis y axis) 
277mm x 156mm
   1366x768   60.0 +
   1360x768   59.8*60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

When I just tried changing resolution without any docking/undocking -
just using the display application it also went mental.

https://www.youtube.com/watch?v=UiU4I6oVgyg
https://www.youtube.com/watch?v=iAcyUHUyTt0

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

Title:
  Desktop crashes when docking/undocking

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

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


[Bug 1283574] Re: packagekit-backend-aptcc is present on touch images

2014-02-23 Thread Colin Watson
click doesn't have a particular dependency on the apt backend, so I
don't understand the purpose of your smiley here.

That said, the aptcc backend is still useful on touch to allow querying
information about the installed system.  I'd prefer not to remove it.

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

Title:
  packagekit-backend-aptcc is present on touch images

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

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


[Bug 1277189] [NEW] 'Where are you?' screen: the timezone and city displayed never detects timezone and the main city

2014-02-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

During QATracker testing (~18 Trust Daily i386 iso and amd64 iso) the
timezone and city were never automatically detected/displayed to match
the timezone and the main city. Manual selection performed as expected.
I noted this in the Comment section on the reports. The Where are
you?'Testcase expectation has never been met.

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: Invalid

-- 
'Where are you?' screen: the timezone and city displayed never detects timezone 
and the main city
https://bugs.launchpad.net/bugs/1277189
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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


[Bug 1277189] Re: 'Where are you?' screen: the timezone and city displayed never detects timezone and the main city

2014-02-23 Thread Colin Watson
Jack, in future please reassign bugs to the ubiquity package in Ubuntu,
not to the ubiquity project (which we do not use for bug tracking).

** Project changed: ubiquity = ubiquity (Ubuntu)

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

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

Title:
  'Where are you?' screen: the timezone and city displayed never detects
  timezone and the main city

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

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


[Bug 1279081] Re: linux freezes with threadirqs parameter when rt73usb is loaded

2014-02-23 Thread Bharat Rajagopalan
Hi there,

I can confirm that issue doesn't exist in v3.12 final. I have used both
the generic version of that kernel (from the ppa) and a recompiled
version with lowlatency params (which is right now the main kernel i am
using in 14.04)

The issue exists in the latest 3.13 kernel as well i.e. 3.13.0.12
lowlatency - this works fine with my Xstation USB audio interface when i
disable threadirqs

I am currently downloading the 3.14 rc2 debs - will test them and report
back

Bharat

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

Title:
  linux freezes with threadirqs parameter when rt73usb is loaded

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

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


[Bug 1283323] Re: Uninstalling a .deb file

2014-02-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-packaging-guide

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

Title:
  Uninstalling a .deb file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-packaging-guide/+bug/1283323/+subscriptions

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


[Bug 992012] Re: No /openssl.cnf file could be found because of a wrong regex in whichopensslcnf

2014-02-23 Thread Nobuto MURATA
** Also affects: easy-rsa (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: easy-rsa (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/992012

Title:
  No /openssl.cnf file could be found because of a wrong regex in
  whichopensslcnf

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

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


[Bug 1283323] Re: Uninstalling a .deb file

2014-02-23 Thread Dmitry Shachnev
** Changed in: ubuntu-packaging-guide (Ubuntu)
   Status: New = Fix Committed

** Changed in: ubuntu-packaging-guide (Ubuntu)
   Importance: Undecided = Low

** Changed in: ubuntu-packaging-guide (Ubuntu)
 Assignee: (unassigned) = Dmitry Shachnev (mitya57)

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

Title:
  Uninstalling a .deb file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-packaging-guide/+bug/1283323/+subscriptions

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


[Bug 1182210] Re: package initramfs-tools 0.103ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

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

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

Title:
  package initramfs-tools 0.103ubuntu0.2 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/initramfs-tools/+bug/1182210/+subscriptions

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


[Bug 1279081] Re: linux freezes with threadirqs parameter when rt73usb is loaded

2014-02-23 Thread Bharat Rajagopalan
I can confirm that this issue doesn't arise with 3.14-rc2 from the
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc2-trusty/ ppa

Bharat

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

Title:
  linux freezes with threadirqs parameter when rt73usb is loaded

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

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


[Bug 1280332] Re: [needs-packaging] request for packaging: ubuntu-defaults-nl

2014-02-23 Thread Redmar
I've adressed alle issues raised in #2, except for the Canonical
copyright notice since I'm not sure what to do about it. The updated
package is in the repo listed in the original bug description.

The canonical copyright notice is also present in the package that is
currently in the repository, so I don't think that should be a reason to
hold the package.

** Changed in: 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/1280332

Title:
  [needs-packaging] request for packaging: ubuntu-defaults-nl

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

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


[Bug 1283551] Re: gjs-console crashed with signal 5

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

** Changed in: gjs (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/1283551

Title:
  gjs-console crashed with signal 5

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

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


[Bug 1283551] Re: gjs-console crashed with signal 5

2014-02-23 Thread iain
Getting quite a few of these now, two at least a day, complete black
screen as X/shell crashes to return with flickering shell/windows and
new this week miss-sized resolution. Todays resulted in all the gnome
shell 'buttons' being mucked up as well...

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

Title:
  gjs-console crashed with signal 5

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

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


[Bug 1283680] [NEW] no unity panel indicator

2014-02-23 Thread Sadi Yumuşak
Public bug reported:

It seems this problem has been reported before, but the latest one was about 
Ubuntu 12.04 and it was apparently possible to fix it by adding parcellite to 
systray-whitelist.
Also I didn't experience this problem until upgrading to Ubuntu 13.10.
The current parcellite version in the repository is apparently 1.1.5 and 
there's no way of fixing it via systray-whitelist which is no longer supported.
Please help!!!

** Affects: parcellite (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/1283680

Title:
  no unity panel indicator

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

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


[Bug 1283682] [NEW] GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache':

2014-02-23 Thread Sanjeev Gupta
Public bug reported:

I am on trusty., updating daily.  On:
 apt-get update

I get:
==
Processing triggers for gnome-icon-theme (3.10.0-0ubuntu1) ...

(gtk-update-icon-cache-3.0:19622): GdkPixbuf-WARNING **: Cannot open
pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-
pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders  
/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

==

Similar for the humanity-theme, etc.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-icon-theme 3.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Feb 23 18:24:08 2014
InstallationDate: Installed on 2014-02-13 (10 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140115)
PackageArchitecture: all
SourcePackage: gnome-icon-theme
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  GdkPixbuf-WARNING **: Cannot open pixbuf loader module file
  '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache':

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

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


[Bug 195483] Re: Sound Juicer - MP3 quality doesn't change

2014-02-23 Thread Simon Reed
Does this bug still exist?

The recent reviews (2013) for Sound Juicer complain about the poor
quality. presumably because of this bug.  (If bug it is.  Having read
all of the above I now cannot tell what it is.)

On trying to decide on CD ripping software to produce MP3s to run under
Xubuntu 13.04, I came across the Ubuntu help page on CD ripping (
https://help.ubuntu.com/community/CDRipping ) still has KennoVO's
comment WARNING: the gstreamer LAME plugin, used in the instructions
below, is broken and will produce substandard quality MP3s. You can
track the bug here. If you want to create MP3s, it is recommended not to
use Sound Juicer; use a program that doesn't interface with LAME through
gstreamer instead. Good examples are RubyRipper and ABCDE.

Is that still true?

To get Xubutu 13.04's default ripping software, K3b, to produce MP3s,
one must install LAME.  How does one tell which CD ripping software
doesn't interface with LAME through gstreamer?

Asunder, Ripper X, Audex, AcidRip and RipOff are all highly rated in the
Ubuntu Software Centre, but how to tell which are affected by this bug
report?

Any chance of a summary of what the state of this problem is?

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

Title:
  Sound Juicer - MP3 quality doesn't change

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

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


[Bug 1282139] Re: Greeter does not remember last session and language per user

2014-02-23 Thread Maxime Gauduin
Thx for the quick reaction guys, fix works like a charm!

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

Title:
  Greeter does not remember last session and language per user

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1282139/+subscriptions

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


[Bug 1283350] Re: No icon for wifi + openconnect vpn in plasma-nm

2014-02-23 Thread Sebastian F
** Bug watch added: KDE Bug Tracking System #331423
   https://bugs.kde.org/show_bug.cgi?id=331423

** Also affects: plasma-nm via
   https://bugs.kde.org/show_bug.cgi?id=331423
   Importance: Unknown
   Status: Unknown

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

Title:
  No icon for wifi + openconnect vpn in plasma-nm

To manage notifications about this bug go to:
https://bugs.launchpad.net/plasma-nm/+bug/1283350/+subscriptions

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


[Bug 1283589] Re: [Samsung NP530U3C-A01] LID close, AC, and battery status events not produced anymore

2014-02-23 Thread Guillaume LAURENT
Also affect Serie 9 (NP900X3C in my case)

 Description:   Ubuntu 13.10
 Release:   13.10

 Ubuntu 3.11.0-17.31-generic 3.11.10.3

juanmanuel workaround works.

Waiting Ubuntu patch

** Attachment added: dsdt.aml
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1283589/+attachment/3992614/+files/dsdt.aml

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

Title:
  [Samsung NP530U3C-A01] LID close, AC, and battery status events not
  produced anymore

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

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


[Bug 1283268] Re: cairo-dock crashed with signal 5 in g_realloc()

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

** Changed in: cairo-dock (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/1283268

Title:
  cairo-dock crashed with signal 5 in g_realloc()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1283268/+subscriptions

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


[Bug 1283617] Re: Fuzzy search on window spread filter is too narrow

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

** Changed in: unity (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/1283617

Title:
  Fuzzy search on window spread filter is too narrow

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

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


[Bug 1283689] [NEW] not working in gnome 3.10

2014-02-23 Thread i30817
Public bug reported:

No preview when a simple mp3 file is selected and pressing space.
Output of console

$ sushi
Gjs-Message: JS WARNING: [/usr/share/sushi/js/ui/mimeHandler.js 61]: assignment 
to undeclared variable idx
Gjs-Message: JS LOG: Register mimetype application/postscript
Gjs-Message: JS LOG: Register mimetype application/x-bzpostscript
Gjs-Message: JS LOG: Register mimetype application/x-gzpostscript
Gjs-Message: JS LOG: Register mimetype image/x-eps
Gjs-Message: JS LOG: Register mimetype image/x-bzeps
Gjs-Message: JS LOG: Register mimetype image/x-gzeps
Gjs-Message: JS LOG: Register mimetype application/x-ext-ps
Gjs-Message: JS LOG: Register mimetype application/x-ext-eps
Gjs-Message: JS LOG: Register mimetype image/tiff
Gjs-Message: JS LOG: Register mimetype image/vnd.djvu
Gjs-Message: JS LOG: Register mimetype application/x-ext-djv
Gjs-Message: JS LOG: Register mimetype application/x-ext-djvu
Gjs-Message: JS LOG: Register mimetype application/x-cbr
Gjs-Message: JS LOG: Register mimetype application/x-cbz
Gjs-Message: JS LOG: Register mimetype application/x-cb7
Gjs-Message: JS LOG: Register mimetype application/x-cbt
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbr
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbz
Gjs-Message: JS LOG: Register mimetype application/x-ext-cb7
Gjs-Message: JS LOG: Register mimetype application/x-ext-cbt
Gjs-Message: JS LOG: Register mimetype application/oxps
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-xpsdocument
Gjs-Message: JS LOG: Register mimetype application/pdf
Gjs-Message: JS LOG: Register mimetype application/x-bzpdf
Gjs-Message: JS LOG: Register mimetype application/x-gzpdf
Gjs-Message: JS LOG: Register mimetype application/x-xzpdf
Gjs-Message: JS LOG: Register mimetype application/x-ext-pdf
Gjs-Message: JS LOG: Register mimetype application/x-dvi
Gjs-Message: JS LOG: Register mimetype application/x-bzdvi
Gjs-Message: JS LOG: Register mimetype application/x-gzdvi
Gjs-Message: JS LOG: Register mimetype application/x-ext-dvi
Gjs-Message: JS LOG: Register mimetype application/vnd.oasis.opendocument.text
Gjs-Message: JS LOG: Register mimetype 
application/vnd.oasis.opendocument.presentation
Gjs-Message: JS LOG: Register mimetype 
application/vnd.oasis.opendocument.spreadsheet
Gjs-Message: JS LOG: Register mimetype application/msword
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-excel
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-powerpoint
Gjs-Message: JS LOG: Register mimetype application/rtf
Gjs-Message: JS LOG: Register mimetype text/plain
Gjs-Message: JS LOG: Register mimetype text/html
Gjs-Message: JS LOG: Register mimetype application/mxf
Gjs-Message: JS LOG: Register mimetype application/ogg
Gjs-Message: JS LOG: Register mimetype application/ram
Gjs-Message: JS LOG: Register mimetype application/sdp
Gjs-Message: JS LOG: Register mimetype application/vnd.apple.mpegurl
Gjs-Message: JS LOG: Register mimetype application/vnd.ms-wpl
Gjs-Message: JS LOG: Register mimetype application/vnd.rn-realmedia
Gjs-Message: JS LOG: Register mimetype application/x-extension-m4a
Gjs-Message: JS LOG: Register mimetype application/x-extension-mp4
Gjs-Message: JS LOG: Register mimetype application/x-flash-video
Gjs-Message: JS LOG: Register mimetype application/x-matroska
Gjs-Message: JS LOG: Register mimetype application/x-netshow-channel
Gjs-Message: JS LOG: Register mimetype application/x-ogg
Gjs-Message: JS LOG: Register mimetype application/x-quicktimeplayer
Gjs-Message: JS LOG: Register mimetype application/x-shorten
Gjs-Message: JS LOG: Register mimetype image/vnd.rn-realpix
Gjs-Message: JS LOG: Register mimetype image/x-pict
Gjs-Message: JS LOG: Register mimetype misc/ultravox
Gjs-Message: JS LOG: Register mimetype text/x-google-video-pointer
Gjs-Message: JS LOG: Register mimetype video/3gp
Gjs-Message: JS LOG: Register mimetype video/3gpp
Gjs-Message: JS LOG: Register mimetype video/dv
Gjs-Message: JS LOG: Register mimetype video/divx
Gjs-Message: JS LOG: Register mimetype video/fli
Gjs-Message: JS LOG: Register mimetype video/flv
Gjs-Message: JS LOG: Register mimetype video/mp2t
Gjs-Message: JS LOG: Register mimetype video/mp4
Gjs-Message: JS LOG: Register mimetype video/mp4v-es
Gjs-Message: JS LOG: Register mimetype video/mpeg
Gjs-Message: JS LOG: Register mimetype video/msvideo
Gjs-Message: JS LOG: Register mimetype video/ogg
Gjs-Message: JS LOG: Register mimetype video/quicktime
Gjs-Message: JS LOG: Register mimetype video/vivo
Gjs-Message: JS LOG: Register mimetype video/vnd.divx
Gjs-Message: JS LOG: Register mimetype video/vnd.mpegurl
Gjs-Message: JS LOG: Register mimetype video/vnd.rn-realvideo
Gjs-Message: JS LOG: Register mimetype video/vnd.vivo
Gjs-Message: JS LOG: Register mimetype video/webm
Gjs-Message: JS LOG: Register mimetype video/x-anim
Gjs-Message: JS LOG: Register mimetype video/x-avi
Gjs-Message: JS LOG: Register mimetype video/x-flc
Gjs-Message: JS LOG: Register mimetype 

[Bug 1283622] Re: Plymouthd doesnt exit after login with kdm

2014-02-23 Thread Harald Sitter
fixed by plymouth (0.8.8-0ubuntu9) for 14.04

** Package changed: kdebase-workspace (Ubuntu) = plymouth (Ubuntu)

** Changed in: plymouth (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/1283622

Title:
  Plymouthd doesnt exit after login with kdm

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

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


[Bug 1283690] [NEW] Chrome and Firefox causing coredumps

2014-02-23 Thread actionparsnip
Public bug reported:

Launching either browser causes a coredump. Fully updated install on AMD64 
using the Google Chrome deb to install / add the Google repos. Firefox is the 
default from the Trusty repo. No configurations in either as I have removed all 
configurations for ALL applications in an attempt to resolve the issue.
Thanks

** Affects: 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/1283690

Title:
  Chrome and Firefox causing coredumps

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

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


[Bug 1283692] [NEW] My graphic card seems incompatible with Kubuntu 13.10

2014-02-23 Thread genetin
Public bug reported:

First, do not consider extra debug information attached to this bug
report : as the bug makes my PC unusable, I report the bug from a second
PC.

I cannot install Kubuntu 13.10 on my PC, because of lots of display problems : 
see attached file as an example.
I have a SyncMaster 203B screen and a Nvidia GeForce 7300 GT graphic card.

I have successfully installed Kubuntu 12.04 LTS, then I have upgraded to 12.10 
without problem.
When I try to upgrade to 13.10 I have again the same problem.

Additional info : I have launched Ubuntu 13.10 (= with Unity), and it
worked correctly.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: kde-baseapps-bin 4:4.11.5-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.11.0-17.31-generic 3.11.10.3
Uname: Linux 3.11.0-17-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Feb 23 11:47:56 2014
InstallationDate: Installed on 2014-02-01 (21 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: kde-baseapps
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-baseapps (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Attachment added: Pb-ecran.jpg
   
https://bugs.launchpad.net/bugs/1283692/+attachment/3992620/+files/Pb-ecran.jpg

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

Title:
  My graphic card seems incompatible with Kubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/1283692/+subscriptions

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


[Bug 1271138] Re: Several icons stopped showing since updating to Trusty

2014-02-23 Thread David Leal
I believe this has been fixed now.

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

Title:
  Several icons stopped showing since updating to Trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1271138/+subscriptions

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


[Bug 1283617] Re: Fuzzy search on window spread filter is too narrow

2014-02-23 Thread Doctor Rover
This looks like a fairly reasonable suggestion.

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

Title:
  Fuzzy search on window spread filter is too narrow

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

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


[Bug 1283461] Re: bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

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

** Changed in: bbswitch (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/1283461

Title:
  bbswitch-dkms 0.7-2ubuntu1: bbswitch kernel module failed to build

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

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


[Bug 1283350] Re: No icon for wifi + openconnect vpn in plasma-nm

2014-02-23 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=331423.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-02-23T00:47:03+00:00 Rohan Dhruva wrote:

I use plasma-nm with my work network's VPN, and it used to show a lock
icon on the wifi when VPN was active. After a recent update where the
layouts were changed, on activating VPN, there is no icon when VPN is
active. It shows a blank icon in place of the wifi signal icon.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: plasma-nm 0.9.3.2+git20140219-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Feb 21 20:57:11 2014
InstallationDate: Installed on 2014-01-24 (28 days ago)
InstallationMedia: Kubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140121.1)
SourcePackage: plasma-nm
UpgradeStatus: No upgrade log present (probably fresh install)

Reproducible: Always

Steps to Reproduce:
1. Connect to wifi
2. Connect to VPN
Actual Results:  
The icon in the tray turns blank

Expected Results:  
The icon should be wifi with a lock overlay to show VPN status

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/4


On 2014-02-23T00:48:04+00:00 Rohan Dhruva wrote:

Created attachment 85280
System tray icon after VPN is connected

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/5


On 2014-02-23T10:04:01+00:00 Jgrulich wrote:

Can you please try one thing, because there is sometimes a problem with
our new icons.

1) run kquitapp plasma-desktop
2) remove plasma icon cache, it's in ~/kde/cache-your-hostname/plasma*
3) run kbuildsycoca4 --noincremental
4) and run again plasma-desktop kstart plasma-desktop

I don't see anything wrong in the code and it for me it works, so let me
know if removing icon cache helped or not. Thanks.

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/6


On 2014-02-23T10:32:53+00:00 Rohan Dhruva wrote:

I followed the instructions, but I still see the blank icon. I also
tried rebooting the machine after following your instructions, but I
still see the same problem.

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/7


On 2014-02-23T10:38:04+00:00 Rohan Dhruva wrote:

Created attachment 85285
Output of kstart plasma-desktop

I tried the instructions once more after rebooting, still no change: I
see a blank icon when connected to wifi+vpn. Attaching output of kstart
if it is helpful. Note that on disconnecting from the VPN, the wifi icon
re-appears correctly.

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/8


On 2014-02-23T10:42:06+00:00 Jgrulich wrote:

The output is not helpful, you have to enable plasma-nm in kdebugdialog
first.

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/9


On 2014-02-23T10:42:40+00:00 Rohan Dhruva wrote:

Can you please tell me how to do that?

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/10


On 2014-02-23T10:48:25+00:00 Jgrulich wrote:

Just open kdebugdialog and enable plasma-nm (model, applet etc.). Then
restart plasma-desktop again and send me the output.

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/11


On 2014-02-23T10:50:51+00:00 Rohan Dhruva wrote:

Created attachment 85286
kstart output with debugging enabled

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/12


On 2014-02-23T11:15:35+00:00 Jgrulich wrote:

I think I've found the problem, we already have the same bug in previous
versions. Are you able to test a patch and compile plasma-nm from git?

Reply at: https://bugs.launchpad.net/ubuntu/+source/plasma-
nm/+bug/1283350/comments/13


On 2014-02-23T11:17:53+00:00 Rohan Dhruva wrote:

Awesome, thanks Jan. The version I am using is current as 

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2014-02-23 Thread Markhor
I confirm that alt-shift does not work even with recent updates. All 6
PC-s belonging to my team demonstrate the same behavior. Setting
language switch to alt-shift works only until the first reboot. After
the reboot, it does not work. Pressing shift-alt still switches the
language, but not alt-shift. That is, you have to press shift first and
then alt. Before the first reboot, it does not matter.

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions

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


[Bug 1283568] Re: Desktop crashes when docking/undocking

2014-02-23 Thread Chris Wilson
Note afaik it should also display the same artifacts with 1360x768 if it
was the bug in the software stack - so it seems possible that it is the
hw freak out - but fixing sw is easier!

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

Title:
  Desktop crashes when docking/undocking

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

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


[Bug 1283568] Re: Desktop crashes when docking/undocking

2014-02-23 Thread Chris Wilson
Can you please try (separately):

Option TripleBuffer false
Option SwapbuffersWait false

in its flickering mode (1366x768).

I suspect we are seeing the incomplete buffer when flickering. Either
that or the hardware is just freaking out.

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

Title:
  Desktop crashes when docking/undocking

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

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


[Bug 502642] Re: .ts files always get recognized as application/x-linguist and never as video/mp2t (mpeg transport stream)

2014-02-23 Thread Jochen Fahrner
I'm on 12.04 with shared-mime-info 1.0-0ubuntu4.1 and still suffering
from this bug. The attachment in comment #3 works for me. I don't
understand why this is still an issue after 4 years.

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

Title:
  .ts files always get recognized as application/x-linguist and never as
  video/mp2t (mpeg transport stream)

To manage notifications about this bug go to:
https://bugs.launchpad.net/shared-mime-info/+bug/502642/+subscriptions

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


[Bug 1273659] Re: Array formula bug SUM(Len(A2:A200)) adds empty cells

2014-02-23 Thread EliCoten
** Bug watch added: freedesktop.org Bugzilla #75397
   https://bugs.freedesktop.org/show_bug.cgi?id=75397

** Also affects: df-libreoffice via
   https://bugs.freedesktop.org/show_bug.cgi?id=75397
   Importance: Unknown
   Status: Unknown

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

Title:
  Array formula bug SUM(Len(A2:A200)) adds empty cells

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1273659/+subscriptions

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


[Bug 1283695] [NEW] LIM breaks double-tap title to maximise

2014-02-23 Thread Alan Pope ㋛
Public bug reported:

For the longest time double-tapping on the title-bar of an application has 
maximised it.
LIM breaks this.

To reproduce.

Open Gedit. 
Ensure the window is not maximised.
Attempt to maximise the window by double tapping in the title bar
Note that you can't maximise via this method anymore if you double tab in the 
are where the menu appears.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,imgpng,gnomecompat,scale,workarounds,mousepoll,regex,wall,move,place,vpswitch,resize,unitymtgrabhandles,snap,session,expo,ezoom,unityshell]
CurrentDesktop: Unity
Date: Sun Feb 23 11:46:11 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-06-29 (603 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-01-20 (34 days ago)

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


** Tags: amd64 apport-bug third-party-packages trusty

** Attachment added: Untitled Document 1 - gedit_012.jpg
   
https://bugs.launchpad.net/bugs/1283695/+attachment/3992623/+files/Untitled%20Document%201%20-%20gedit_012.jpg

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

Title:
  LIM breaks double-tap title to maximise

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

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


[Bug 1283692] Re: My graphic card seems incompatible with Kubuntu 13.10

2014-02-23 Thread Harald Sitter
Please file a bug report against KDE's KWin
https://bugs.kde.org/enter_bug.cgi?product=kwinformat=guided

** Package changed: kde-baseapps (Ubuntu) = kde-workspace (Ubuntu)

** Changed in: kde-workspace (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/1283692

Title:
  My graphic card seems incompatible with Kubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1283692/+subscriptions

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


[Bug 1283696] Re: some gtk3 application widget button are incomplete

2014-02-23 Thread exzemat
** Attachment added: gcalculator properties
   
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1283696/+attachment/3992629/+files/gcalculator.png

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

Title:
  some gtk3 application widget button are incomplete

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

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


[Bug 1283696] [NEW] some gtk3 application widget button are incomplete

2014-02-23 Thread exzemat
Public bug reported:

Hello,
In some gtk3 application, the gtk button whitch are in the bottom of window are 
incomplete.
with Greybird or Orion

no problem with other them (like greybird, numix)
In trusty 14.04.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: shimmer-themes 1.7.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic i686
ApportVersion: 2.13.2-0ubuntu5
Architecture: i386
CurrentDesktop: XFCE
Date: Sun Feb 23 12:47:43 2014
InstallationDate: Installed on 2014-02-22 (0 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140222)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: shimmer-themes
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk
 Importance: Unknown
 Status: Unknown

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


** Tags: apport-bug i386 trusty

** Attachment added: software center (failed when install some corrompt .deb)
   
https://bugs.launchpad.net/bugs/1283696/+attachment/3992627/+files/google%20chrome%20install.png

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

Title:
  some gtk3 application widget button are incomplete

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

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

[Bug 1283696] Re: some gtk3 application widget button are incomplete

2014-02-23 Thread exzemat
** Attachment added: the widget factory (look ok)
   
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1283696/+attachment/3992630/+files/twf.png

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

Title:
  some gtk3 application widget button are incomplete

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

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


[Bug 1283597] Re: virtuoso-t crashed with SIGSEGV

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

** Changed in: virtuoso-opensource (Ubuntu)
   Status: New = Confirmed

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

Title:
  virtuoso-t crashed with SIGSEGV

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

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


[Bug 255156] Re: Default installation's recursor doesn't work

2014-02-23 Thread Dariusz Dwornikowski
Could you confirm this with the new version ?

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

Title:
  Default installation's recursor doesn't work

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

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


[Bug 1283696] Re: some gtk3 application widget button are incomplete

2014-02-23 Thread exzemat
** Description changed:

  Hello,
  In some gtk3 application, the gtk button whitch are in the bottom of window 
are incomplete.
+ with Greybird or Orion
+ 
+ no problem with other them (like greybird, numix)
  In trusty 14.04.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: shimmer-themes 1.7.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: XFCE
  Date: Sun Feb 23 12:47:43 2014
  InstallationDate: Installed on 2014-02-22 (0 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140222)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=fr_FR
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=fr_FR
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  SourcePackage: shimmer-themes
  UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment added: gcalculator greybird (look ok)
   
https://bugs.launchpad.net/ubuntu/+source/shimmer-themes/+bug/1283696/+attachment/3992631/+files/gcalculator%20bluebird.png

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

Title:
  some gtk3 application widget button are incomplete

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

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

[Bug 1283696] Re: some gtk3 application widget button are incomplete

2014-02-23 Thread Thaddäus Tintenfisch
** Bug watch added: GNOME Bug Tracker #710909
   https://bugzilla.gnome.org/show_bug.cgi?id=710909

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=710909
   Importance: Unknown
   Status: Unknown

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

Title:
  some gtk3 application widget button are incomplete

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

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


[Bug 1283702] [NEW] Dash appears instead of Spread when Super+W is tapped faster than dash_tap_duration

2014-02-23 Thread Doctor Rover
Public bug reported:

The bug:
When Super+W is pressed quickly, the Dash appears instead of the Spread. The 
fact that W has also been pressed is ignored. “Quickly” means the duration less 
then the dash_tap_duration parameter which is found in Launcher tab of the 
CompizConfig Settings Manager as the “Dash tap duration”.

Steps to reproduce:
– open CompizConfig Settings Manager
– in Launcher tab, change the parameter “Dash tap duration” to some high value, 
say 1000 milliseconds (more is prohibited)
– press Super+W within the duration not more than one second
– WHAT IS EXPECTED: Spread mode should appear
– WHAT HAPPENS INSTEAD: Dash appears

Obviously, this bug can also be reproduced with the default value of
dash_tap_duration (250ms)  but with the higher value it's more evident
and easier to reproduce.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140220-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Feb 23 15:57:16 2014
InstallationDate: Installed on 2014-01-27 (26 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
ProcEnviron:
 LANGUAGE=ru
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  Dash appears instead of Spread when Super+W is tapped faster than
  dash_tap_duration

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

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

[Bug 1283621] Re: Bluetooth adapter not detected

2014-02-23 Thread Edwin Pujols
** Description changed:

  In previous versions (= Raring) I was able to turn on the bluetooth (on
  Raring I had to install blueman). Currently my device is not detected.
  Commands such as `rfkill list`, `hcitool dev`, `lsusb` won't show any
  bluetooth device.
  
  My laptop is an hp nx7400.
+ 
+ I installed Debian wheezy, just to make sure I am not going crazy. And,
+ yes, on wheezy bluetooth is functional (tested with KDE+bluedevil).
+ Maybe this is related to the kernel/udev versions?
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: bluez 4.101-0ubuntu10
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic i686
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Feb 22 22:13:17 2014
  InstallationDate: Installed on 2014-01-14 (39 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha i386 (20140113)
  InterestingModules: bnep rfcomm bluetooth
  MachineType: Hewlett-Packard HP Compaq nx7400 (GF451LA#ABM)
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic 
root=UUID=96147aaf-4d58-4669-83a5-18e2f94dbd65 ro quiet splash vt.handoff=7
  SourcePackage: bluez
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/18/2006
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 68YGU Ver. F.0A
  dmi.board.name: 30A2
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 40.17
  dmi.chassis.asset.tag: CNU7111JLR
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68YGUVer.F.0A:bd12/18/2006:svnHewlett-Packard:pnHPCompaqnx7400(GF451LA#ABM):pvrF.0A:rvnHewlett-Packard:rn30A2:rvrKBCVersion40.17:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: HP Compaq nx7400 (GF451LA#ABM)
  dmi.product.version: F.0A
  dmi.sys.vendor: Hewlett-Packard
  hciconfig:
-  
+ 
  rfkill:
-  0: phy0: Wireless LAN
-   Soft blocked: no
-   Hard blocked: no
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no

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

Title:
  Bluetooth adapter not detected

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

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

[Bug 1283701] [NEW] Apple Magic Trackpad: Tree Finger Tap gets sent repeatedly

2014-02-23 Thread Tom Beckmann
Public bug reported:

When using my Magic Trackpad with up to two fingers all works fine, like
scrolling and right clicking. As soon as I barely touch the pad with
three fingers, it becomes unresponsive for around 20 seconds. Checking
evtest, the same event is sent all the time, blocking all others.

evtest output after touching with three fingers:

Event: time 1393156544.500256, -- SYN_REPORT 
Event: time 1393156546.784405, type 3 (EV_ABS), code 47 (ABS_MT_SLOT), value 8
Event: time 1393156546.784405, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), 
value 16
Event: time 1393156546.784405, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), 
value 108
Event: time 1393156546.784405, type 3 (EV_ABS), code 49 (ABS_MT_TOUCH_MINOR), 
value 120
Event: time 1393156546.784405, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), 
value 2004
Event: time 1393156546.784405, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), 
value -460
Event: time 1393156546.784405, type 3 (EV_ABS), code 47 (ABS_MT_SLOT), value 9
Event: time 1393156546.784405, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), 
value 17
Event: time 1393156546.784405, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), 
value 56
Event: time 1393156546.784405, type 3 (EV_ABS), code 49 (ABS_MT_TOUCH_MINOR), 
value 84
Event: time 1393156546.784405, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), 
value -430
Event: time 1393156546.784405, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), 
value -785
Event: time 1393156546.784405, type 3 (EV_ABS), code 47 (ABS_MT_SLOT), value 10
Event: time 1393156546.784405, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), 
value 18
Event: time 1393156546.784405, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), 
value 184
Event: time 1393156546.784405, type 3 (EV_ABS), code 49 (ABS_MT_TOUCH_MINOR), 
value 124
Event: time 1393156546.784405, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), 
value 1040
Event: time 1393156546.784405, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), 
value -1008
Event: time 1393156546.784405, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1393156546.784405, type 1 (EV_KEY), code 334 (BTN_TOOL_TRIPLETAP), 
value 1
Event: time 1393156546.784405, type 3 (EV_ABS), code 0 (ABS_X), value 2004
Event: time 1393156546.784405, type 3 (EV_ABS), code 1 (ABS_Y), value -460
Event: time 1393156546.784405, -- SYN_REPORT 
Event: time 1393156547.032985, type 1 (EV_KEY), code 334 (BTN_TOOL_TRIPLETAP), 
value 2
Event: time 1393156547.032985, -- SYN_REPORT 
Event: time 1393156547.068988, type 1 (EV_KEY), code 334 (BTN_TOOL_TRIPLETAP), 
value 2
Event: time 1393156547.068988, -- SYN_REPORT 
Event: time 1393156547.104987, type 1 (EV_KEY), code 334 (BTN_TOOL_TRIPLETAP), 
value 2
[...]

The last two rows are repeated until it eventually becomes responsive
again.

This is on a ubuntu 14.04 system.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-11-generic 3.13.0-11.31
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tom2066 F pulseaudio
CurrentDesktop: Pantheon
Date: Sun Feb 23 12:47:55 2014
HibernationDevice: RESUME=UUID=337ab8c5-44ab-4470-96a1-64d897d908c7
InstallationDate: Installed on 2013-11-16 (98 days ago)
InstallationMedia: elementary OS 0.3 Isis - Daily amd64 (20131109)
MachineType: ASUSTeK Computer Inc. N73SV
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-11-generic 
root=UUID=525ecdf6-9dc4-43f1-94cf-ac35f676f796 ro quiet splash 
crashkernel=384M-:128M
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-11-generic N/A
 linux-backports-modules-3.13.0-11-generic  N/A
 linux-firmware 1.125
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/28/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: N73SV.303
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: N73SV
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN73SV.303:bd04/28/2011:svnASUSTeKComputerInc.:pnN73SV:pvr1.0:rvnASUSTeKComputerInc.:rnN73SV:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0:
dmi.product.name: N73SV
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.

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


** Tags: amd64 apport-bug trusty

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

Title:
  Apple Magic Trackpad: Tree Finger Tap gets sent repeatedly

To manage notifications about this bug go to:

[Bug 1283698] Re: compiz crashed with SIGSEGV in FT_Load_Glyph()

2014-02-23 Thread Apport retracing service
*** This bug is a duplicate of bug 1199571 ***
https://bugs.launchpad.net/bugs/1199571

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1199571, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992632/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992634/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992635/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992636/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992637/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992638/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1283698/+attachment/3992639/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1199571
   compiz crashed with SIGSEGV in af_latin_hints_compute_edges()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in FT_Load_Glyph()

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

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


[Bug 1283701] Re: Apple Magic Trackpad: Three Finger Tap gets sent repeatedly

2014-02-23 Thread Tom Beckmann
** Summary changed:

- Apple Magic Trackpad: Tree Finger Tap gets sent repeatedly
+ Apple Magic Trackpad: Three Finger Tap gets sent repeatedly

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

Title:
  Apple Magic Trackpad: Three Finger Tap gets sent repeatedly

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

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


[Bug 1276327] Re: deja-dup/duplicity fails gpg encrypted backup in trusty

2014-02-23 Thread Denis Washington
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/1276327

Title:
  deja-dup/duplicity fails gpg encrypted backup in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1276327/+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   >