[Bug 903752] Re: [MIR] sssd

2013-11-15 Thread Didier Roche
@Timo: something needs to pin sssd in main. So either seeding it in
the supported seed or installed by default. It seems you want the first
one, right?

Just waiting on djing-libs to be fixed/acked and if you agree with
seeding that one to the support seed, I'll promote/do it.

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

Title:
  [MIR] sssd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsemanage/+bug/903752/+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 1251654] [NEW] Remove /var/lib/mongodb/mongodb.lock trying to start mongodb service

2013-11-15 Thread Enrique Arizón Benito
Public bug reported:

After non-clean shutdown /var/lib/mongodb/mongodb.lock avoid mongodb to
start properly. Adding next line to /etc/init/mongodb.conf  (anywhere in
the script section before launching the daemon) fixes the problem:

ps -eo %u | grep -q ^mongodb$ || rm -f /var/lib/mongodb/mongod.lock


Explained:
-   ps -ef  %u   - print 
all uid for current processes.
-   grep -q ^mongodb   -  test if the 
mongo service is actually running. mongodb is the same value passed to 
start-stop-daemon  in the --chuid parameter.
-   || rm -f /var/lib/mongodb/mongod.lock   - Unconditionally remove the lock 
file if test failed.


Ex1:

script
  ENABLE_MONGODB=yes
  UID=mongodb # - Reuse value
  if [ -f /etc/default/mongodb ]; then . /etc/default/mongodb; fi
  ps -eo %u | grep -q ^${UID}$  || rm -f /var/lib/mongodb/mongod.lock
  if [ x$ENABLE_MONGODB = xyes ]; then exec start-stop-daemon --start 
--quiet --chuid ${UID} --exec  /usr/bin/mongod -- --config /etc/mongodb.conf; fi
end script

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

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

Title:
  Remove /var/lib/mongodb/mongodb.lock trying to start mongodb service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1251654/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Tino Schmeier
Another logentry points to the dynamic-profiles

[868559.234898] type=1400 audit(1384528406.841:246): apparmor=DENIED
operation=open parent=1 profile=libvirt-
7aa8a408-8ca0-46b3-8ab8-e89b334082d2
name=/var/lib/nova/instances/snapshots/tmpflKt2v/9f52ec7cb15d458488df1a1efad52d9c.delta
pid=7957 comm=qemu-system-x86 requested_mask=rw denied_mask=rw
fsuid=110 ouid=110

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Tino Schmeier
Hello, we have the same problem. I found logentries in syslog.

for example:

kernel: [866752.543340] type=1400 audit(1384526598.408:216):
apparmor=DENIED operation=open parent=28895
profile=/usr/lib/libvirt/virt-aa-helper
name=/var/lib/nova/instances/snapshots/tmpCqBRJZ/ac7c0eb07b474579a02775ce9cd4301c.delta
pid=17696 comm=virt-aa-helper requested_mask=r denied_mask=r
fsuid=0 ouid=109

Maybe the apparmor-profile /etc/apparmor.d/usr.lib.libvirt.virt-aa-
helper should be extended, or how does this work at runtime !?

/**.delta r, or something like that

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1251659] [NEW] Raid-Status (from /usr/lib/byobu/raid) stays forever near 99.9%

2013-11-15 Thread Christoph von Stuckrad
Public bug reported:

(UBUNTU) Ubuntu 12.04.3 LTS [updatetd just now]
(byobu) Version: 5.17-0ubuntu1
*** (different source in byobu trunk!)   

Using 'screen' (tmux NOT TESTED) seemingly holds the last
status string from function __raid in file /usr/lib/byobu/raid forever,
while the RAID rebuild ended. 
This last state always is 'nearly done', then constant until restart.

I assume, that the 'return' at the end of function '__raid' should
'printf ' at least one blank instead of 'returning really nothing'.

I tried replacing line 39:

[ -n $msg ] || return

with

[ -n $msg ] || { printf ; return }

and the useless status goes away.
(I'll see/test the next RAID-rebuild one of the 
days 'soon', having to replace two more disks)

Stucki

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

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

Title:
  Raid-Status (from /usr/lib/byobu/raid) stays forever near 99.9%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1251659/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Daniel Speichert
Disabling apparmor didn't help in our case. Did you try disabling it?

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1251340] Re: Missing jar file in 1.2.2-1ubuntu0.12.04.1

2013-11-15 Thread Marc Deslauriers
Thanks for reporting this issue, I will investigate and promptly issue
an update.

** Changed in: libcommons-fileupload-java (Ubuntu)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  Missing jar file in 1.2.2-1ubuntu0.12.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-fileupload-java/+bug/1251340/+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 1251340] Re: Missing jar file in 1.2.2-1ubuntu0.12.04.1

2013-11-15 Thread Marc Deslauriers
I have located the problem. An update is building now and will be
release within the hour.

I apologize for the inconvenience.

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

Title:
  Missing jar file in 1.2.2-1ubuntu0.12.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-fileupload-java/+bug/1251340/+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 1251340] Re: Missing jar file in 1.2.2-1ubuntu0.12.04.1

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package libcommons-fileupload-java -
1.2.2-1ubuntu0.12.04.2

---
libcommons-fileupload-java (1.2.2-1ubuntu0.12.04.2) precise-security; 
urgency=low

  * SECURITY REGRESSION: missing jar file (LP: #1251340)
- debian/libcommons-fileupload-java.poms: maven-debian-helper 1.5 in
  precise doesn't automatically install to /usr/share/java unless the
  --java-lib option is specified in the .poms file. The package had
  not been rebuilt in the archive since that change, introducing a
  regression in the security update.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Fri, 15 Nov 2013 12:00:34 
-0500

** Changed in: libcommons-fileupload-java (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Missing jar file in 1.2.2-1ubuntu0.12.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcommons-fileupload-java/+bug/1251340/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Tino Schmeier
I set the dynamic profile

aa-complain libvirt-7aa8a408-8ca0-46b3-8ab8-e89b334082d2

and shut-off and start the instance. After that i get an snapshot

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Tino Schmeier
I added the following line to abstractions/libvirt-qemu:

/var/lib/nova/instances/snapshots/*/*.delta rw,

This is not very secure but at the moment it work. Keep in mind, i have
to restart the kvm-process to apply the new/reloaded profile.

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1244694] Re: Creating snapshot fails due to nonexistent temporary directory

2013-11-15 Thread Tino Schmeier
Ok. I can reproduce the problem. If i enforce the profile and restart
the machine. The snapshot fails. The profile seems to be ok:

Before snapshot:
# DO NOT EDIT THIS FILE DIRECTLY. IT IS MANAGED BY LIBVIRT.
  /var/log/libvirt/**/instance-001e.log w,
  /var/lib/libvirt/**/instance-001e.monitor rw,
  /var/run/libvirt/**/instance-001e.pid rwk,
  /run/libvirt/**/instance-001e.pid rwk,
  /var/run/libvirt/**/*.tunnelmigrate.dest.instance-001e rw,
  /run/libvirt/**/*.tunnelmigrate.dest.instance-001e rw,
  /var/lib/nova/instances/7aa8a408-8ca0-46b3-8ab8-e89b334082d2/disk rw,
  /var/lib/nova/instances/_base/50c5b15302a6962ee9f93d2e70ce27fedce888ed r,
  # don't audit writes to readonly files
  deny /var/lib/nova/instances/_base/50c5b15302a6962ee9f93d2e70ce27fedce888ed 
w,
  /var/lib/nova/instances/7aa8a408-8ca0-46b3-8ab8-e89b334082d2/console.log rw,
  /var/lib/nova/instances/7aa8a408-8ca0-46b3-8ab8-e89b334082d2/console.log rw,

After snapshot:
# DO NOT EDIT THIS FILE DIRECTLY. IT IS MANAGED BY LIBVIRT.
  /var/log/libvirt/**/instance-001e.log w,
  /var/lib/libvirt/**/instance-001e.monitor rw,
  /var/run/libvirt/**/instance-001e.pid rwk,
  /run/libvirt/**/instance-001e.pid rwk,
  /var/run/libvirt/**/*.tunnelmigrate.dest.instance-001e rw,
  /run/libvirt/**/*.tunnelmigrate.dest.instance-001e rw,
  
/var/lib/nova/instances/snapshots/tmpZzbTj8/9ce55aae608343b987a3b287da39cc59.delta
 rw,
  /var/lib/nova/instances/7aa8a408-8ca0-46b3-8ab8-e89b334082d2/console.log rw,
  /var/lib/nova/instances/7aa8a408-8ca0-46b3-8ab8-e89b334082d2/console.log rw,

Is this an racecondition? Maybe the profile is replaced/reloaded to late
in an parrallel task?

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

Title:
  Creating snapshot fails due to nonexistent temporary directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1244694/+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 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-11-15 Thread Curtis Hovey
** Branch linked: lp:~rogpeppe/juju-core/454-1.16-maas-changes

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

Title:
  [maas] juju destroy-environment also destroys nodes that are not
  controlled by juju

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju/+bug/1229275/+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 1240423] Re: provider/maas: environment-uuid is the wrong name to use for the machine disambiguation tag

2013-11-15 Thread Curtis Hovey
** Branch linked: lp:~rogpeppe/juju-core/454-1.16-maas-changes

** Branch linked: lp:~rogpeppe/juju-core/453-maas-instance-uuid

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

Title:
  provider/maas: environment-uuid is the wrong name to use for the
  machine disambiguation tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1240423/+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 1250419] Re: juju-core should be updated to 0.16.3

2013-11-15 Thread Hans Joachim Desserud
** Tags added: upgrade-software-version

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

Title:
  juju-core should be updated to 0.16.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1250419/+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 1251352] Re: lxc fails to start on boot but succeeds with a manual boot

2013-11-15 Thread Tim Spriggs
Thanks for the quick fix! Unfortunately, something else broke when I
pulled that package from the trusty repository. The lxc instance is
started but nothing runs. Starting it manually vs on boot produces the
same behavior and I only see these two lines when I start manually:

4init: console-setup main process (46) terminated with status 1
30systemd-udevd[58]: starting version 204


Furthermore, there are only two processes running, rsyslogd and (after a 
painful dist-upgrade inside the lxc root) systemd-udevd.

Rolling back to 1.0.0~alpha1-0ubuntu13 allows me to start the instance
again (albeit manually).

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

Title:
  lxc fails to start on boot but succeeds with a manual boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1251352/+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 1251352] Re: lxc fails to start on boot but succeeds with a manual boot

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/lxc/trusty

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

Title:
  lxc fails to start on boot but succeeds with a manual boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1251352/+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 997217] Re: salsauthd maxes cpu

2013-11-15 Thread Daniel Parthey
This bugs represents a severe regression on upgrade from Ubuntu 10.04 LTS to 
Ubuntu 12.04 LTS.
The package is rather unusable since it eats up 100% CPU on production 
mailservers after upgrade to current LTS.

Would you please include the fix http://bugs.debian.org/cgi-
bin/bugreport.cgi?msg=5;filename=0034-fix_dovecot_authentication.patch;att=1;bug=708552
or a backport of 2.1.25.dfsg1-7 in the current LTS Release 12.04
Precise.

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

Title:
  salsauthd maxes cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/997217/+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 1211335] Re: openvpn breaks wi-fi

2013-11-15 Thread Launchpad Bug Tracker
[Expired for openvpn (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openvpn (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  openvpn breaks wi-fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/1211335/+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 990347] Re: package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 127

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 414537 ***
https://bugs.launchpad.net/bugs/414537

** This bug is no longer a duplicate of bug 990343
   package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 127
** This bug has been marked a duplicate of bug 414537
   {karmic] package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127

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

Title:
  package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el
  subproceso post-installation script devolvió el código de salida de
  error 127

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

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

[Bug 1250340] Re: fwts git head FTBFS in trusty

2013-11-15 Thread Keng-Yu Lin
** Changed in: fwts
   Status: In Progress = Fix Committed

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

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

Title:
  fwts git head FTBFS in trusty

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

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


[Bug 1171342] Re: mouse scroll wheel not working in gedit System Monitor

2013-11-15 Thread Doug Brunner
Issue appeared for me with upgrade of Xubuntu from Raring to Saucy.
Compiled gtk+3.0-3.8.6-0ubuntu2 with Chris Townsend's patch added,
installed, fixed the problem.

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

Title:
  mouse scroll wheel not working in gedit  System Monitor

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

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


[Bug 990344] Re: package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 127

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 414537 ***
https://bugs.launchpad.net/bugs/414537

** This bug is no longer a duplicate of bug 990343
   package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 127
** This bug has been marked a duplicate of bug 414537
   {karmic] package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127

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

Title:
  package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el
  subproceso post-installation script devolvió el código de salida de
  error 127

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

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

[Bug 1118657] Re: Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for \_SB_.PCI0.LPCB.H_EC.LED_

2013-11-15 Thread Adam Lee
** Changed in: hwe-next
   Status: Incomplete = Triaged

** Changed in: hwe-next
   Importance: High = Medium

** Changed in: linux (Ubuntu)
   Importance: High = Medium

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

Title:
  Lenovo m490/k4350/b580/L530/k29 - ACPI Warnings for
  \_SB_.PCI0.LPCB.H_EC.LED_

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

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


[Bug 1251116] Re: Card reader: O2Micro 8520 [1217:8520] does not work on Precise

2013-11-15 Thread Adam Lee
*** This bug is a duplicate of bug 1239938 ***
https://bugs.launchpad.net/bugs/1239938

** This bug has been marked a duplicate of bug 1239938
   No cardreader support for O2 Micro, Inc. Device [1217:8520]

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

Title:
  Card reader: O2Micro 8520 [1217:8520] does not work on Precise

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

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


[Bug 1035899] Re: isdnvboxserver uses /etc/inittab

2013-11-15 Thread Steve Langasek
the postinst script in this package doesn't update /etc/inittab, but the
config script still tries to query it.  Some more surgery is wanted
here.

** Changed in: isdnutils (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  isdnvboxserver uses /etc/inittab

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

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


[Bug 990343] Re: package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 127

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 414537 ***
https://bugs.launchpad.net/bugs/414537

** This bug has been marked a duplicate of bug 414537
   {karmic] package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 127

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

Title:
  package ipppd 1:3.12.20071127-0ubuntu5 failed to install/upgrade: el
  subproceso post-installation script devolvió el código de salida de
  error 127

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

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

[Bug 892775] Re: No sound at all Unity 11.10, amd64

2013-11-15 Thread Juljan
** Also affects: alsa-driver
   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/892775

Title:
  No sound at all Unity 11.10, amd64

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

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


[Bug 988347] Re: package isdnutils-base (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 813771 ***
https://bugs.launchpad.net/bugs/813771

** This bug has been marked a duplicate of bug 813771
   package isdnutils-base (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1

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

Title:
  package isdnutils-base (not installed) failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

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

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


[Bug 1204651] Re: package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 32

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 1064347 ***
https://bugs.launchpad.net/bugs/1064347

** This bug has been marked a duplicate of bug 1064347
   Installation of capiutils fails: mount: unknown filesystem type 'capifs'

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

Title:
  package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 32

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

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


[Bug 831022] Re: avahi daemon erroneously assumes host name conflicts (and causes more trouble then)

2013-11-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: avahi (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/831022

Title:
  avahi daemon erroneously assumes host name conflicts (and causes more
  trouble then)

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

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


[Bug 1218484] Re: package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 32

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 1064347 ***
https://bugs.launchpad.net/bugs/1064347

** This bug has been marked a duplicate of bug 1064347
   Installation of capiutils fails: mount: unknown filesystem type 'capifs'

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

Title:
  package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 32

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

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

[Bug 1203045] Re: Share a file not possible with the UbuntuOne native client

2013-11-15 Thread Steve Langasek
** Package changed: isdnutils (Ubuntu) = ubuntuone-client (Ubuntu)

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

Title:
  Share a file not possible with the UbuntuOne native client

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

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


[Bug 903752] Re: [MIR] sssd

2013-11-15 Thread Didier Roche
@Timo: something needs to pin sssd in main. So either seeding it in
the supported seed or installed by default. It seems you want the first
one, right?

Just waiting on djing-libs to be fixed/acked and if you agree with
seeding that one to the support seed, I'll promote/do it.

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

Title:
  [MIR] sssd

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

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


[Bug 1064347] Re: Installation of capiutils fails: mount: unknown filesystem type 'capifs'

2013-11-15 Thread Steve Langasek
Ah, no, this comes from the capiutils init script.  Assigning back.

** Package changed: makedev (Ubuntu) = isdnutils (Ubuntu)

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

Title:
  Installation of capiutils fails: mount: unknown filesystem type
  'capifs'

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

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


[Bug 1064347] Re: Installation of capiutils fails: mount: unknown filesystem type 'capifs'

2013-11-15 Thread Steve Langasek
capiutils isn't doing anything here except calling MAKEDEV.  Looks like
this is/was a bug in makedev.

** Package changed: isdnutils (Ubuntu) = makedev (Ubuntu)

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

Title:
  Installation of capiutils fails: mount: unknown filesystem type
  'capifs'

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

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


[Bug 1067270] Re: package isdnactivecards (not installed) failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 1064347 ***
https://bugs.launchpad.net/bugs/1064347

** This bug has been marked a duplicate of bug 1064347
   Installation of capiutils fails: mount: unknown filesystem type 'capifs'

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

Title:
  package isdnactivecards (not installed) failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

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

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


[Bug 1122768] Re: package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 32 zurück

2013-11-15 Thread Steve Langasek
*** This bug is a duplicate of bug 1064347 ***
https://bugs.launchpad.net/bugs/1064347

** This bug has been marked a duplicate of bug 1064347
   Installation of capiutils fails: mount: unknown filesystem type 'capifs'

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

Title:
  package capiutils 1:3.12.20071127-0ubuntu11 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  32 zurück

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

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

[Bug 1199638] Re: Audio player stops playing, sometimes stuck at certain parts

2013-11-15 Thread Steve Langasek
** Package changed: isdnutils (Ubuntu) = pulseaudio (Ubuntu)

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

Title:
  Audio player stops playing, sometimes stuck at certain parts

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

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


[Bug 1251112] Re: folderlistmodel missing count attribute

2013-11-15 Thread Dmitry Shachnev
It looks to me that that property is just initialized later. I.e. this
works (at least with Qt 5.2):

import QtQuick 2.0
import Qt.labs.folderlistmodel 1.0

FolderListModel {
id: folderModel
folder: /
onCountChanged: print(count)
}

I'll suggest you to submit this bug to upstream bug tracker,
http://bugreports.qt-project.org/.

** Changed in: qtdeclarative-opensource-src (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/1251112

Title:
  folderlistmodel missing count attribute

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

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


[Bug 1200606] Re: fwts: syntaxcheck should have a pedantic mode to also report ASL remarks

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package fwts - 13.11.00-0ubuntu1

---
fwts (13.11.00-0ubuntu1) trusty; urgency=low

  [Alex Hung]
  * acpi: method: correct alphabetical order in comments to sync with acpi spec
  * acpi: method: add missing names to acpi-method list
  * acpi: method: add _CBA control method test (LP: #1249171)
  * acpi: method: add _CDM control method test (LP: #1249172)
  * acpi: method: add _CID control method test (LP: #1249174)
  * acpi: method: add _GAI control method test (LP: #1249894)
  * acpi: method: add _MSG control method test (LP: #1249939)
  * acpi: method: add _PMM control method test (LP: #1249941)
  * acpi: method: add _UPD and _UPP control method tests (LP: #1251168)

  [Colin Ian King]
  * lib: framework: report warning[s] correctly (LP:#1223736)
  * lib: update copyright year. (LP: #1226590)
  * acpi: mcfg: Parse /sys/bus/pci rather than using lspci (LP: #1226615)
  * syntaxcheck: report IASL compiler remarks as low failures (LP: #1200606)
  * acpi: fadt: sanity check reset register settings (LP: #1230394)
  * ACPICA: update to version 20130927.
  * iasl: capture output from stderr to catch iasl fatal errors
  * pci: aspm: remove the need to run and parse lspci output (LP: #1227853)
  * lib: fwts_klog: Add ability to write message to kernel log
  * acpi: s3: add timings report for suspend/resume (LP: #1241638)
  * acpi: s3: add --s3-suspend-time and --s3-resume-time (LP: #1241638)
  * lib: add new PCI definitions
  * pci: aspm: use new fwts PCI defintions
  * pci: maxreadreq: don't use lspci to get PCI specific data (LP: #1244676)
  * uefi: uefidump: add more checks to avoid buffer overruns (LP: #1239641)
  * bios: mtrr: don't use lspci to get PCI specific data (LP: #1244673)
  * wakealarm: use ioctl() interface as this more of a generic interface
(LP: #1244184)
  * Tests: replace check with test in test name headings (LP: #1246650)
  * data: klog.json: Sync up with latest kernel 3.12 (LP: #1248499)
  * lib: Add PCI helper to return description of a device
  * lib: fwts_hwinfo: don't use external utils for H/W checks (LP: #1246646)
  * debian: control: remove some unrequired suggests
  * acpi: brightness: use /sys/class/backlight interface (LP: #1250517)
  * acpi: brightness: break up brightness test (LP: #1250429)
  * acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
  * acpi: method: Change Check to Test, (LP: #1246650)

  [Ivan Hu]
  * uefi: uefidump: fix the boot load option Boot larger than Boot1000
doesn't be parsered (LP: #1225850)
  * uefi: uefidump: Add support for DriverOrder (LP: #1237263)
  * uefi: uefidump: add support for Driver (LP: #1237263)
  * uefidump: add support for Key (LP: #1237263)
  * uefi: uefidump: add support for db, dbx, dbt... variables scan
(LP: #1247749)
  * uefi: uefidump: compare the SignarureType GUID and print out type for
signature database parser (LP: #1247749)
  * uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global
variables scan (LP: #1247749)

  [Keng-Yu Lin]
  * Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)
 -- Keng-Yu Lin ken...@ubuntu.com   Fri, 15 Nov 2013 14:11:00 +0800

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

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

Title:
  fwts: syntaxcheck should have a pedantic mode to also report ASL
  remarks

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

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


[Bug 1250340] Re: fwts git head FTBFS in trusty

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package fwts - 13.11.00-0ubuntu1

---
fwts (13.11.00-0ubuntu1) trusty; urgency=low

  [Alex Hung]
  * acpi: method: correct alphabetical order in comments to sync with acpi spec
  * acpi: method: add missing names to acpi-method list
  * acpi: method: add _CBA control method test (LP: #1249171)
  * acpi: method: add _CDM control method test (LP: #1249172)
  * acpi: method: add _CID control method test (LP: #1249174)
  * acpi: method: add _GAI control method test (LP: #1249894)
  * acpi: method: add _MSG control method test (LP: #1249939)
  * acpi: method: add _PMM control method test (LP: #1249941)
  * acpi: method: add _UPD and _UPP control method tests (LP: #1251168)

  [Colin Ian King]
  * lib: framework: report warning[s] correctly (LP:#1223736)
  * lib: update copyright year. (LP: #1226590)
  * acpi: mcfg: Parse /sys/bus/pci rather than using lspci (LP: #1226615)
  * syntaxcheck: report IASL compiler remarks as low failures (LP: #1200606)
  * acpi: fadt: sanity check reset register settings (LP: #1230394)
  * ACPICA: update to version 20130927.
  * iasl: capture output from stderr to catch iasl fatal errors
  * pci: aspm: remove the need to run and parse lspci output (LP: #1227853)
  * lib: fwts_klog: Add ability to write message to kernel log
  * acpi: s3: add timings report for suspend/resume (LP: #1241638)
  * acpi: s3: add --s3-suspend-time and --s3-resume-time (LP: #1241638)
  * lib: add new PCI definitions
  * pci: aspm: use new fwts PCI defintions
  * pci: maxreadreq: don't use lspci to get PCI specific data (LP: #1244676)
  * uefi: uefidump: add more checks to avoid buffer overruns (LP: #1239641)
  * bios: mtrr: don't use lspci to get PCI specific data (LP: #1244673)
  * wakealarm: use ioctl() interface as this more of a generic interface
(LP: #1244184)
  * Tests: replace check with test in test name headings (LP: #1246650)
  * data: klog.json: Sync up with latest kernel 3.12 (LP: #1248499)
  * lib: Add PCI helper to return description of a device
  * lib: fwts_hwinfo: don't use external utils for H/W checks (LP: #1246646)
  * debian: control: remove some unrequired suggests
  * acpi: brightness: use /sys/class/backlight interface (LP: #1250517)
  * acpi: brightness: break up brightness test (LP: #1250429)
  * acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
  * acpi: method: Change Check to Test, (LP: #1246650)

  [Ivan Hu]
  * uefi: uefidump: fix the boot load option Boot larger than Boot1000
doesn't be parsered (LP: #1225850)
  * uefi: uefidump: Add support for DriverOrder (LP: #1237263)
  * uefi: uefidump: add support for Driver (LP: #1237263)
  * uefidump: add support for Key (LP: #1237263)
  * uefi: uefidump: add support for db, dbx, dbt... variables scan
(LP: #1247749)
  * uefi: uefidump: compare the SignarureType GUID and print out type for
signature database parser (LP: #1247749)
  * uefi: uefidump: add support for KEK, KEKDefault, PK, PKDefault global
variables scan (LP: #1247749)

  [Keng-Yu Lin]
  * Force to use automake1.11 to prevent FTBFS in Trusy (LP: #1250340)
 -- Keng-Yu Lin ken...@ubuntu.com   Fri, 15 Nov 2013 14:11:00 +0800

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

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

Title:
  fwts git head FTBFS in trusty

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

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


[Bug 1250340] Re: fwts git head FTBFS in trusty

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/fwts

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

Title:
  fwts git head FTBFS in trusty

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

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


[Bug 1200606] Re: fwts: syntaxcheck should have a pedantic mode to also report ASL remarks

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/fwts

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

Title:
  fwts: syntaxcheck should have a pedantic mode to also report ASL
  remarks

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

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


[Bug 1251510] Re: package system broken, can't update or install software

2013-11-15 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1251510/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  package system broken, can't update or install software

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

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


[Bug 453159] Re: gcc 4.4 issue and casting of void * to va_list prevents armel build

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/isdnutils

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

Title:
  gcc 4.4 issue and casting of void * to va_list prevents armel build

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

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


[Bug 1064347] Re: Installation of capiutils fails: mount: unknown filesystem type 'capifs'

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/isdnutils

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

Title:
  Installation of capiutils fails: mount: unknown filesystem type
  'capifs'

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

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


[Bug 511988] Re: isdnutils: various licensing issues

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/isdnutils

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

Title:
  isdnutils: various licensing issues

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

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


[Bug 813771] Re: package isdnutils-base (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/isdnutils

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

Title:
  package isdnutils-base (not installed) failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 1

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

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


[Bug 222592]

2013-11-15 Thread Glsamaker
This issue was resolved and addressed in
 GLSA 201311-07 at http://security.gentoo.org/glsa/glsa-201311-07.xml
by GLSA coordinator Sean Amoss (ackle).

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

Title:
  [CVE-2008-1102] Blender imb_loadhdr() buffer overflow

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

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


[Bug 1251442] Re: gnome-shell crashed with SIGSEGV in gjs_string_from_utf8()

2013-11-15 Thread Tobiasz Jarczyk
** 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/1251442

Title:
  gnome-shell crashed with SIGSEGV in gjs_string_from_utf8()

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

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


[Bug 222592] Re: [CVE-2008-1102] Blender imb_loadhdr() buffer overflow

2013-11-15 Thread Bug Watch Updater
** Changed in: gentoo
   Status: Unknown = 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/222592

Title:
  [CVE-2008-1102] Blender imb_loadhdr() buffer overflow

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

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


[Bug 1240683] Re: Ubuntu one login during install hangs

2013-11-15 Thread Marcus
I just tried to install 13.10  I ran into the same problem.
After I put in my email/pw and hit 'Continue' the install just hanged.  When I 
hit continue again, the large dots stopped moving but the cursor kept spinning. 
 If I clicked 'Back' nothing happened.  If I clicked 'Log in Later' the cursor 
turned back into an arrow, but nothing else changed.  Clicking 'Back' or 
'Continue' changed the cursor back to a spin.

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

Title:
  Ubuntu one login during install hangs

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

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


[Bug 1246583]

2013-11-15 Thread مصعب الزعبي
== TESTS WE DO ==

This bug found in:
- Fedora 19 Gnome Shell
- Fedora 19 Mate
- Ubuntu 12.04 Unity
- Ubuntu 12.04 Cinnamon
- Ubuntu 13.10

This bug not found in:
- Fedora 19 KDE
- Mint 15 Cinnamon
- Mint 15 XFCE
- Debian 7.1
- Debian - nonstable XFCE
- Ubuntu 10.04 Gnome 2.30
- Arch KDE

Current behavior:
Accelators don't work
Expected behavior:
Accelators works

  
Operating System: Linux (Other)
Version: 4.1.2.3 release

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

Title:
  All hotkeys of LibreOffice don't work in non-English keyboard layout
  [ubuntu 13.10]

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

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


[Bug 1219660] Re: Bluetooth device 0cf3:0036 is not supported

2013-11-15 Thread Po-Hsu Lin
Hello, Tim

For 201307-13940, these dfu files could be found in /lib/firmware/`uname -r`
However the Bluetooth still not working.

I found it works on another laptop, 201308-14155 Dell Inspiron 3135
12.04.3 + 3.8.0-33 kernel 

Also, some evidence could be found between these 3 systems:
201305-13636
T:  Bus=01 Lev=02 Prnt=02 Port=04 Cnt=01 Dev#=  6 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0cf3 ProdID=0036 Rev=00.02
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

201308-14155
T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  5 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0cf3 ProdID=0036 Rev=00.02
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb

201307-13940
T:  Bus=02 Lev=01 Prnt=01 Port=06 Cnt=02 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0cf3 ProdID=0036 Rev=00.01
C:  #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=(none)
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=(none)

It looks like the non-working one is slightly different in Rev (00.02 /
00.01)

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

Title:
  Bluetooth device 0cf3:0036 is not supported

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

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


[Bug 1064347] Re: Installation of capiutils fails: mount: unknown filesystem type 'capifs'

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package isdnutils - 1:3.25+dfsg1-3.3ubuntu1

---
isdnutils (1:3.25+dfsg1-3.3ubuntu1) trusty; urgency=low

  * Merge from Debian unstable:
- resolves licensing issues with package contents.  LP: #511988.
- includes proper upstream fix for ipppd on ARM.  LP: #453159.
- resolves isdnutils-base removal failures.  LP: #813771.
- fixes capiutils init script to not try to mount obsolete capifs.
  LP: #1064347.
  * Remaining changes:
- Switch libreadline5-dev to libreadline-gplv2-dev since this package
  appears to be GPLv2
- debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
  xmkmf/imake.  This patch was dropped in Debian without explanation;
  it still applies and seems to still be a good idea for eventual
  upstreaming, since imake is quite obsolete.
- capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
- Remove dependencies on /etc/inittab.
  - Disable the installation code to modify /etc/inittab.
  - isdnutils-base: Add ttyI0 example script, which needs to be installed
in /etc/event.d/ttyI0.
  - isdnvboxserver: Add ttyI1 example script, which needs to be installed
in /etc/event.d/ttyI1.
  - The two upstart scripts need to be edited.
  - Further improvements and documentation welcome.
  * Changes included in Debian:
- replace calls to ./MAKEDEV with /sbin/MAKEDEV
- Build-depend on ppp-dev.
- Switch to newer tcl -dev.
- update to newer automake
- debian/rules: use autoreconf to update the autotools in the capi20
  directory
- debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
- debian/libcapi20-dev.install: Remove .la files (no builds use them).
  * Changes included upstream:
- fix for ARM FTBFS.
- fix bashisms in vboxplay.
- debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
  override to upstream build system to support Multi-arch.
  * Dropped changes:
- kick dpatch to the curb.
  * Handle migrating the blacklist file from
/etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
/etc/modprobe.d/capiutils.conf.
  * Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
  * Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
  * Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
scripts must not depend on contents of /usr/share/doc.
  * Apply patches that were preserved in the 3.0 (quilt) migration, but
were inadvertently not applied:
- debian/patches/capifax.additional_error_codes.patch
- debian/patches/capifax.3_1kHz_audio.patch
  * Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
but an inittab example gone astray.
  * debian/dotconfig*: don't use embedded quotes for paths; this confuses
vbox's Makefiles something fierce, and causes files to be missed from
debian/tmp'/usr/share/man/' at install time.
  * Fix isdnlog and ipppd to not ship files used in the postinst under
/usr/share/doc.
  * Modernize the upstart examples.

isdnutils (1:3.25+dfsg1-3.3) unstable; urgency=low

  [ Andreas Beckmann ]
  * Non-maintainer upload.
  * ipppd.postinst: Create isdnctrl symlink as /dev/isdnctrl and cleanup
possibly misplaced symlink /isdnctrl.  (Closes: #710707)

  [ Christoph Biedl ]
  * unbreak debian/{ipppd,isdnlog}.config once more. Closes: #696660

isdnutils (1:3.25+dfsg1-3+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Re-add MAKEDEV calls to *.postinst and init.d.functions.
Closes: #609736.
- Many thanks to Christoph Biedl for the patch.

isdnutils (1:3.25+dfsg1-3+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * isdnlog: make sure postinst works as expected on package upgrades.
Closes: #696532

isdnutils (1:3.25+dfsg1-3wheezy1) unstable; urgency=low

  * control: let libcapi20-dev conflict with older version of
isdnutils-base. Closes: #671297

isdnutils (1:3.25+dfsg1-3) unstable; urgency=low

  * translation update. Closes: #686180
Many thanks to David Prévot, the driver behind this work, and all
the translators contributing.

isdnutils (1:3.25+dfsg1-2) unstable; urgency=low

  [ Rolf Leggewie ]
  * deactivate watch file until upstream starts releasing tarballs again

  [ Peter Marschall ]
  * simplify autotools stuff and drop dependency on obsolete automake
version 1.7. Closes: #549137

isdnutils (1:3.25+dfsg1-1) unstable; urgency=low

  * debian/init.d.functions: reintroduce cd-command lost in 985a74cd63.
Closes: #679651
  * upstream is in fact still not dfsg-free.  reintroduce dfsg-tarball
Closes: #680503

isdnutils (1:3.25-1) unstable; urgency=low

  * new upstream release (dfsg-free since 3.22)
  * drop three patches that were incorporated into upstream

isdnutils (1:3.22+dfsg1-7) unstable; urgency=low

  [ Kees Cook ]
  * enable 

[Bug 453159] Re: gcc 4.4 issue and casting of void * to va_list prevents armel build

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package isdnutils - 1:3.25+dfsg1-3.3ubuntu1

---
isdnutils (1:3.25+dfsg1-3.3ubuntu1) trusty; urgency=low

  * Merge from Debian unstable:
- resolves licensing issues with package contents.  LP: #511988.
- includes proper upstream fix for ipppd on ARM.  LP: #453159.
- resolves isdnutils-base removal failures.  LP: #813771.
- fixes capiutils init script to not try to mount obsolete capifs.
  LP: #1064347.
  * Remaining changes:
- Switch libreadline5-dev to libreadline-gplv2-dev since this package
  appears to be GPLv2
- debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
  xmkmf/imake.  This patch was dropped in Debian without explanation;
  it still applies and seems to still be a good idea for eventual
  upstreaming, since imake is quite obsolete.
- capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
- Remove dependencies on /etc/inittab.
  - Disable the installation code to modify /etc/inittab.
  - isdnutils-base: Add ttyI0 example script, which needs to be installed
in /etc/event.d/ttyI0.
  - isdnvboxserver: Add ttyI1 example script, which needs to be installed
in /etc/event.d/ttyI1.
  - The two upstart scripts need to be edited.
  - Further improvements and documentation welcome.
  * Changes included in Debian:
- replace calls to ./MAKEDEV with /sbin/MAKEDEV
- Build-depend on ppp-dev.
- Switch to newer tcl -dev.
- update to newer automake
- debian/rules: use autoreconf to update the autotools in the capi20
  directory
- debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
- debian/libcapi20-dev.install: Remove .la files (no builds use them).
  * Changes included upstream:
- fix for ARM FTBFS.
- fix bashisms in vboxplay.
- debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
  override to upstream build system to support Multi-arch.
  * Dropped changes:
- kick dpatch to the curb.
  * Handle migrating the blacklist file from
/etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
/etc/modprobe.d/capiutils.conf.
  * Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
  * Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
  * Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
scripts must not depend on contents of /usr/share/doc.
  * Apply patches that were preserved in the 3.0 (quilt) migration, but
were inadvertently not applied:
- debian/patches/capifax.additional_error_codes.patch
- debian/patches/capifax.3_1kHz_audio.patch
  * Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
but an inittab example gone astray.
  * debian/dotconfig*: don't use embedded quotes for paths; this confuses
vbox's Makefiles something fierce, and causes files to be missed from
debian/tmp'/usr/share/man/' at install time.
  * Fix isdnlog and ipppd to not ship files used in the postinst under
/usr/share/doc.
  * Modernize the upstart examples.

isdnutils (1:3.25+dfsg1-3.3) unstable; urgency=low

  [ Andreas Beckmann ]
  * Non-maintainer upload.
  * ipppd.postinst: Create isdnctrl symlink as /dev/isdnctrl and cleanup
possibly misplaced symlink /isdnctrl.  (Closes: #710707)

  [ Christoph Biedl ]
  * unbreak debian/{ipppd,isdnlog}.config once more. Closes: #696660

isdnutils (1:3.25+dfsg1-3+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Re-add MAKEDEV calls to *.postinst and init.d.functions.
Closes: #609736.
- Many thanks to Christoph Biedl for the patch.

isdnutils (1:3.25+dfsg1-3+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * isdnlog: make sure postinst works as expected on package upgrades.
Closes: #696532

isdnutils (1:3.25+dfsg1-3wheezy1) unstable; urgency=low

  * control: let libcapi20-dev conflict with older version of
isdnutils-base. Closes: #671297

isdnutils (1:3.25+dfsg1-3) unstable; urgency=low

  * translation update. Closes: #686180
Many thanks to David Prévot, the driver behind this work, and all
the translators contributing.

isdnutils (1:3.25+dfsg1-2) unstable; urgency=low

  [ Rolf Leggewie ]
  * deactivate watch file until upstream starts releasing tarballs again

  [ Peter Marschall ]
  * simplify autotools stuff and drop dependency on obsolete automake
version 1.7. Closes: #549137

isdnutils (1:3.25+dfsg1-1) unstable; urgency=low

  * debian/init.d.functions: reintroduce cd-command lost in 985a74cd63.
Closes: #679651
  * upstream is in fact still not dfsg-free.  reintroduce dfsg-tarball
Closes: #680503

isdnutils (1:3.25-1) unstable; urgency=low

  * new upstream release (dfsg-free since 3.22)
  * drop three patches that were incorporated into upstream

isdnutils (1:3.22+dfsg1-7) unstable; urgency=low

  [ Kees Cook ]
  * enable 

[Bug 511988] Re: isdnutils: various licensing issues

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package isdnutils - 1:3.25+dfsg1-3.3ubuntu1

---
isdnutils (1:3.25+dfsg1-3.3ubuntu1) trusty; urgency=low

  * Merge from Debian unstable:
- resolves licensing issues with package contents.  LP: #511988.
- includes proper upstream fix for ipppd on ARM.  LP: #453159.
- resolves isdnutils-base removal failures.  LP: #813771.
- fixes capiutils init script to not try to mount obsolete capifs.
  LP: #1064347.
  * Remaining changes:
- Switch libreadline5-dev to libreadline-gplv2-dev since this package
  appears to be GPLv2
- debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
  xmkmf/imake.  This patch was dropped in Debian without explanation;
  it still applies and seems to still be a good idea for eventual
  upstreaming, since imake is quite obsolete.
- capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
- Remove dependencies on /etc/inittab.
  - Disable the installation code to modify /etc/inittab.
  - isdnutils-base: Add ttyI0 example script, which needs to be installed
in /etc/event.d/ttyI0.
  - isdnvboxserver: Add ttyI1 example script, which needs to be installed
in /etc/event.d/ttyI1.
  - The two upstart scripts need to be edited.
  - Further improvements and documentation welcome.
  * Changes included in Debian:
- replace calls to ./MAKEDEV with /sbin/MAKEDEV
- Build-depend on ppp-dev.
- Switch to newer tcl -dev.
- update to newer automake
- debian/rules: use autoreconf to update the autotools in the capi20
  directory
- debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
- debian/libcapi20-dev.install: Remove .la files (no builds use them).
  * Changes included upstream:
- fix for ARM FTBFS.
- fix bashisms in vboxplay.
- debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
  override to upstream build system to support Multi-arch.
  * Dropped changes:
- kick dpatch to the curb.
  * Handle migrating the blacklist file from
/etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
/etc/modprobe.d/capiutils.conf.
  * Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
  * Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
  * Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
scripts must not depend on contents of /usr/share/doc.
  * Apply patches that were preserved in the 3.0 (quilt) migration, but
were inadvertently not applied:
- debian/patches/capifax.additional_error_codes.patch
- debian/patches/capifax.3_1kHz_audio.patch
  * Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
but an inittab example gone astray.
  * debian/dotconfig*: don't use embedded quotes for paths; this confuses
vbox's Makefiles something fierce, and causes files to be missed from
debian/tmp'/usr/share/man/' at install time.
  * Fix isdnlog and ipppd to not ship files used in the postinst under
/usr/share/doc.
  * Modernize the upstart examples.

isdnutils (1:3.25+dfsg1-3.3) unstable; urgency=low

  [ Andreas Beckmann ]
  * Non-maintainer upload.
  * ipppd.postinst: Create isdnctrl symlink as /dev/isdnctrl and cleanup
possibly misplaced symlink /isdnctrl.  (Closes: #710707)

  [ Christoph Biedl ]
  * unbreak debian/{ipppd,isdnlog}.config once more. Closes: #696660

isdnutils (1:3.25+dfsg1-3+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Re-add MAKEDEV calls to *.postinst and init.d.functions.
Closes: #609736.
- Many thanks to Christoph Biedl for the patch.

isdnutils (1:3.25+dfsg1-3+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * isdnlog: make sure postinst works as expected on package upgrades.
Closes: #696532

isdnutils (1:3.25+dfsg1-3wheezy1) unstable; urgency=low

  * control: let libcapi20-dev conflict with older version of
isdnutils-base. Closes: #671297

isdnutils (1:3.25+dfsg1-3) unstable; urgency=low

  * translation update. Closes: #686180
Many thanks to David Prévot, the driver behind this work, and all
the translators contributing.

isdnutils (1:3.25+dfsg1-2) unstable; urgency=low

  [ Rolf Leggewie ]
  * deactivate watch file until upstream starts releasing tarballs again

  [ Peter Marschall ]
  * simplify autotools stuff and drop dependency on obsolete automake
version 1.7. Closes: #549137

isdnutils (1:3.25+dfsg1-1) unstable; urgency=low

  * debian/init.d.functions: reintroduce cd-command lost in 985a74cd63.
Closes: #679651
  * upstream is in fact still not dfsg-free.  reintroduce dfsg-tarball
Closes: #680503

isdnutils (1:3.25-1) unstable; urgency=low

  * new upstream release (dfsg-free since 3.22)
  * drop three patches that were incorporated into upstream

isdnutils (1:3.22+dfsg1-7) unstable; urgency=low

  [ Kees Cook ]
  * enable 

[Bug 813771] Re: package isdnutils-base (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2013-11-15 Thread Launchpad Bug Tracker
This bug was fixed in the package isdnutils - 1:3.25+dfsg1-3.3ubuntu1

---
isdnutils (1:3.25+dfsg1-3.3ubuntu1) trusty; urgency=low

  * Merge from Debian unstable:
- resolves licensing issues with package contents.  LP: #511988.
- includes proper upstream fix for ipppd on ARM.  LP: #453159.
- resolves isdnutils-base removal failures.  LP: #813771.
- fixes capiutils init script to not try to mount obsolete capifs.
  LP: #1064347.
  * Remaining changes:
- Switch libreadline5-dev to libreadline-gplv2-dev since this package
  appears to be GPLv2
- debian/patches/no-imake.patch: Don't build xisdnload/xmonisdn using
  xmkmf/imake.  This patch was dropped in Debian without explanation;
  it still applies and seems to still be a good idea for eventual
  upstreaming, since imake is quite obsolete.
- capi.conf: Fix typo for fcdsl2 firmware. LP: #189132.
- Remove dependencies on /etc/inittab.
  - Disable the installation code to modify /etc/inittab.
  - isdnutils-base: Add ttyI0 example script, which needs to be installed
in /etc/event.d/ttyI0.
  - isdnvboxserver: Add ttyI1 example script, which needs to be installed
in /etc/event.d/ttyI1.
  - The two upstart scripts need to be edited.
  - Further improvements and documentation welcome.
  * Changes included in Debian:
- replace calls to ./MAKEDEV with /sbin/MAKEDEV
- Build-depend on ppp-dev.
- Switch to newer tcl -dev.
- update to newer automake
- debian/rules: use autoreconf to update the autotools in the capi20
  directory
- debian/{compat,rules,*.files,.dirs}: Convert to Multi-arch.
- debian/libcapi20-dev.install: Remove .la files (no builds use them).
  * Changes included upstream:
- fix for ARM FTBFS.
- fix bashisms in vboxplay.
- debian/patches/{config_libdir,toplevel-make}.patch: add CONFIG_LIBDIR
  override to upstream build system to support Multi-arch.
  * Dropped changes:
- kick dpatch to the curb.
  * Handle migrating the blacklist file from
/etc/modprobe.d/blacklist-capiutils.conf to the path used in Debian,
/etc/modprobe.d/capiutils.conf.
  * Handle rename of /etc/ppp/ip-down.d/99-ipppd and /etc/ppp/ip-up.d/00-ipppd
to /etc/ppp/ip-down.d/ipppd and /etc/ppp/ip-up.d/ipppd
  * Handle rename of /etc/init.d/isdnutils to /etc/init.d/isdnutils-base
  * Restore standard.tcl to /usr/share/isdnvboxserver/default; maintainer
scripts must not depend on contents of /usr/share/doc.
  * Apply patches that were preserved in the 3.0 (quilt) migration, but
were inadvertently not applied:
- debian/patches/capifax.additional_error_codes.patch
- debian/patches/capifax.3_1kHz_audio.patch
  * Drop debian/isdnutils-base.cron.d, which isn't a cronjob example at all
but an inittab example gone astray.
  * debian/dotconfig*: don't use embedded quotes for paths; this confuses
vbox's Makefiles something fierce, and causes files to be missed from
debian/tmp'/usr/share/man/' at install time.
  * Fix isdnlog and ipppd to not ship files used in the postinst under
/usr/share/doc.
  * Modernize the upstart examples.

isdnutils (1:3.25+dfsg1-3.3) unstable; urgency=low

  [ Andreas Beckmann ]
  * Non-maintainer upload.
  * ipppd.postinst: Create isdnctrl symlink as /dev/isdnctrl and cleanup
possibly misplaced symlink /isdnctrl.  (Closes: #710707)

  [ Christoph Biedl ]
  * unbreak debian/{ipppd,isdnlog}.config once more. Closes: #696660

isdnutils (1:3.25+dfsg1-3+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Re-add MAKEDEV calls to *.postinst and init.d.functions.
Closes: #609736.
- Many thanks to Christoph Biedl for the patch.

isdnutils (1:3.25+dfsg1-3+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * isdnlog: make sure postinst works as expected on package upgrades.
Closes: #696532

isdnutils (1:3.25+dfsg1-3wheezy1) unstable; urgency=low

  * control: let libcapi20-dev conflict with older version of
isdnutils-base. Closes: #671297

isdnutils (1:3.25+dfsg1-3) unstable; urgency=low

  * translation update. Closes: #686180
Many thanks to David Prévot, the driver behind this work, and all
the translators contributing.

isdnutils (1:3.25+dfsg1-2) unstable; urgency=low

  [ Rolf Leggewie ]
  * deactivate watch file until upstream starts releasing tarballs again

  [ Peter Marschall ]
  * simplify autotools stuff and drop dependency on obsolete automake
version 1.7. Closes: #549137

isdnutils (1:3.25+dfsg1-1) unstable; urgency=low

  * debian/init.d.functions: reintroduce cd-command lost in 985a74cd63.
Closes: #679651
  * upstream is in fact still not dfsg-free.  reintroduce dfsg-tarball
Closes: #680503

isdnutils (1:3.25-1) unstable; urgency=low

  * new upstream release (dfsg-free since 3.22)
  * drop three patches that were incorporated into upstream

isdnutils (1:3.22+dfsg1-7) unstable; urgency=low

  [ Kees Cook ]
  * enable 

[Bug 511988] Re: isdnutils: various licensing issues

2013-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/isdnutils

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

Title:
  isdnutils: various licensing issues

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

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


[Bug 1243697] Re: File name is not highlighted after you click show in directory

2013-11-15 Thread Sebastien Bacher
Indeed it works fine with nautilus in an Unity session

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

** Changed in: shotwell (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/1243697

Title:
  File name is not highlighted after you click show in directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/pantheon-files/+bug/1243697/+subscriptions

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


[Bug 1251545] [NEW] lmms package depends on wine

2013-11-15 Thread Russian redneck
Public bug reported:

VST support must be optional when installing lmms. Maybe make a separate 
optional package lmms-vst
Xubuntu 13.10, lmms 0.4.15-0ubuntu1

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


** Tags: depend lmms option vst wine

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

Title:
  lmms package depends on wine

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

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


[Bug 1197220] Re: replace Ubuntu with ${RELEASE} entirely

2013-11-15 Thread Anthony Wong
** Also affects: ubuntukylin
   Importance: Undecided
   Status: New

** Changed in: ubuntukylin
 Assignee: (unassigned) = Huan Peng (penghuanmail)

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

Title:
  replace Ubuntu with ${RELEASE} entirely

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

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


[Bug 899878] Re: Software center have hardcoded colors and shows white font on white bg

2013-11-15 Thread Eduardo dos Santos Leggiero
** Tags added: saucy

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

Title:
  Software center have hardcoded colors and shows white font on white bg

To manage notifications about this bug go to:
https://bugs.launchpad.net/software-center/+bug/899878/+subscriptions

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


[Bug 1234905] Re: [Lenovo E535] High Failures reported Initial brightness and AMD MMCONFIG

2013-11-15 Thread Ivan Hu
The same root cause with bug#1243493,
please refer to,
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1243493/comments/2

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

Title:
  [Lenovo E535] High Failures reported Initial brightness and AMD
  MMCONFIG

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

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


[Bug 1243493] Re: [Lenovo Thinkpad Edge E525] Critical /High failures in fwts report

2013-11-15 Thread Ivan Hu
The error,
 klog: HIGH Kernel message: [ 0.240390] [Firmware Bug]: ACPI: No _BQC method, 
cannot determine initial brightness
 due to the kernel cannot find the ACPI _BQC method provided by firmware.

and the kernel log info,
 klog: HIGH Kernel message: [ 0.286778] pnp 00:05: [Firmware Bug]: [mem 
0x-0x disabled] covers only part of AMD MMCONFIG area 
[mem 0xf800-0xfbff]; adding more reservations
is due to the firmware device  Device (MEM), report incorrect/unnecessary 
resource. 

These are both from the improper firmware and need to fixed by firmware.

** Changed in: linux-lts-raring (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/1243493

Title:
  [Lenovo Thinkpad Edge E525] Critical /High failures in fwts report

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

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


[Bug 1236062] Re: shotwell crashed with SIGABRT in g_assertion_message()

2013-11-15 Thread Sebastien Bacher
** Information type changed from Private to Public

** Summary changed:

- shotwell crashed with SIGABRT in g_assertion_message()
+ shotwell SIGABRT, (photos  0\210

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

Title:
  shotwell SIGABRT, (photos  0\210

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

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


[Bug 1234205] Re: shotwell crashed with SIGFPE in __udivmoddi4()

2013-11-15 Thread Sebastien Bacher
** 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/1234205

Title:
  shotwell crashed with SIGFPE in __udivmoddi4()

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

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


[Bug 1236487] Re: shotwell crashed with SIGABRT in _g_log_abort()

2013-11-15 Thread Sebastien Bacher
** Information type changed from Private to Public

** Summary changed:

- shotwell crashed with SIGABRT in _g_log_abort()
+ shotwell SIGABRT in facebook publish code, (current_message == null)

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

Title:
  shotwell SIGABRT in facebook publish code, (current_message == null)

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

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


[Bug 1225629] Re: shotwell crashed with SIGSEGV in publishing_accounts_uoa_publisher_authenticator_on_processed()

2013-11-15 Thread Sebastien Bacher
Thank you for your bug report.

Hey Mardy, do you think you could have a look? That seems an issue in
uoa patch we carry for shotwell

** Information type changed from Private to Public

** Changed in: shotwell (Ubuntu)
   Importance: Medium = High

** Changed in: shotwell (Ubuntu)
 Assignee: (unassigned) = Alberto Mardegan (mardy)

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

Title:
  shotwell crashed with SIGSEGV in
  publishing_accounts_uoa_publisher_authenticator_on_processed()

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

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


[Bug 1211399] Re: Shotwell 14 does not start on Ubuntu 12.04.2

2013-11-15 Thread Sebastien Bacher
Thank you for your bug report, marking as Invalid for Ubuntu though
since we don't ship that version on that serie, that's still a valid bug
but an upstream one

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

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

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

Title:
  Shotwell 14 does not start on Ubuntu 12.04.2

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

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


[Bug 1228857] Re: shotwell crashed with SIGSEGV in gtk_progress_bar_set_fraction()

2013-11-15 Thread Sebastien Bacher
seems similar to bug #1218828

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

Title:
  shotwell crashed with SIGSEGV in gtk_progress_bar_set_fraction()

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

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


[Bug 1222966] Re: shotwell crashed with SIGFPE in LibRaw::identify2()

2013-11-15 Thread Sebastien Bacher
** 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/1222966

Title:
  shotwell crashed with SIGFPE in LibRaw::identify2()

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

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


[Bug 1221657] Re: Shotwell crashing when creating thumbnails.

2013-11-15 Thread Sebastien Bacher
** Changed in: shotwell (Ubuntu)
   Status: New = Invalid

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

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

Title:
  Shotwell crashing when creating thumbnails.

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

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


[Bug 1210253] Re: With Havana 2 installed, Launching horizon UI results in the error NameError: name 'Dashboard' is not defined

2013-11-15 Thread OpenStack Infra
Fix proposed to branch: master
Review: https://review.openstack.org/56547

** Changed in: horizon
   Status: Incomplete = In Progress

** Changed in: horizon
 Assignee: (unassigned) = Radomir Dopieralski (thesheep)

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

Title:
  With Havana 2 installed, Launching horizon UI results in the error 
  NameError: name 'Dashboard' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1210253/+subscriptions

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


[Bug 1251262] Re: Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

2013-11-15 Thread Alberto Mardegan
Yes, indeed it should be quint32. Note that I mostly ported the code from Qt4, 
and it was long there.
Also, notice that this patch went upstream since Qt 5.1, so the code should be 
fixed upstream too.

I filed https://bugreports.qt-project.org/browse/QTBUG-34861, I'll try
to get some time to work on that.

** Changed in: qtbase-opensource-src (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/1251262

Title:
  Qt5 windows may be randomly unmapped due to assumption sizeof(long)==4

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

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


[Bug 1218828] Re: shotwell crashed with SIGSEGV in progress_dialog_set_percentage()

2013-11-15 Thread Sebastien Bacher
** Changed in: shotwell (Ubuntu)
   Status: New = Triaged

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

Title:
  shotwell crashed with SIGSEGV in progress_dialog_set_percentage()

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

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


[Bug 1179186] Re: Help → Report a Problem redirect me to a Yorba Redmine log in page

2013-11-15 Thread Sebastien Bacher
the issue should be fixed with shotwell 0.15 in Ubuntu 13.10

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

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

Title:
  Help → Report a Problem redirect me to a Yorba Redmine log in page

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

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

[Bug 1191585] Re: Crash when exporting photos to a directory

2013-11-15 Thread Sebastien Bacher
the issue should be fixed with shotwell 0.15 in Ubuntu 13.10

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

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

Title:
  Crash when exporting photos to a directory

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

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


[Bug 587096] Re: Add ICP-Brasil certificates

2013-11-15 Thread Surak
Please note that this is a very serious concern. There is NO SAFE WAY to
install these certificates in Ubuntu or any Linux distro, because the
official certificate website mentioned above is not secure. Thus, since
DNS is not secure, you can never be sure if the ITI website is the real
one, at a given moment.

Microsoft Windows comes with the certificate pre-installed, which is
correct. And so should Ubuntu come at least with the root certificates
from

http://www.iti.gov.br/icp-brasil/repositorio

This makes every official brazilian site pottentially insecure affecting
every brazilian user that accesses every brazilian government website
that needs secure access, including some state bank institutions.

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

Title:
  Add ICP-Brasil certificates

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

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


[Bug 1162372] Re: [SAMSUNG NP-R425-JS04] suspend/resume failure

2013-11-15 Thread Ploc
I'm still affected by this bug, using Ubuntu 13.10

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

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

Title:
  [SAMSUNG NP-R425-JS04] suspend/resume failure

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

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


[Bug 1202049] Re: shotwell crashed with SIGABRT in _g_log_abort()

2013-11-15 Thread Sebastien Bacher
Thank you for your bug report.

That seems the most reported shotwell error on errors.ubuntu.com for Ubuntu 
13.10:
https://errors.ubuntu.com/problem/bfb9523f2ef0663cb1b4475b41709dd3418a389b

the assert message seems to be database_table_prepare_update_by_id
assertion failed: (res == Sqlite.OK)

** Information type changed from Private to Public

** Changed in: shotwell (Ubuntu)
   Importance: Medium = High

** Summary changed:

- shotwell crashed with SIGABRT in _g_log_abort()
+ shotwell SIGABRT, database_table_prepare_update_by_id assertion assertion 
failed: (res == Sqlite.OK)

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

Title:
  shotwell SIGABRT, database_table_prepare_update_by_id assertion
  assertion failed: (res == Sqlite.OK)

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

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


[Bug 1251547] [NEW] /usr/bin/shotwell:11:publishing_accounts_uoa_publisher_authenticator_on_processed:_publishing_accounts_uoa_publisher_authenticator_on_processed_signon_auth_session_process_cb:proce

2013-11-15 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1225629 ***
https://bugs.launchpad.net/bugs/1225629

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem
regarding shotwell.  This problem was most recently seen with version
0.15.0-0ubuntu1, the problem page at
https://errors.ubuntu.com/problem/e678dd3bb4c4325a55d018bb42eccadaf32a5633
contains more details.

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


** Tags: raring saucy trusty

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

Title:
  
/usr/bin/shotwell:11:publishing_accounts_uoa_publisher_authenticator_on_processed:_publishing_accounts_uoa_publisher_authenticator_on_processed_signon_auth_session_process_cb:process_async_cb_wrapper:g_simple_async_result_complete:complete_in_idle_cb

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

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


[Bug 1225629] Re: shotwell crashed with SIGSEGV in publishing_accounts_uoa_publisher_authenticator_on_processed()

2013-11-15 Thread Sebastien Bacher
There is a better stacktrace on the errors.ubuntu.com report:
https://errors.ubuntu.com/problem/e678dd3bb4c4325a55d018bb42eccadaf32a5633

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

Title:
  shotwell crashed with SIGSEGV in
  publishing_accounts_uoa_publisher_authenticator_on_processed()

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

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


[Bug 1250506] Re: [MIR] libqtdbusmock

2013-11-15 Thread Pete Woods
Subscriber on the source package now.

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

Title:
  [MIR] libqtdbusmock

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

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


[Bug 1250505] Re: [MIR] libqtdbustest

2013-11-15 Thread Pete Woods
Subscriber on the source package now.

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

Title:
  [MIR] libqtdbustest

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

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


[Bug 1251547] Re: /usr/bin/shotwell:11:publishing_accounts_uoa_publisher_authenticator_on_processed:_publishing_accounts_uoa_publisher_authenticator_on_processed_signon_auth_session_process_cb:process

2013-11-15 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1225629 ***
https://bugs.launchpad.net/bugs/1225629

** This bug has been marked a duplicate of bug 1225629
   shotwell crashed with SIGSEGV in 
publishing_accounts_uoa_publisher_authenticator_on_processed()

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

Title:
  
/usr/bin/shotwell:11:publishing_accounts_uoa_publisher_authenticator_on_processed:_publishing_accounts_uoa_publisher_authenticator_on_processed_signon_auth_session_process_cb:process_async_cb_wrapper:g_simple_async_result_complete:complete_in_idle_cb

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

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


[Bug 1251553] [NEW] package gconf2 3.2.6-0ubuntu1 failed to install/upgrade: underprocessen installerade post-installation-skript gav felkod 1.

2013-11-15 Thread Red hot smasher
Public bug reported:

Tried to install eclipse + emacs on a fresh 13.04 amd64 system by running sudo 
apt-get install eclipse synaptic.
Got the following: package gconf2 3.2.6-0ubuntu1 failed to install/upgrade: 
underprocessen installerade post-installation-skript gav felkod 1.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: gconf2 3.2.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Fri Nov 15 10:23:44 2013
ErrorMessage: underprocessen installerade post-installation-skript gav felkod 1
InstallationDate: Installed on 2013-11-15 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: gconf
Title: package gconf2 3.2.6-0ubuntu1 failed to install/upgrade: underprocessen 
installerade post-installation-skript gav felkod 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gconf (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/1251553

Title:
  package gconf2 3.2.6-0ubuntu1 failed to install/upgrade:
  underprocessen installerade post-installation-skript gav felkod 1.

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

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


[Bug 1251552] [NEW] package ruby-right-http-connection (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in package rub

2013-11-15 Thread rozario
Public bug reported:

i cant able to install httpd*
please contact me and give me a solution

error :

(Reading database ... 320148 files and directories currently installed.)
Unpacking ruby-right-http-connection (from 
.../ruby-right-http-connection_1.4.0-0ubuntu1_all.deb) ...
dpkg: error processing 
/var/cache/apt/archives/ruby-right-http-connection_1.4.0-0ubuntu1_all.deb 
(--unpack):
 trying to overwrite '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', 
which is also in package ruby-http-connection 1.4.2-1
Errors were encountered while processing:
 /var/cache/apt/archives/ruby-right-http-connection_1.4.0-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: ruby-right-http-connection (not installed)
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
AptOrdering:
 ruby-right-http-connection: Install
 ruby-right-http-connection: Configure
Architecture: i386
Date: Thu Nov 14 04:36:44 2013
DpkgTerminalLog:
 Unpacking ruby-right-http-connection (from 
.../ruby-right-http-connection_1.4.0-0ubuntu1_all.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/ruby-right-http-connection_1.4.0-0ubuntu1_all.deb 
(--unpack):
  trying to overwrite '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', 
which is also in package ruby-http-connection 1.4.2-1
DuplicateSignature: package:ruby-right-http-connection:(not installed):trying 
to overwrite '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is 
also in package ruby-http-connection 1.4.2-1
ErrorMessage: trying to overwrite 
'/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in package 
ruby-http-connection 1.4.2-1
InstallationDate: Installed on 2013-11-05 (9 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
MarkForUpload: True
SourcePackage: ruby-right-http-connection
Title: package ruby-right-http-connection (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in package 
ruby-http-connection 1.4.2-1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ruby-right-http-connection (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 package-conflict saucy

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

Title:
  package ruby-right-http-connection (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in
  package ruby-http-connection 1.4.2-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-right-http-connection/+bug/1251552/+subscriptions

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


[Bug 1251552] Re: package ruby-right-http-connection (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in package ruby-

2013-11-15 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/1251552

Title:
  package ruby-right-http-connection (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/lib/ruby/vendor_ruby/right_http_connection.rb', which is also in
  package ruby-http-connection 1.4.2-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-right-http-connection/+bug/1251552/+subscriptions

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


[Bug 1249631] Re: rythmbox sound menu is not working

2013-11-15 Thread Sebastien Bacher
Thank you for your bug report, do you have the MPRIS plugin activated in
rhythmbox?

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

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

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

Title:
  rythmbox sound menu is not working

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

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


[Bug 1248069] Re: layout of cd album details area in rhythmbox doesn't fit on 1024x600 display

2013-11-15 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

** Changed in: rhythmbox (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/1248069

Title:
  layout of cd album details area in rhythmbox doesn't fit on 1024x600
  display

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

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


[Bug 1245084] Re: Remove from queue in side pane removes from library

2013-11-15 Thread Sebastien Bacher
Thank you for your bug report, that's indeed an issue and should be fixed with 
that upstream commit:
https://git.gnome.org/browse/rhythmbox/commit/?id=28e3aec1ae9fdb553b6f17501e22634c2b7c2a4a

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

** Changed in: rhythmbox (Ubuntu)
   Status: New = 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/1245084

Title:
  Remove from queue in side pane removes from library

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

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


[Bug 1148649] Re: HP Pavilion G7 - FWTS HIGH errors during suspend/resume and batch testing

2013-11-15 Thread Ivan Hu
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  HP Pavilion G7 - FWTS HIGH errors during suspend/resume and batch
  testing

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

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


[Bug 1151664] Re: HP Pavilion g7 - FWTS failures when doing cert testing

2013-11-15 Thread Ivan Hu
** Changed in: linux (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  HP Pavilion g7 - FWTS failures when doing cert testing

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

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


[Bug 1239413] Re: rhythmbox: Should refer to 'tracks' not 'songs'. Not all audio is a song.

2013-11-15 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

Title:
  rhythmbox: Should refer to 'tracks' not 'songs'. Not all audio is a
  song.

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

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


[Bug 810622]

2013-11-15 Thread Anthony Hildoer
+1 this happens for me. The only calendars I have are google calendars.

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

Title:
  Invites can only be accepted into local calendars

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

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


[Bug 1251558] [NEW] No Intel Wireless 7260 support on 12.04.3

2013-11-15 Thread Yung Shen
Public bug reported:

There is no Wi-Fi support on system with Intel Corporation Wireless 7260
[8086:08b1].

Verifying this issue by switching to 3.11 kernel on the same system, Wi-
Fi can be enabled and connecting correctly.

Verified with pacakge: linux-image-3.11.0-13-generic
3.11.0-13.20~precise2

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.8.0-33-generic 3.8.0-33.48~precise1
ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
Uname: Linux 3.8.0-33-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.8.0-33-generic.
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 1: PCH [HDA Intel PCH], device 0: ALC292 Analog [ALC292 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 1665 F pulseaudio
 /dev/snd/controlC0:  ubuntu 1665 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'MID'/'HDA Intel MID at 0xf7434000 irq 62'
   Mixer name   : 'Intel Haswell HDMI'
   Components   : 'HDA:80862807,80860101,0010'
   Controls  : 21
   Simple ctrls  : 3
Card1.Amixer.info:
 Card hw:1 'PCH'/'HDA Intel PCH at 0xf743 irq 63'
   Mixer name   : 'Realtek ALC292'
   Components   : 'HDA:10ec0292,102805de,0011'
   Controls  : 23
   Simple ctrls  : 10
Date: Fri Nov 15 04:20:11 2013
HibernationDevice: RESUME=UUID=a112e02b-9cc8-4cbc-ad66-931a3b7363b3
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Dell Inc. Latitude E5440
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic 
root=UUID=7f70e982-fb8a-4841-8c66-c0e759ee3bd5 ro quiet splash initcall_debug
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-33-generic N/A
 linux-backports-modules-3.8.0-33-generic  N/A
 linux-firmware1.79.7
RfKill:
 1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux-lts-raring
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/16/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: X27
dmi.board.name: 01348G
dmi.board.vendor: Dell Inc.
dmi.board.version: X02
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrX27:bd08/16/2013:svnDellInc.:pnLatitudeE5440:pvr01:rvnDellInc.:rn01348G:rvrX02:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5440
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

** Affects: linux-lts-raring (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 201307-13941 amd64 apport-bug blocks-hwcert precise 
qa-kernel-lts-testing running-unity

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

Title:
  No Intel Wireless 7260 support on 12.04.3

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

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


[Bug 1239218] Re: [regression] Rhythmbox crashes with segfault when playing next track

2013-11-15 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

Title:
  [regression] Rhythmbox crashes with segfault when playing next track

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

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


[Bug 1197220] Re: replace Ubuntu with ${RELEASE} entirely

2013-11-15 Thread Jack Yu
** Changed in: ubuntukylin
   Importance: Undecided = High

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

Title:
  replace Ubuntu with ${RELEASE} entirely

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