[Bug 1229434] Re: irqbalance crashed with SIGSEGV in __libc_start_main()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1183374 ***
https://bugs.launchpad.net/bugs/1183374

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 #1183374, 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/1229434/+attachment/3837245/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837247/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837248/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837249/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837250/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837251/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837252/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  irqbalance crashed with SIGSEGV in __libc_start_main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1229434/+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 1229257] Re: assertion failure warnings output

2013-09-24 Thread Martin Pitt
That usually means that a program is importing both the old static
bindings (gobject) as well as the introspection bindings (from
gi.repository import ...) You must not do both; also, the static
bindings have been deprecated for several years now. An easy way to get
a proper stack trace that points towards the old static import(s) is to
change /usr/lib/python2.7/dist-packages/gobject/constants.py to throw
something like raise ImportError('no static!') and run your command
again.

** Package changed: pygobject (Ubuntu) = pygobject-2 (Ubuntu)

** Changed in: pygobject-2 (Ubuntu)
   Status: New = Invalid

** Summary changed:

- assertion failure warnings output
+ assertion failure warnings output, imports old static gobject bindings 
somewhere

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

Title:
  assertion failure warnings output, imports old static gobject bindings
  somewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject-2/+bug/1229257/+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 1223907] Re: qemu-kvm crashes in qcow2 code

2013-09-24 Thread Fabian Eichstädt
Sorry, I was confused: I thought Fix released applied to precise also, which 
is not true obviously.
However I was successful with the quantal packages 
(qemu-*-1.2.0+noroms-0ubuntu2.12.10.5, seabios_1.7.0-1, vgabios_0.7a-3ubuntu2). 
After installing those and a night full of test runs, things appear to be fine 
again.

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

Title:
  qemu-kvm crashes in qcow2 code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1223907/+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 1207675] Re: test_lxc_api test fails during container creation

2013-09-24 Thread Parameswaran Sivatharman
** Also affects: lxc (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  test_lxc_api test fails during container creation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-test-cases/+bug/1207675/+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 1226855] Re: Cannot use open-iscsi inside LXC container

2013-09-24 Thread Serge Hallyn
@Clint,

Thanks.  Then I see three possible workarounds:

1. The simplest way would be to have iscsid running on the host, and
connect to it over tcp from the container.

2. You could also have a container without its own network namespace,
and have iscsid running there.

3. You could open the netlink socket from the host network namespace,
and pass that into the container.

If none of these suffices, then I'll mark this as affecting the kernel,
and it'll take a new kernel feature to make this work.  However
controlling host devices from a container is in general deemed
suboptimal (see user namespaces which may not access many devices at
all).  To solve the netlink part of the issue we would have to come up
with a way to choose which containers may access the netlink socket.

It would still be useful for future consideration of this bug if you
could attach an strace of the netlink failure to this bug.

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

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

Title:
  Cannot use open-iscsi inside LXC container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1226855/+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 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2013-09-24 Thread AlexanderYT
Yes. It's works for me. But I can't find the message about ROM invalid:
grep -i -e invalid -e  rom 
[0.00] ACPI Warning: Invalid length for Pm1aControlBlock: 32, using 
default 16 (20110623/tbfadt-610)
[0.00] ACPI Warning: Invalid length for Pm2ControlBlock: 32, using 
default 8 (20110623/tbfadt-610)
[6.233547] IOMMU 0 0xfbdfe000: using Queued invalidation
[6.238509] IOMMU 1 0xf4ffe000: using Queued invalidation


Thanks all!

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

Title:
  kvm: freeze a guest with a NIC PCI passthrough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/1181777/+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 1207675] Re: test_lxc_api test fails during container creation

2013-09-24 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  test_lxc_api test fails during container creation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-test-cases/+bug/1207675/+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 1227518] Re: CVE-2013-4315: Directory traversal with ssi template tag

2013-09-24 Thread Jamie Strandboge
** Changed in: python-django (Ubuntu)
   Status: New = Confirmed

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

Title:
  CVE-2013-4315: Directory traversal with ssi template tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1227518/+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 1229236] Re: package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2013-09-24 Thread Jamie Strandboge
** Information type changed from Private Security to Public

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

Title:
  package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1229236/+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 1229236] Re: package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2013-09-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package php5-gd 5.4.9-4ubuntu2.3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1229236/+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 1207003] Re: [MIR] msgpack-python

2013-09-24 Thread Matthias Klose
Override component to main
msgpack-python 0.3.0-0ubuntu1 in saucy: universe/python - main
msgpack-python 0.3.0-0ubuntu1 in saucy amd64: universe/python/optional/100% - 
main
msgpack-python 0.3.0-0ubuntu1 in saucy armhf: universe/python/optional/100% - 
main
msgpack-python 0.3.0-0ubuntu1 in saucy i386: universe/python/optional/100% - 
main
msgpack-python 0.3.0-0ubuntu1 in saucy powerpc: universe/python/optional/100% 
- main
5 publications overridden.


** Changed in: msgpack-python (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  [MIR] msgpack-python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msgpack-python/+bug/1207003/+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 1216917] Re: FTBFS due to test failures

2013-09-24 Thread Matthias Klose
Raphael, you did upload the package, do you plan to work on this?

** Changed in: augeas (Ubuntu)
Milestone: None = ubuntu-13.09

** Changed in: augeas (Ubuntu)
 Assignee: (unassigned) = Raphaël Pinson (raphink)

** Also affects: augeas (Ubuntu Saucy)
   Importance: High
 Assignee: Raphaël Pinson (raphink)
   Status: New

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

Title:
  FTBFS due to test failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/augeas/+bug/1216917/+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 1207675] Re: test_lxc_api test fails during container creation

2013-09-24 Thread Serge Hallyn
Updated the lxc_test_api testcase to always grab the latest source with
pull-lp-source.  This fixed it for me in saucy.

(the failure was a result of an API mis-match)

** Changed in: lxc (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: ubuntu-test-cases
   Status: New = Fix Released

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

Title:
  test_lxc_api test fails during container creation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-test-cases/+bug/1207675/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.4.5-1ubuntu0.1

---
python-django (1.4.5-1ubuntu0.1) raring-security; urgency=low

  * SECURITY UPDATE: denial of service via long passwords (LP: #1225784)
- debian/patches/CVE-2013-1443.patch: enforce a maximum password length
  in django/contrib/auth/forms.py, django/contrib/auth/hashers.py,
  django/contrib/auth/tests/hashers.py.
- CVE-2013-1443
  * SECURITY UPDATE: directory traversal with ssi template tag
- debian/patches/CVE-2013-4315.patch: properly check absolute path in
  django/template/defaulttags.py,
  tests/regressiontests/templates/tests.py.
- CVE-2013-4315
  * SECURITY UPDATE: possible XSS via is_safe_url
- debian/patches/security-is_safe_url.patch: properly reject URLs which
  specify a scheme other then HTTP or HTTPS.
- https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
- No CVE number
  * debian/patches/fix-validation-tests.patch: fix regression in tests
since example.com is now available via https.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Fri, 20 Sep 2013 08:48:09 
-0400

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.3.1-4ubuntu1.8

---
python-django (1.3.1-4ubuntu1.8) precise-security; urgency=low

  * SECURITY UPDATE: denial of service via long passwords (LP: #1225784)
- debian/patches/CVE-2013-1443.patch: enforce a maximum password length
  in django/contrib/auth/forms.py, django/contrib/auth/models.py,
  django/contrib/auth/tests/basic.py.
- CVE-2013-1443
  * SECURITY UPDATE: directory traversal with ssi template tag
- debian/patches/CVE-2013-4315.patch: properly check absolute path in
  django/template/defaulttags.py,
  tests/regressiontests/templates/tests.py.
- CVE-2013-4315
  * SECURITY UPDATE: possible XSS via is_safe_url
- debian/patches/security-is_safe_url.patch: properly reject URLs which
  specify a scheme other then HTTP or HTTPS.
- https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
- No CVE number
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Fri, 20 Sep 2013 09:20:38 
-0400

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1212820] Re: lxc-create of an armhf container fails in saucy

2013-09-24 Thread Stéphane Graber
I believe this was fixed within the last couple of weeks.

** Changed in: lxc (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  lxc-create of an armhf container fails in saucy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1212820/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.4.1-2ubuntu0.4

---
python-django (1.4.1-2ubuntu0.4) quantal-security; urgency=low

  * SECURITY UPDATE: denial of service via long passwords (LP: #1225784)
- debian/patches/CVE-2013-1443.patch: enforce a maximum password length
  in django/contrib/auth/forms.py, django/contrib/auth/hashers.py,
  django/contrib/auth/tests/hashers.py.
- CVE-2013-1443
  * SECURITY UPDATE: directory traversal with ssi template tag
- debian/patches/CVE-2013-4315.patch: properly check absolute path in
  django/template/defaulttags.py,
  tests/regressiontests/templates/tests.py.
- CVE-2013-4315
  * SECURITY UPDATE: possible XSS via is_safe_url
- debian/patches/security-is_safe_url.patch: properly reject URLs which
  specify a scheme other then HTTP or HTTPS.
- https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
- No CVE number
  * debian/patches/fix-validation-tests.patch: fix regression in tests
since example.com is now available via https.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Fri, 20 Sep 2013 09:05:04 
-0400

** Changed in: python-django (Ubuntu Quantal)
   Status: Confirmed = Fix Released

** Changed in: python-django (Ubuntu Precise)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.1.1-2ubuntu1.9

---
python-django (1.1.1-2ubuntu1.9) lucid-security; urgency=low

  * SECURITY UPDATE: denial of service via long passwords (LP: #1225784)
- debian/patches/CVE-2013-1443.patch: enforce a maximum password length
  in django/contrib/auth/forms.py, django/contrib/auth/models.py,
  django/contrib/auth/tests/basic.py.
- CVE-2013-1443
  * SECURITY UPDATE: directory traversal with ssi template tag
- debian/patches/CVE-2013-4315.patch: properly check absolute path in
  django/template/defaulttags.py,
  tests/regressiontests/templates/tests.py,
  tests/regressiontests/templates/templates/*.
- CVE-2013-4315
  * SECURITY UPDATE: possible XSS via is_safe_url
- debian/patches/security-is_safe_url.patch: properly reject URLs which
  specify a scheme other then HTTP or HTTPS.
- https://www.djangoproject.com/weblog/2013/aug/13/security-releases-issued/
- No CVE number
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Fri, 20 Sep 2013 09:33:23 
-0400

** Changed in: python-django (Ubuntu)
   Status: Confirmed = Fix Released

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

** Changed in: python-django (Ubuntu Raring)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1227518] Re: CVE-2013-4315: Directory traversal with ssi template tag

2013-09-24 Thread Felix Dreissig
This was fixed in one go with #1225784.

** Changed in: python-django (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  CVE-2013-4315: Directory traversal with ssi template tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1227518/+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 1216917] Re: FTBFS due to test failures

2013-09-24 Thread Raphaël Pinson
Right, my mistake. I haven't gotten much time to look into it for now,
but I will now.

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

Title:
  FTBFS due to test failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/augeas/+bug/1216917/+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 1210054] Re: juju terminate-machine with local provider doesn't destroy machine

2013-09-24 Thread Serge Hallyn
Thanks, James.  lxc-stop is returning false because the machine is
already stopped, and juju is (it seems) stopping there because of
failure.  We can either (a) have juju ignore lxc-stop failure, (b) just
have juju run lxc-destroy -f which will implicitly stop the machine if
needed (and not manually run lxc-stop), or (c) update lxc-stop to not
return failure if the machine was already stopped.

I personally think both (b) and (c) seem reasonable, though someone may
object to the lxc-stop change.

Certainly (b) will work around (c), so (b) by itself will fix this.

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

Title:
  juju terminate-machine with local provider doesn't destroy machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1210054/+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 1187262] Re: [MIR] mongodb, libv8, snowball, gyp

2013-09-24 Thread Stéphane Graber
** Changed in: mongodb (Ubuntu)
Milestone: ubuntu-13.08 = ubuntu-13.09

** Changed in: snowball (Ubuntu)
Milestone: ubuntu-13.08 = ubuntu-13.09

** Changed in: gyp (Ubuntu)
Milestone: ubuntu-13.08 = ubuntu-13.09

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

Title:
  [MIR] mongodb, libv8, snowball, gyp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gyp/+bug/1187262/+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 1206872] Re: samba fails to unpack (behavior change in patch) and ftbfs on aarch64

2013-09-24 Thread Stéphane Graber
** Changed in: samba (Ubuntu)
Milestone: ubuntu-13.08 = ubuntu-13.09

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

Title:
  samba fails to unpack (behavior change in patch) and ftbfs on aarch64

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-09-24 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] (Dwight is pushing this, but has no lp id) Push fix for XFS 
and user namespaces: DONE
  [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
  [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: DONE
  [serge-hallyn] Exploit stacked apparmor profiles for container nesting: 
BLOCKED
  [serge-hallyn] Ask jjohansen about any apparmor kernel/userspace packages we 
can put in ubuntu-lxc ppa for testing stacked (0.5): DONE
  [serge-hallyn] Bisect kernel signal delivery bug affecting lxc: DONE
  [serge-hallyn] Improve cgroup support in nested case: DONE
  [serge-hallyn] write POC of nestable cgroup manager: POSTPONED
  [serge-hallyn] Pursue subuid patchset for shadow: DONE
  [serge-hallyn] Enable unprivileged container creation: DONE
  [serge-hallyn] Write a privileged helper to facilitate unprivileged networked 
container: DONE
  [serge-hallyn] Enable unprivileged container starting (network): POSTPONED
  [serge-hallyn] Enable unprivileged container starting (cgroups): DONE
  [serge-hallyn] Enable unprivileged container starting (complete): POSTPONED
  [serge-hallyn] Add console support to API (Dwight): DONE
  [serge-hallyn] Add attach support to API (Christian): DONE
  [serge-hallyn] Convert create to API: DONE
  [serge-hallyn] Convert stop to API: DONE
  [serge-hallyn] Convert destroy to API: DONE
  [serge-hallyn] List lxc programs to be converted to API 
(https://wiki.ubuntu.com/LxcAPIConversion): DONE
  [serge-hallyn] Update locking in API to handle killed programs: DONE
  [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): DONE
  [serge-hallyn] Improve thread safety in API: DONE
  [serge-hallyn] Discuss upstream stable branches with upstream (sent email to 
list): DONE
  [serge-hallyn] Get CONFIG_USER_NS=y into kernel (as soon as saucy+1 opens): 
POSTPONED
  [serge-hallyn] Merge qemu 1.5.0: DONE
  [serge-hallyn] Write loopback backingstore driver: DONE
  [serge-hallyn] Write qemu-nbd backingstore driver: POSTPONED
  [serge-hallyn] Investigate openvswitch bridges by default in libvirt (1): DONE
  [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup 
sysvinit scripts): POSTPONED
  [serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: POSTPONED
  [smoser] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: DONE
  [serge-hallyn] start live block migration testing using juju of libvirt+kvm 
with local storage (1): DONE
  [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: 
POSTPONED
  [zulcss] Merge libvirt 1.0.6: DONE
  [serge-hallyn] no-change libvirt push to pick up new xen libraries (0): 
BLOCKED
  [smb] Pick up upstream Xen-4.3 release: DONE
  [smb] Refresh Debian/Ubuntu patches against Xen: DONE
  [smb] Decide how to include qemu-upstream: DONE
  [smb] Update packaging to allow libvirt to build the libxl driver: DONE
  [smb] Unit testing with xm and xl stack (native and libvirt): DONE
  [smb] Enable Xen compile for armhf: DONE
  [smb] Merge xen 4.3: DONE
  [zulcss] Write a nova using the lxc API: INPROGRESS
  
  Work items for ubuntu-13.09:
  [serge-hallyn] Work distro lxc tests upstream (2 @ sep 25): TODO
  [serge-hallyn] Address monitor versioning in lxc (1): DONE
  [zulcss] Push nova-lxc driver upstream: TODO
  [serge-hallyn] Add snapshot support to API (3): DONE
- [serge-hallyn] Discuss API versioning of library and (python, lua, etc) hooks 
at plumbers (3 @ sep 17): TODO
+ [serge-hallyn] Discuss API versioning of library and (python, lua, etc) hooks 
at plumbers (3 @ sep 17): DONE
  [serge-hallyn] complete live block migration testing (using juju?) of 
libvirt+kvm with local storage (1 @ sep 23): DONE
  [zulcss] Follow up with Citrix's plans for xcp: TODO
  [smb] PUsh xen 4.3 to archive: TODO
  
  Work items for ubuntu-13.10:
  [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables (3 @ oct 7): TODO
  [serge-hallyn] live block migration testing using juju of libvirt+kvm with 
ceph (2 @ oct 2): TODO
  [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

-- 
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 1196921] Re: updating packages to lua5.2 in main

2013-09-24 Thread Stéphane Graber
** Changed in: lua5.1 (Ubuntu)
Milestone: ubuntu-13.07 = ubuntu-13.09

** Changed in: graphviz (Ubuntu)
Milestone: ubuntu-13.07 = ubuntu-13.09

** Changed in: ibus-pinyin (Ubuntu)
Milestone: ubuntu-13.07 = ubuntu-13.09

** Changed in: libquvi (Ubuntu)
Milestone: ubuntu-13.07 = ubuntu-13.09

** Changed in: rubyluabridge (Ubuntu)
Milestone: ubuntu-13.07 = ubuntu-13.09

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

Title:
  updating packages to lua5.2 in main

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/graphviz/+bug/1196921/+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 483159] Re: pam_mount trying to unmount my auto-mounted encrypted partitions every hour via CRON

2013-09-24 Thread Omar W. Llorente
I was experiencing problems in ubuntu 12.04 fully updated and seems like
solved with this option in pam_mount.conf.xml:

logout wait=3000 hup=no term=no kill=yes /

Hope that helps.

Omar

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

Title:
  pam_mount trying to unmount my auto-mounted encrypted partitions every
  hour via CRON

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/483159/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-09-24 Thread Adam Stokes
According to those posted bugs on puppetlabs they just removed the file
with the intention of added it back in a future release.  Since I dont
see any other modifications that directly relate to this bug I'm going
to package up a proposed fix and have you guys test.

Thanks for the report
Adam

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-09-24 Thread Adam Stokes
Here is the commit for reference

https://github.com/puppetlabs/puppet/commit/25bbecf

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 1184455] [NEW] Web server doesn't recognize php files

2013-09-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Php files on DOCUMENTROOT /var/www not being run e.g.
brucesalem :/var/www/brucesalem
$ cat info.php
?php
phpinfo();
?

The documentation for using php5 says to run a2nmod it fails and the
links are not there.

$  sudo a2enmod php5
Module php5 already enabled
brucesalem :~
$ ls -l /etc/apache2/mods-enabled/php5
ls: cannot access /etc/apache2/mods-enabled/php5: No such file or directory
brucesalem :~
$  ls -l /etc/apache2/mods-availble/php5
ls: cannot access /etc/apache2/mods-availble/php5: No such file or directory
brucesalem :~

Symantec package manager says that libapache2-mod-php5 IS installed.

Veryifying the path to that lib would be a good debuging step.


alias ubuntu_release='lsb_release -a'
brucesalem :~
$ ubuntu_release
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description:Ubuntu 12.04.2 LTS
Release:12.04
Codename:   precise

$ ps -A | grep apac
 2419 ?00:00:00 /usr/sbin/apach
 2432 ?00:00:00 /usr/sbin/apach
 2433 ?00:00:00 /usr/sbin/apach
 2434 ?00:00:00 /usr/sbin/apach
 2435 ?00:00:00 /usr/sbin/apach
 2436 ?00:00:00 /usr/sbin/apach
 9703 ?00:00:00 /usr/sbin/apach

$ ls -l /usr/sbin/apach*
lrwxrwxrwx 1 root root   34 Mar  8 07:54 /usr/sbin/apache2 - 
../lib/apache2/mpm-prefork/apache2
-rwxr-xr-x 1 root root 6190 Mar  8 06:43 /usr/sbin/apache2ctl
lrwxrwxrwx 1 root root   10 Mar  8 07:54 /usr/sbin/apachectl - apache2ctl

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


** Tags: bot-comment precise
-- 
Web server doesn't recognize php files
https://bugs.launchpad.net/bugs/1184455
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to php5 in Ubuntu.

-- 
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 1184455] Re: Web server doesn't recognize php files

2013-09-24 Thread Bryan Fullerton
Reporter says it's not a bug.

** Package changed: ubuntu = php5 (Ubuntu)

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

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

Title:
  Web server doesn't recognize php files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1184455/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-09-24 Thread Adam Stokes
** Patch added: puppet_2.7.11-1ubuntu2.5.precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+attachment/3838710/+files/puppet_2.7.11-1ubuntu2.5.precise.debdiff

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 995719] Re: process_name.rb removed in 2.7.11 but still provided by puppet-common

2013-09-24 Thread Adam Stokes
** Description changed:

- Hi,
- 
- This is related to
- https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/959597 where
- upstream has removed process_name.rb in 2.7.11 but it is still packaged
- and provided by puppet-common.
+ [Impact]
+ This is related to 
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/959597 where upstream has 
removed process_name.rb in 2.7.11 but it is still packaged and provided by 
puppet-common.
  
  [ This plugin frequently causes puppet to hang and requires manual
  sysadmin intervention to resolve. -- pjdc, 2012-05-10 ]
  
  Source tarball for 2.7.10 from puppetlabs:
  
  [hloeung@darkon puppet-2.7.10]$ find . -type f -name '*process_name*'
  ./spec/unit/util/instrumentation/listeners/process_name_spec.rb
  ./lib/puppet/util/instrumentation/listeners/process_name.rb
  [hloeung@darkon puppet-2.7.10]$
  
  Source tarball for 2.7.11 from puppetlabs:
  
  [hloeung@darkon puppet-2.7.11]$ find . -type f -name '*process_name*'
  [hloeung@darkon puppet-2.7.11]$
  
  [hloeung@darkon puppet-2.7.10]$ dpkg-query -S 
/usr/lib/ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb
  puppet-common: 
/usr/lib/ruby/1.8/puppet/util/instrumentation/listeners/process_name.rb
  
  [hloeung@darkon puppet-2.7.10]$ dpkg -l puppet-common
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version
Description
  
+++-==-==-
  ii  puppet-common  2.7.11-1ubuntu2
Centralized configuration management
+ 
+ [Test Case]
+ Install puppet and puppet server from the Precise archives
+ Loop puppet apply against a manifest and note the timelines. The process 
takes considerably longer every 2-3 times every 10 puppet runs
+ 
+ [Regression]
+ Since this is a event listener and is only initialized if the listener exist 
there should be no regression as that functionality is limited within that 
particular listener code.

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

Title:
  process_name.rb removed in 2.7.11 but still provided by puppet-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/995719/+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 1028682] [NEW] precise uec builds eat 100% cpu on launch, check-apt and rsyslogd

2013-09-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Bryan Fullerton (fehwalker):

Launching a UEC image (in my case on Eucalyptus in system mode), but
I've seen similar reports in EC2. On launch, apt-check blocks initial
login for MINUTES while collecting information for package updates.
Afterward rsyslog eats 100% CPU failing to read proc/kmsg Cannot read
proc file system: 1 - Operation not permitted.

This effectively makes Ubuntu 12.04 precise images useless in the cloud
and unsuitable as UEC sources.

I'll try to make a patch and provide fixed images, but this is appears
to be a regression from issues reported from Lucid and really needs a
proper test plan and fix to ensure new cloud images are usable.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apt-check bot-comment precise rc.local rsyslog
-- 
precise uec builds eat 100% cpu on launch, check-apt and rsyslogd
https://bugs.launchpad.net/bugs/1028682
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
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 1183135] Re: On running network and I/O traffic on SM15000-XE, BUG: soft lockup -- CPU#0 stuck for 22s! seen on dmesg

2013-09-24 Thread Serge Hallyn
Hi,

In order to figure out what broke or fixed this, it would be great
if we could bisect.  Unfortunately the irqbalance svn and git repos
don't seem to have any version numbers prior to 1.0.0, so it's a
bit tough to tell which versions we should be checking.  Fortunately,
the package seems to build quite easily from git.  Unfortunately
(again), I don't have any hardware I would be able to reproduce this
on.  So I will place here the basic recipe to build a package from
a particular git version.

I would recommend trying the following to versions as baselines:
commit 0b917bd98c684878b2730f3a57e15d7c6149daff (Sep 24 16:26:44 2010)
commit d7ef8fca9edf24a543f88073a01edb476c295256 (Fri Dec 2 11:06:14 2011 -0500)

Hopefully the first will reproduce the bug, and the second not.  If
that is the case, then you can proceed with a bisect between those
versions.  (Please ask here if you need more instructions on that)
There are only 85 commits so that should take about 8 steps to
bisect.

You will need to grab a irqbalance git tree, and grab the packaging
tree.

git clone https://code.google.com/p/irqbalance
pull-lp-source irqbalance quantal

Now, clone a new git tree in which you'll do the build:

git clone irqbalance build
cd build

Go into the build directory, and checkout the version to test:

git checkout -b test
git reset --hard 0b917bd98c684878b2730f3a57e15d7c6149daff

Run autoconf:
sh autogen.sh

Copy the packaging,

cp -a ../irqbalance-1.0.3/debian .

This is optional, but you may want to edit the changelog to give yourself an
easily recognizable version.  Run

dch -i

which pulls the changelog up in your $EDITOR, with the first lines
looking like:

 irqbalance (1.0.3-1ubuntu3) UNRELEASED; urgency=low
 
 *

 -- Serge Hallyn serge.hal...@ubuntu.com  Tue, 24 Sep 2013 15:00:23 -0500

Edit the version number and release, and add a message, so that it looks
like:

 irqbalance (1.0.3-1ubuntu3bisect1) precise; urgency=low
 
 * Build from commit 0b917bd98c684878b2730f3a57e15d7c6149daff

 -- Serge Hallyn serge.hal...@ubuntu.com  Tue, 24 Sep 2013 15:00:23 -0500

Save that and exit the editor.

Finally build the package:

debian/rules build  fakeroot debian/rules binary

Now you can install the packages and test:

cd ..
dpkg -i irqbalance_1.0.3-1ubuntu3bisect1_amd64.deb

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

Title:
  On running network and I/O traffic on SM15000-XE, BUG: soft lockup --
  CPU#0 stuck for 22s! seen on dmesg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1183135/+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 1206872] Re: samba fails to unpack (behavior change in patch) and ftbfs on aarch64

2013-09-24 Thread Steve Langasek
samba 3.6.18 has a config.sub from 2009.  Update still needed.

** Changed in: samba (Ubuntu Saucy)
   Status: Incomplete = Triaged

** Summary changed:

- samba fails to unpack (behavior change in patch) and ftbfs on aarch64
+ samba needs a config.sub update to support aarch64

** Changed in: samba (Ubuntu Saucy)
   Importance: High = Medium

** Changed in: samba (Ubuntu Saucy)
Milestone: ubuntu-13.09 = None

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

Title:
  samba needs a config.sub update to support aarch64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1206872/+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 1229991] [NEW] package openvswitch-controller (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-09-24 Thread Aaron Hoffer
Public bug reported:

Something in the controller package.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: openvswitch-controller (not installed)
ProcVersionSignature: Ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6
Uname: Linux 3.8.0-30-generic x86_64
ApportVersion: 2.6.1-0ubuntu12
AptOrdering: openvswitch-controller: Configure
Architecture: amd64
Date: Tue Sep 24 15:54:41 2013
DpkgTerminalLog:
 Setting up openvswitch-controller (1.4.3-0ubuntu2.2) ...
 runlevel:/var/run/utmp: No such file or directory
  * Restarting ovs-controller ovs-controller    invoke-rc.d: 
initscript openvswitch-controller, action restart failed.
 dpkg: error processing openvswitch-controller (--configure):
  subprocess installed post-installation script returned error exit status 1
DuplicateSignature: package:openvswitch-controller:(not installed):subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-09-13 (10 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
MarkForUpload: True
SourcePackage: openvswitch
Title: package openvswitch-controller (not installed) failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: Upgraded to quantal on 2013-09-24 (0 days ago)

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


** Tags: amd64 apport-package quantal

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

Title:
  package openvswitch-controller (not installed) 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/openvswitch/+bug/1229991/+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 1229991] Re: package openvswitch-controller (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-09-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package openvswitch-controller (not installed) 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/openvswitch/+bug/1229991/+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 1100843] Re: Live Migration Causes Performance Issues

2013-09-24 Thread Chris J Arges
** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Chris J Arges (arges)

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

Title:
  Live Migration Causes Performance Issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1100843/+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 1230052] [NEW] package samba-common 2:3.6.9-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2013-09-24 Thread Jesus Castillo
Public bug reported:

I can't remember what I was doing, so I can't offer more information,
sorry

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: samba-common 2:3.6.9-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
BothFailedConnect: Yes
Date: Tue Sep 24 22:37:21 2013
DpkgTerminalLog:
 Setting up samba-common (2:3.6.9-1ubuntu1.1) ...
 dpkg: error processing samba-common (--configure):
  subprocess installed post-installation script returned error exit status 10
DuplicateSignature: package:samba-common:2:3.6.9-1ubuntu1.1:subprocess 
installed post-installation script returned error exit status 10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationDate: Installed on 2013-05-04 (144 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
NmbdLog:
 
PackageArchitecture: all
SambaServerRegression: No
SmbConfIncluded: Yes
SmbLog:
 
SourcePackage: samba
Title: package samba-common 2:3.6.9-1ubuntu1.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package raring

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

Title:
  package samba-common 2:3.6.9-1ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1230052/+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 1230052] Re: package samba-common 2:3.6.9-1ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2013-09-24 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package samba-common 2:3.6.9-1ubuntu1.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1230052/+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 1229504] Re: gnome-tweak-tool crashed with SIGSEGV in sem_post()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1196062 ***
https://bugs.launchpad.net/bugs/1196062

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 #1196062, 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/1229504/+attachment/3837421/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837423/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837424/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837425/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837426/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837427/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229504/+attachment/3837428/+files/ThreadStacktrace.txt

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

** 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/1229504

Title:
  gnome-tweak-tool crashed with SIGSEGV in sem_post()

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

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


[Bug 1229551] [NEW] Facebook launcher doesn't work on Home scope

2013-09-24 Thread Jean-Baptiste Lallement
Public bug reported:

mako 20130923

Facebook launcher doesn't wok on home scope. It does nothing

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: unity8 7.81.3+13.10.20130919.3-0ubuntu1
Uname: Linux 3.4.0-3-mako armv7l
ApportVersion: 2.12.4-0ubuntu1
Architecture: armhf
Date: Tue Sep 24 05:50:41 2013
InstallationDate: Installed on 2013-09-23 (0 days ago)
InstallationMedia: Ubuntu Saucy Salamander (development branch) - armhf 
(20130923)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf qa-manual-testing qa-touch saucy touch-swat

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

Title:
  Facebook launcher doesn't work on Home scope

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

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


[Bug 1229399]

2013-09-24 Thread Apport retracing service
StacktraceTop:
 complete_in_idle_cb (user_data=0x10b94f53bf00) at unity-webapps-context.c:574
 g_main_dispatch (context=0x7f1d8e6e2b40) at 
/build/buildd/glib2.0-2.37.93/./glib/gmain.c:3065
 g_main_context_dispatch (context=context@entry=0x7f1d8e6e2b40) at 
/build/buildd/glib2.0-2.37.93/./glib/gmain.c:3641
 g_main_context_iterate (context=context@entry=0x7f1d8e6e2b40, 
block=block@entry=0, dispatch=dispatch@entry=1, self=optimized out) at 
/build/buildd/glib2.0-2.37.93/./glib/gmain.c:3712
 g_main_context_iteration (context=0x7f1d8e6e2b40, may_block=0) at 
/build/buildd/glib2.0-2.37.93/./glib/gmain.c:3773

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

Title:
  chromium-browser crashed with SIGSEGV in complete_in_idle_cb()

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

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


[Bug 1229399] StacktraceSource.txt

2013-09-24 Thread Apport retracing service
** Attachment added: StacktraceSource.txt
   
https://bugs.launchpad.net/bugs/1229399/+attachment/3837531/+files/StacktraceSource.txt

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

Title:
  chromium-browser crashed with SIGSEGV in complete_in_idle_cb()

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

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


[Bug 1229399] Stacktrace.txt

2013-09-24 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229399/+attachment/3837530/+files/Stacktrace.txt

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

Title:
  chromium-browser crashed with SIGSEGV in complete_in_idle_cb()

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

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


[Bug 1229467]

2013-09-24 Thread Apport retracing service
Stacktrace:
 #0  0x7fecf6428a4c in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7fff75fa3900
StacktraceSource: #0  0x7fecf6428a4c in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 .
 Thread 4 (LWP 2465):
 #0  0x7fecf44873dd in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7feceb89db80


** Tags added: apport-failed-retrace

** 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/1229467

Title:
  nm-applet crashed with SIGSEGV

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

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


[Bug 1229529] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1032932 ***
https://bugs.launchpad.net/bugs/1032932

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 #1032932, 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/1229529/+attachment/3837466/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837469/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837475/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837477/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837478/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837479/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229529/+attachment/3837480/+files/ThreadStacktrace.txt

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

** 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/1229529

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct()

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

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


[Bug 1227055] Re: unhelpful error message on SSL errors

2013-09-24 Thread PS Jenkins bot
Fix committed into lp:webbrowser-app at revision 330, scheduled for
release in webbrowser-app, milestone ubuntu-13.04-month-5

** Changed in: webbrowser-app
   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/1227055

Title:
  unhelpful error message on SSL errors

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

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


[Bug 1229399] ThreadStacktrace.txt

2013-09-24 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229399/+attachment/3837532/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1229399/+attachment/3837099/+files/CoreDump.gz

** Changed in: chromium-browser (Ubuntu)
   Importance: Undecided = Medium

** Summary changed:

- chromium-browser crashed with SIGSEGV in g_main_context_dispatch()
+ chromium-browser crashed with SIGSEGV in complete_in_idle_cb()

** 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/1229399

Title:
  chromium-browser crashed with SIGSEGV in complete_in_idle_cb()

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

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


[Bug 1229414] Re: scope-runner-dbus.py crashed with SIGSEGV in ffi_call_unix64()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1194465 ***
https://bugs.launchpad.net/bugs/1194465

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 #1194465, 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/1229414/+attachment/3837131/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837132/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837134/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837135/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837136/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837137/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229414/+attachment/3837138/+files/ThreadStacktrace.txt

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

** 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/1229414

Title:
  scope-runner-dbus.py crashed with SIGSEGV in ffi_call_unix64()

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

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


[Bug 1196251] Re: pacman crashed with SIGSEGV in is_bonus_dot()

2013-09-24 Thread Apport retracing service
** Tags added: bugpattern-needed

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

Title:
  pacman crashed with SIGSEGV in is_bonus_dot()

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

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


[Bug 210686]

2013-09-24 Thread Libreoffice-commits
Miklos Vajna committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=0fb4adcff534e3841cf6df0e2363fb0797af7022

fdo#37606 SwEditShell::DeleteSel(): handle document starting with a
table


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 210686]

2013-09-24 Thread Z-jbf-faure
Hi Miklos,

I tried the copy-paste with the master containing your fix (Build ID:
60aea4b2cadf367736605b09604a0818b7ae571b) on the bugdoc. Selection by
ctrl+A and copy work as expected. But is it a side effect or expected
if, when pasting in a new empty file, the data are pasted after an empty
page?

Best regards. JBF

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 210686]

2013-09-24 Thread Z-jbf-faure
Indeed, if I uncheck the checkbox Break in the Text Flow tab for the
format table, the table is pasted on the first page.

Thank you very much.

Best regards. JBF

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 1229426] Re: file-roller crashed with SIGSEGV in g_signal_emit_valist()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1038532 ***
https://bugs.launchpad.net/bugs/1038532

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 #1038532, 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/1229426/+attachment/3837165/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837167/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837169/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837170/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837171/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837172/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229426/+attachment/3837173/+files/ThreadStacktrace.txt

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

** 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/1229426

Title:
  file-roller crashed with SIGSEGV in g_signal_emit_valist()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1229426/+subscriptions

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


[Bug 1229423] Re: [xsettings]: gnome-settings-daemon crashed with SIGSEGV in ffi_call_unix64()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1223657 ***
https://bugs.launchpad.net/bugs/1223657

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 #1223657, 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/1229423/+attachment/3837152/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837154/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837155/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837156/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837157/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837158/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229423/+attachment/3837159/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1223657
   [xsettings]: gnome-settings-daemon crashed with SIGSEGV in 
on_shell_disappeared()

** 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/1229423

Title:
  [xsettings]: gnome-settings-daemon crashed with SIGSEGV in
  ffi_call_unix64()

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

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


[Bug 210686]

2013-09-24 Thread Libreoffice-commits
Miklos Vajna committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=a516ac452e33d3f0df2572089041e2555808a5ee

fdo#37606 testcase


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 210686]

2013-09-24 Thread D-vmiklos
Fixed on master, -4-1 review:

https://gerrit.libreoffice.org/6012

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 210686]

2013-09-24 Thread D-vmiklos
Yes, that's expected. The reason is that the table (in the bugdoc)
explicitly specifies what page style to use, this way it's considered to
be a page break.

I mean, if I create a test document that is similar to the bugdoc
(starts with a table, then a few non-table paragraphs after it, but I
don't explicitly set a page style name for the table), then this does
not occur.

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 1229513] Re: pacman crashed with SIGSEGV in __libc_start_main()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1196251 ***
https://bugs.launchpad.net/bugs/1196251

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 #1196251, 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/1229513/+attachment/3837430/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837432/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837433/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837434/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837435/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837436/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229513/+attachment/3837437/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1196251
   pacman crashed with SIGSEGV in is_bonus_dot()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  pacman crashed with SIGSEGV in __libc_start_main()

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

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


[Bug 210686]

2013-09-24 Thread Libreoffice-commits
Miklos Vajna committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=49505336a629a75f4fb48bbe0c532b402e857ed4

fdo#37606 SwEditShell: fix copying when doc starts with a table ...


The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 1229540] Re: [regression] Clicking launcher icon does not switch to application with multiple workspaces

2013-09-24 Thread Jean-Baptiste Lallement
** Summary changed:

- [regression] Clicking launcher icon does not switch to application
+ [regression] Clicking launcher icon does not switch to application with 
multiple workspaces

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

Title:
  [regression] Clicking launcher icon does not switch to application
  with multiple workspaces

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

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


[Bug 1229431] Re: mission-control-5 crashed with SIGSEGV in g_slist_find()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 283 ***
https://bugs.launchpad.net/bugs/283

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 #283, 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/1229431/+attachment/3837227/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837229/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837231/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837232/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837233/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837235/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229431/+attachment/3837236/+files/ThreadStacktrace.txt

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

** 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/1229431

Title:
  mission-control-5 crashed with SIGSEGV in g_slist_find()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-mission-control-5/+bug/1229431/+subscriptions

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


[Bug 1229434] Re: irqbalance crashed with SIGSEGV in __libc_start_main()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1183374 ***
https://bugs.launchpad.net/bugs/1183374

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 #1183374, 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/1229434/+attachment/3837245/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837247/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837248/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837249/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837250/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837251/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229434/+attachment/3837252/+files/ThreadStacktrace.txt

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

** 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/1229434

Title:
  irqbalance crashed with SIGSEGV in __libc_start_main()

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

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


[Bug 1228820] Re: [MSI MS-7758] suspend/resume failure

2013-09-24 Thread David Planella
This is a fresh install on a new machine, and the issue happened shortly
after installation.

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

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

Title:
  [MSI MS-7758] suspend/resume failure

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

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


[Bug 1160272] Re: Cannot add IM account (empty setup dialog)

2013-09-24 Thread Kevin Metz
This is still a bug. Much like Yionel I had to kill everything related
to telepathy/keyring/empathy and then when I restarted empathy it
worked. I'd say this is quite a serious bug and one that has made Empaty
unusable for me personally

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

Title:
  Cannot add IM account (empty setup dialog)

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

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


[Bug 210686] Re: [Upstream] [hardy] Writer Select All only highlights table in .doc

2013-09-24 Thread Bug Watch Updater
** Changed in: df-libreoffice
   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/210686

Title:
  [Upstream] [hardy] Writer Select All only highlights table in  .doc

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

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


[Bug 1229338] Re: mscore.real crashed with SIGSEGV in QWidgetPrivate::syncBackingStore()

2013-09-24 Thread Martin Pitt
** Tags removed: need-i386-retrace

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

Title:
  mscore.real crashed with SIGSEGV in QWidgetPrivate::syncBackingStore()

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

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


[Bug 1229503] Re: evince crashed with SIGSEGV in g_closure_invoke()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1217073 ***
https://bugs.launchpad.net/bugs/1217073

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 #1217073, 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/1229503/+attachment/3837411/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837413/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837415/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837416/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837417/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837419/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229503/+attachment/3837420/+files/ThreadStacktrace.txt

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

** 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/1229503

Title:
  evince crashed with SIGSEGV in g_closure_invoke()

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

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


[Bug 1176970]

2013-09-24 Thread Madcatx
I just tried to update to libssh 0.6rc1 and although there appears to be
some progress I still cannot connect to my server which uses ECDSA key
for verification. My key is password-protected and Dolphin prompts me
for the password, but it is always evaluated is invalid (yes, I am sure
that the login info is correct). I got some debug messages from Dolphin
but they don't seem to be very helpful. Is there any way I can
investigate this further?

---
dolphin(5920)/kurifilter (plugins) KShortUriFilter::filterUri: 
sftp://pri...@prifuk.cz;
dolphin(5920)/kurifilter KUriFilterPlugin::setFilteredUri: Got filtered to: 
KUrl(sftp://pri...@prifuk.cz;)
dolphin(5920)/kurifilter (plugins) KUriSearchFilter::filterUri: 
sftp://pri...@prifuk.cz;
dolphin(5920)/kfile (kdelibs) KUrlComboBox::urls: ::urls()
dolphin(5920)/kio (KDirListerCache) KDirListerCache::stopListingUrl: 
KFileItemModelDirLister(0x25f8b00)  url= KUrl(file:///home/madcat)
dolphin(5920)/kio (KDirListerCache) KDirListerCache::forgetDirs: 
KFileItemModelDirLister(0x25f8b00) item moved into cache: 
KUrl(file:///home/madcat)
dolphin(5920)/kio (KDirListerCache) KDirListerCache::listDir: Listing 
directory: KUrl(sftp://pri...@prifuk.cz;)
dolphin(5920)/kio (Scheduler) KIO::SchedulerPrivate::doJob: 
KIO::SimpleJob(0x3a1c460)
dolphin(5920)/kio (Scheduler) KIO::SchedulerPrivate::protoQ: creating 
ProtoQueue instance for sftp
dolphin(5920)/kio (Scheduler) KIO::ProtoQueue::ProtoQueue: 
m_maxConnectionsTotal: 20 m_maxConnectionsPerHost: 5
dolphin(5920)/kio (Slave) KIO::Slave::createSlave: createSlave sftp for 
KUrl(sftp://pri...@prifuk.cz;)
dolphin(5920)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/tmp/ksocket-madcat/dolphinPR5920.slave-socket
dolphin(5920)/kio (Scheduler) KIO::SchedulerPrivate::doJob: 
KIO::SimpleJob(0x29b87d0)
dolphin(5920)/kio (Slave) KIO::Slave::createSlave: createSlave sftp for 
KUrl(sftp://pri...@prifuk.cz;)
dolphin(5920)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: 
Listening on  local:/tmp/ksocket-madcat/dolphinFn5920.slave-socket

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

Title:
  [needs-packaging] libssh needs to be updated in order for kio-sftp to
  support ECDSA

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

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


[Bug 1229502] Re: unity-scope-home crashed with signal 5 in g_wakeup_new()

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1199715 ***
https://bugs.launchpad.net/bugs/1199715

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 #1199715, 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/1229502/+attachment/3837402/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837404/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837406/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837407/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837408/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837409/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1229502/+attachment/3837410/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1199715
   unity-scope-home crashed with signal 5 in g_wakeup_new()

** 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/1229502

Title:
  unity-scope-home crashed with signal 5 in g_wakeup_new()

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

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


[Bug 1229257] Re: assertion failure warnings output

2013-09-24 Thread Martin Pitt
That usually means that a program is importing both the old static
bindings (gobject) as well as the introspection bindings (from
gi.repository import ...) You must not do both; also, the static
bindings have been deprecated for several years now. An easy way to get
a proper stack trace that points towards the old static import(s) is to
change /usr/lib/python2.7/dist-packages/gobject/constants.py to throw
something like raise ImportError('no static!') and run your command
again.

** Package changed: pygobject (Ubuntu) = pygobject-2 (Ubuntu)

** Changed in: pygobject-2 (Ubuntu)
   Status: New = Invalid

** Summary changed:

- assertion failure warnings output
+ assertion failure warnings output, imports old static gobject bindings 
somewhere

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

Title:
  assertion failure warnings output, imports old static gobject bindings
  somewhere

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject-2/+bug/1229257/+subscriptions

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


[Bug 1202477] Re: Bluetooth: Add support for Atheros [0cf3:3121]

2013-09-24 Thread AceLan Kao
** Tags removed: verification-needed-raring
** Tags added: verification-done-raring

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

Title:
  Bluetooth: Add support for Atheros [0cf3:3121]

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

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


[Bug 1227197] Re: [FFe]Upgrade to youker-assistant 0.2.1 in Saucy

2013-09-24 Thread Jack Yu
** Changed in: ubuntukylin
   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/1227197

Title:
  [FFe]Upgrade to youker-assistant 0.2.1 in Saucy

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

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


[Bug 1228820] Status changed to Confirmed

2013-09-24 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/1228820

Title:
  [MSI MS-7758] suspend/resume failure

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

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


[Bug 1229537] Re: binutils-msp430: FTBFS: manuals build fails against textinfo5 because some incompatibles changes wrt 4.13 and below (some warnings have turned into errors)

2013-09-24 Thread Bug Watch Updater
** Changed in: binutils-msp430 (Debian)
   Importance: Undecided = Unknown

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

Title:
  binutils-msp430: FTBFS: manuals build fails against textinfo5 because
  some incompatibles changes wrt 4.13 and below (some warnings have
  turned into errors)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils-msp430/+bug/1229537/+subscriptions

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


[Bug 1229535] Re: binutils-m68hc1x: FTBFS: manuals build fails against textinfo5 because some incompatibles changes wrt 4.13 and below (some warnings have turned into errors)

2013-09-24 Thread Bug Watch Updater
** Changed in: binutils-m68hc1x (Debian)
   Importance: Undecided = Unknown

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

Title:
  binutils-m68hc1x: FTBFS: manuals build fails against textinfo5 because
  some incompatibles changes wrt 4.13 and below (some warnings have
  turned into errors)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils-m68hc1x/+bug/1229535/+subscriptions

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


[Bug 1229560] [NEW] Lubuntu Saucy entire disc install stalls with error warning

2013-09-24 Thread Erick Brunzell
Public bug reported:

This is very hard for me to explain so bear with me :^)

I'm performing iso-testing on Lubuntu Saucy i386 20130924 and I'd
already performed an upgrade (image) test successfully on sda1, then I
performed a successful manual partitioning install next to that existing
install, I think on sda6?

Next I tried to perform an entire disc install and I'm stalled with an
error warning that I don't truly understand but I'll post a photo from
another box after I log this bug.

Sorry to be so dense :^(

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.19
ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
Uname: Linux 3.11.0-8-generic i686
ApportVersion: 2.12.4-0ubuntu1
Architecture: i386
CasperVersion: 1.336
Date: Tue Sep 24 06:29:47 2013
InstallCmdLine: file=/cdrom/preseed/lubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --
LiveMediaBuild: Lubuntu 13.10 Saucy Salamander - Beta i386 (20130924)
MarkForUpload: True
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 lubuntu saucy ubiquity-2.15.19

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

Title:
  Lubuntu Saucy entire disc install stalls with error warning

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

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


[Bug 1229534] Re: binutils-avr: FTBFS: manuals build fails against textinfo5 because some incompatibles changes wrt 4.13 and below (some warnings have turned into errors)

2013-09-24 Thread Bug Watch Updater
** Changed in: binutils-avr (Debian)
   Importance: Undecided = Unknown

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

Title:
  binutils-avr: FTBFS: manuals build fails against textinfo5 because
  some incompatibles changes wrt 4.13 and below (some warnings have
  turned into errors)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils-avr/+bug/1229534/+subscriptions

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


[Bug 1077680] Re: xpra package missing icons

2013-09-24 Thread Ahmed El-Mahmoudy
This has been fixed in xpra 0.3.1+dfsg-2

** Changed in: xpra (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/1077680

Title:
  xpra package missing icons

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

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


[Bug 1229562] [NEW] package postgresql-9.1 9.1.9-1ubuntu1 failed to install/upgrade: subproces installed pre-removal script gaf een foutwaarde 1 terug

2013-09-24 Thread Guus van den Berg
Public bug reported:

I removed postgresql because errors occured when adressing the
server/tables. When I tried to reinstall the package was broken.

Cheers

Guus

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: postgresql-9.1 9.1.9-1ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: nvidia hid_generic usbhid hid firewire_ohci firewire_core 
crc_itu_t ahci libahci r8169 sdhci_pci sdhci
ApportVersion: 2.9.2-0ubuntu8.4
Architecture: amd64
Date: Tue Sep 24 08:21:30 2013
DuplicateSignature: package:postgresql-9.1:9.1.9-1ubuntu1:subproces installed 
pre-removal script gaf een foutwaarde 1 terug
ErrorMessage: subproces installed pre-removal script gaf een foutwaarde 1 terug
MarkForUpload: True
SourcePackage: postgresql-9.1
Title: package postgresql-9.1 9.1.9-1ubuntu1 failed to install/upgrade: 
subproces installed pre-removal script gaf een foutwaarde 1 terug
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: postgresql-9.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package raring

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

Title:
  package postgresql-9.1 9.1.9-1ubuntu1 failed to install/upgrade:
  subproces installed pre-removal script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1229562/+subscriptions

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


[Bug 1227714] Re: OSK doesn't close after the application closes

2013-09-24 Thread Christopher Lee
** Tags removed: touch-needs-autopilot

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

Title:
  OSK doesn't close after the application closes

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

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


[Bug 1229561] [NEW] Automated regression test for Bug #1227714 (OSK doesn't close after the application closes)

2013-09-24 Thread Christopher Lee
Public bug reported:

Automated regression test for Bug #1227714 (OSK doesn't close after the
application closes).

A test to show when this bug is resolved.

** Affects: ubuntu-keyboard (Ubuntu)
 Importance: Undecided
 Assignee: Christopher Lee (veebers)
 Status: New


** Tags: qa-touch-automated

** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) = Christopher Lee (veebers)

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

Title:
  Automated regression test for Bug #1227714 (OSK doesn't close after
  the application closes)

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

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


[Bug 1200775] Re: apturl-gtk crashed with AttributeError in __init__(): 'InstallBackendAptdaemon' object has no attribute 'connect'

2013-09-24 Thread tmsbrdrs
the gnome-shell extension mentioned is appsearch, it uses apturl to install 
packages without opening ubuntu software center. 
I'm having the same issues with installing packages this way. I've also run 
into similar problems using ubuntu software center, though the majority of 
packages I've installed through usc have worked properly. Currently using 
Ubuntu Gnome 13.10, updated fully.

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

Title:
  apturl-gtk crashed with AttributeError in __init__():
  'InstallBackendAptdaemon' object has no attribute 'connect'

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

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


[Bug 1229561] Re: Automated regression test for Bug #1227714 (OSK doesn't close after the application closes)

2013-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~veebers/ubuntu-keyboard/add-regression-test-
bug-1229561

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

Title:
  Automated regression test for Bug #1227714 (OSK doesn't close after
  the application closes)

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

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


[Bug 1229562] Re: package postgresql-9.1 9.1.9-1ubuntu1 failed to install/upgrade: subproces installed pre-removal script gaf een foutwaarde 1 terug

2013-09-24 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/1229562

Title:
  package postgresql-9.1 9.1.9-1ubuntu1 failed to install/upgrade:
  subproces installed pre-removal script gaf een foutwaarde 1 terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.1/+bug/1229562/+subscriptions

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


[Bug 1227969] Re: linux: 3.11.0-8.15 -proposed tracker

2013-09-24 Thread Adam Conrad
** Changed in: kernel-development-workflow/promote-to-release
   Status: New = Fix Released

** Changed in: kernel-development-workflow/promote-to-release
 Assignee: Ubuntu Package Archive Administrators (ubuntu-archive) = Adam 
Conrad (adconrad)

** Changed in: kernel-development-workflow/prepare-package
   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/1227969

Title:
  linux: 3.11.0-8.15 -proposed tracker

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

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


[Bug 1131070] Re: Wrong font for slovak numbers.

2013-09-24 Thread netije
4:4.8.4+dfsg-0ubuntu16 from proposed repository works! All numbers are
correct.

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

Title:
  Wrong font for slovak numbers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1131070/+subscriptions

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


[Bug 1229560] Re: Lubuntu Saucy entire disc install stalls with error warning

2013-09-24 Thread Erick Brunzell
Here's a photo of the error warning, take note that clicking on either
Ignore or Cancel does nothing so the Entire Disc install is just frozen
at that point.

** Attachment added: IMG_4594.JPG
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1229560/+attachment/3837593/+files/IMG_4594.JPG

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

Title:
  Lubuntu Saucy entire disc install stalls with error warning

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

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


[Bug 1229560] Re: Lubuntu Saucy entire disc install stalls with error warning

2013-09-24 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1229560

** Tags added: iso-testing

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

Title:
  Lubuntu Saucy entire disc install stalls with error warning

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

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


[Bug 1229430] Re: Share button doesn't show options

2013-09-24 Thread Günter Schwann
That's a share component issue

** Changed in: gallery-app
 Assignee: Günter Schwann (schwann) = Ugo Riboni (uriboni)

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

Title:
  Share button doesn't show options

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

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

[Bug 1229565] [NEW] Broadcom Drivers Not Installing

2013-09-24 Thread Dj Splash
*** This bug is a duplicate of bug 1228379 ***
https://bugs.launchpad.net/bugs/1228379

Public bug reported:

info from var/log/jockey.log:

2013-09-23 23:59:12,130 DEBUG: BroadcomWLHandler enabled(): kmod disabled, 
bcm43xx: blacklisted, b43: enabled, b43legacy: enabled
2013-09-23 23:59:19,751 DEBUG: Installing package: bcmwl-kernel-source
2013-09-23 23:59:21,583 DEBUG: install progress dpkg-exec 0.00
2013-09-23 23:59:22,286 DEBUG: install progress bcmwl-kernel-source 0.00
2013-09-23 23:59:22,291 DEBUG: install progress bcmwl-kernel-source 20.00
2013-09-23 23:59:22,838 DEBUG: install progress bcmwl-kernel-source 40.00
2013-09-23 23:59:22,903 DEBUG: install progress bcmwl-kernel-source 60.00
2013-09-23 23:59:23,196 DEBUG: install progress dpkg-exec 60.00
2013-09-23 23:59:23,263 DEBUG: install progress bcmwl-kernel-source 60.00
2013-09-23 23:59:23,346 DEBUG: install progress bcmwl-kernel-source 80.00
2013-09-23 23:59:42,088 DEBUG: install progress bcmwl-kernel-source 100.00
2013-09-23 23:59:42,249 DEBUG: install progress initramfs-tools 100.00
2013-09-24 00:00:12,592 DEBUG: Selecting previously unselected package 
bcmwl-kernel-source.
(Reading database ... 199401 files and directories currently installed.)
Unpacking bcmwl-kernel-source (from 
.../bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_i386.deb) ...
Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.1) ...
Loading new bcmwl-6.20.155.1+bdcom DKMS files...
Building only for 3.8.0-30-generic
Building for architecture i686
Building initial module for 3.8.0-30-generic
Error! Bad return status for module build on kernel: 3.8.0-30-generic (i686)
Consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more 
information.
FATAL: Module wl not found.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.8.0-30-generic

2013-09-24 00:00:13,300 WARNING: modinfo for module wl failed: ERROR:
modinfo: could not find module wl

2013-09-24 00:00:13,300 WARNING: /sys/module/wl/drivers does not exist, cannot 
rebind wl driver
2013-09-24 00:00:13,461 DEBUG: BroadcomWLHandler enabled(): kmod disabled, 
bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6
Uname: Linux 3.8.0-30-generic i686
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: i386
DKMSKernelVersion: 3.8.0-30-generic
Date: Mon Sep 23 23:59:41 2013
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
MarkForUpload: True
PackageVersion: 6.20.155.1+bdcom-0ubuntu0.0.1
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 precise

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

Title:
  Broadcom Drivers Not Installing

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

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


[Bug 1227969] Packages available

2013-09-24 Thread Brad Figg
All builds are complete, packages in this bug are available in
-proposed.

** Changed in: kernel-development-workflow/package-testing
   Status: New = Confirmed

** Changed in: kernel-development-workflow/package-testing
   Status: Confirmed = Won't Fix

** Description changed:

  This bug is for tracking the 3.11.0-8.15 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Friday, 20. September 2013 03:51 UTC
- kernel-phase-changed:Friday, 20. September 2013 03:51 UTC
- kernel-phase:Prepare
+ kernel-phase-changed:Tuesday, 24. September 2013 07:00 UTC
+ kernel-Promote-to-release-end:Tuesday, 24. September 2013 07:00 UTC
+ kernel-Prepare-package-end:Tuesday, 24. September 2013 07:00 UTC
+ kernel-phase:Testing
+ kernel-Package-testing-start:Tuesday, 24. September 2013 07:00 UTC
+ kernel-main-build-unavailable:Tuesday, 24. September 2013 07:00 UTC

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

Title:
  linux: 3.11.0-8.15 -proposed tracker

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

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


[Bug 1222763] Re: Pressing usb keyboard multimedia keys doesn't print anything with sudo /lib/udev/keymap -i input/eventX

2013-09-24 Thread cristian
Thanks!. I've tried 'sudo evtest' on the saucy live. Unfortunately, I
get the same results as the sudo /lib/udev/keymap -i input/eventX
command. that is nothing in output when pressing the multimedia keys.

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

Title:
  Pressing usb keyboard multimedia keys doesn't print anything with sudo
  /lib/udev/keymap -i input/eventX

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

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


[Bug 1229565] Re: Broadcom Drivers Not Installing

2013-09-24 Thread Apport retracing service
*** This bug is a duplicate of bug 1228379 ***
https://bugs.launchpad.net/bugs/1228379

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 #1228379, 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.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1228379
   bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build

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

Title:
  Broadcom Drivers Not Installing

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

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


[Bug 1194916] Re: Copyright files need to license assets separately from code

2013-09-24 Thread Günter Schwann
** Changed in: gallery-app (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/1194916

Title:
  Copyright files need to license assets separately from code

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

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


[Bug 1187656] Re: Bluetooth - Atheros [0cf3:e003] Bluetooth cannot find any other devices

2013-09-24 Thread AceLan Kao
The patch is still in the queue of 3.5 stable kernel tree
Could be found here
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue

And in 3.8 kernel tree queue as well
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue;pg=1

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

Title:
  Bluetooth - Atheros [0cf3:e003] Bluetooth cannot find any other
  devices

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

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


[Bug 1223647] Re: [AR8161][1969:1091][wired connection failed] wired connection could not be established until re-insert alx kernel module or re-enable networking via network manager indicator

2013-09-24 Thread Taihsiang Ho
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Canonical Hardware Enablement Team 
(canonical-hwe-team)

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

Title:
  [AR8161][1969:1091][wired connection failed] wired connection could
  not be established until re-insert alx kernel module or re-enable
  networking via network manager indicator

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

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


[Bug 1229567] [NEW] Regression in Saucy: eclipse menu don't work with indicator-appmenu

2013-09-24 Thread Franck
Public bug reported:

After upgrading from Raring to saucy, the eclipse menu stopped working in the 
global-menu.
Only top-level menu entries are populated, but nothing appears in the menus 
themselves. This is true for the eclipse package (3.8) as well as for a stock 
eclipse (4.3).

I think this is a regression, and might be related to
https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/618587

** Affects: libdbusmenu (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/1229567

Title:
  Regression in Saucy: eclipse menu don't work with indicator-appmenu

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

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


[Bug 1229568] [NEW] unity-panel-service crashed with signal 5 in g_type_create_instance()

2013-09-24 Thread Diego
*** This bug is a duplicate of bug 1201947 ***
https://bugs.launchpad.net/bugs/1201947

Public bug reported:

When thi is boor is was error

ProblemType: Crash
DistroRelease: Ubuntu 13.10
Package: indicator-appmenu 13.01.0+13.10.20130812-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
Uname: Linux 3.11.0-8-generic i686
ApportVersion: 2.12.4-0ubuntu1
Architecture: i386
Date: Tue Sep 24 09:05:18 2013
ExecutablePath: /usr/lib/unity/unity-panel-service
InstallationDate: Installed on 2013-09-20 (3 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
ProcCmdline: /usr/lib/unity/unity-panel-service
ProcEnviron:
 PATH=(custom, no user)
 LANGUAGE=es
 XDG_RUNTIME_DIR=set
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: indicator-appmenu
StacktraceTop:
 ?? () from /usr/lib/i386-linux-gnu/libbamf3.so.2
 g_type_create_instance () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_object_newv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_object_new () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
Title: unity-panel-service crashed with signal 5 in g_type_create_instance()
UpgradeStatus: Upgraded to saucy on 2013-09-21 (2 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: indicator-appmenu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 saucy

** Information type changed from Private to Public

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

Title:
  unity-panel-service crashed with signal 5 in g_type_create_instance()

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

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


  1   2   3   4   5   6   7   8   9   10   >