Re: [Bug 1345165] [NEW] lens for squid.conf not working

2014-07-20 Thread Raphaël Pinson
The ls command in augtool is not recursive. If you use print instead, you
will see the full trees.
Le 20 juil. 2014 00:15, Hadmut Danisch had...@danisch.de a écrit :

 Public bug reported:

 Hi,

 another problem with the squid lens: It does not detect acl clauses
 correctly. It just lists existing acls like

 acl manager proto cache_object
 acl localhost src 127.0.0.1/32 ::1
 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
 acl SSL_ports port 443
 acl Safe_ports port 80  # http
 acl Safe_ports port 21  # ftp
 acl Safe_ports port 443 # https
 acl Safe_ports port 70  # gopher
 acl Safe_ports port 210 # wais
 

 as

 acl[1]/ = (none)
 acl[2]/ = (none)
 acl[3]/ = (none)
 acl[4]/ = (none)
 acl[5]/ = (none)
 acl[6]/ = (none)
 acl[7]/ = (none)
 acl[8]/ = (none)
 acl[9]/ = (none)
 

 ProblemType: Bug
 DistroRelease: Ubuntu 14.04
 Package: augeas-tools 1.2.0-0ubuntu1
 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
 Uname: Linux 3.13.0-29-generic x86_64
 NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
 ApportVersion: 2.14.1-0ubuntu3.2
 Architecture: amd64
 CurrentDesktop: XFCE
 Date: Sun Jul 20 00:02:01 2014
 SourcePackage: augeas
 UpgradeStatus: Upgraded to trusty on 2014-04-19 (91 days ago)

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


 ** Tags: amd64 apport-bug trusty

 --
 You received this bug notification because you are subscribed to augeas
 in Ubuntu.
 Matching subscriptions: Augeas
 https://bugs.launchpad.net/bugs/1345165

 Title:
   lens for squid.conf not working

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1345165/+subscriptions


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

Title:
  lens for squid.conf not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1345165/+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 1299975] Re: wireless script checks wrong sys file

2014-07-20 Thread katsu
* condition
ubuntu 14.04-64bit
$ lspci -nnv
02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network 
Adapter (PCI-Express) [168c:002b] (rev 01)
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Kernel driver in use: ath9k

* before proposed package  AC plug Connect  Disconnect.
$ LANG=C apt list pm-utils
Listing... Done
pm-utils/trusty,now 1.4.1-13 all [installed]

AC plug Connnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless false:  
cat: /sys/class/net/wlan0/device/enable: No such file or directory  
/usr/lib/pm-utils/power.d/wireless false: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

AC plug Disconnnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless true:   
cat: /sys/class/net/wlan0/device/enable: No such file or directory  
/usr/lib/pm-utils/power.d/wireless true: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

* after proposed package  AC plug Connect  Disconnect.
$ LANG=C apt list pm-utils
Listing... Done
pm-utils/trusty-proposed,now 1.4.1-13ubuntu0.1 all [installed]

AC plug Connnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless false:  
Turning powersave for wlan0 off...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed. 
/usr/lib/pm-utils/power.d/wireless false: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

AC plug Disconnnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless true:   
Turning powersave for wlan0 on...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed. 
/usr/lib/pm-utils/power.d/wireless true: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

* result
The /usr/lib/pm-utils/power.d/wireless script operated normally.
However, ath9k module or wireless device seems not to be supported.
--
Turning powersave for wlan0 on...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed.
--

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

Title:
  wireless script checks wrong sys file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+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 1192651] Re: subunit should depend on python3-junitxml

2014-07-20 Thread Jelmer Vernooij
Is this an ubuntu specific issue? subunit2junitxml on Debian just use
#!/usr/bin/python - in other words, Python 2.

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

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

Title:
  subunit should depend on python3-junitxml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subunit/+bug/1192651/+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 1268421] Re: Test failures if subunit module is installed

2014-07-20 Thread Jelmer Vernooij
** Also affects: subunit (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Test failures if subunit module is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/subunit/+bug/1268421/+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 1257186] Re: memory leakage messages

2014-07-20 Thread doliveira
Hi,

Can anyone confirm that this bug is already fixed if we now download and
install a fresh Ubuntu Server 14.04 from ubuntu website?

Or for the fix released we after install Ubunto have to make a apt get
update?

Thanks

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1257186] Re: memory leakage messages

2014-07-20 Thread IKT
@doliveira

Samba version is currently 4.0, the fix is intended to be released apart
of the Samba 4.1 release.

Samba 4.1 may be released as an update to Ubuntu 14.04 or the Ubuntu
devs may take just the memory leak patch and put it into 4.0 and then
put that through as an update.

Either way unless you manually download and compile the latest test
release of Samba 4 it's going to be a while yet before it's in the
package you get from apt-get install samba

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1240049] Re: multipath udev rules problem

2014-07-20 Thread Seyeong Kim
** Patch added: lp1240049_remove_warning_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1240049/+attachment/4158346/+files/lp1240049_remove_warning_trusty.debdiff

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

Title:
  multipath udev rules problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1240049/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-07-20 Thread Andrew Wilkins
Sorry, I was thinking that lp:1337091 was released already. We will look
at getting it into 1.20.2.

If you set the kernel parameter via MAAS [0] prior to first boot, then I
would concur that it's probably not going to help. If, however, you
modified GRUB after it came up and rebooted, I think that would not have
helped due to the network configuration actions only happening on first
boot.

[0] http://maas.ubuntu.com/docs/kernel-options.html

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-07-20 Thread Andrew Wilkins
** Also affects: juju-core/1.20
   Importance: Undecided
   Status: New

** Changed in: juju-core/1.20
Milestone: None = 1.20.2

** Changed in: juju-core/1.20
   Importance: Undecided = High

** Changed in: juju-core/1.20
   Status: New = Triaged

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1345419] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-07-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 ***
https://bugs.launchpad.net/bugs/1312855

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


** This bug has been marked a duplicate of bug 1312855
   no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel 
module failed to build [error: implicit declaration of function 
'create_proc_entry']

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1345419/+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 1343262] Re: libvirt openvswitch del-port when it exists

2014-07-20 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Triaged

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

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

** Changed in: libvirt (Ubuntu Trusty)
   Status: New = Triaged

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

Title:
  libvirt openvswitch del-port when it exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1343262/+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 1304069] Re: package slapd 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2014-07-20 Thread Launchpad Bug Tracker
[Expired for openldap (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package slapd 2.4.31-1+nmu2ubuntu8 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1304069/+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 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-20 Thread Ante Karamatić
Hm, this is also NUMA node...

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

Title:
  Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to
  crash (BSOD)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1338277/+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 1345974] Re: apache2 crashed when opening PhpMyAdmin login page after restart

2014-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1303170 ***
https://bugs.launchpad.net/bugs/1303170

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158607/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158609/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158610/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158611/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158612/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158613/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158614/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  apache2 crashed when opening PhpMyAdmin login page after restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1345974/+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 1342923] Re: tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

2014-07-20 Thread Bug Watch Updater
** Changed in: tracker
   Status: Unknown = New

** Changed in: tracker
   Importance: Unknown = Medium

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

Title:
  tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

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

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


[Bug 1292118] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build [error: incompatible types when returning type ‘kuid_t’ but ‘RTUID’ was expected]

2014-07-20 Thread Daniel Letzeisen
Removing the old 4.1.x virtualbox package will not remove your virtual
images or your user's configuration.

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build [error: incompatible types when returning type
  ‘kuid_t’ but ‘RTUID’ was expected]

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

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

[Bug 1334595] Re: Please update plasma-mediacenter to 1.3

2014-07-20 Thread Launchpad Bug Tracker
This bug was fixed in the package plasma-mediacenter - 1.3.0-0ubuntu4

---
plasma-mediacenter (1.3.0-0ubuntu4) utopic; urgency=medium

  * Remove useless baloo-kf5 build-dep
  * Depend only on baloo, now a virtual package
 -- Jonathan Riddell jridd...@ubuntu.com   Wed, 09 Jul 2014 17:46:16 +0200

** Changed in: plasma-mediacenter (Ubuntu Utopic)
   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/1334595

Title:
  Please update plasma-mediacenter to 1.3

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

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


[Bug 1342923] Re: tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

2014-07-20 Thread ScarySquirrel
Is there a way to restart tracker?

I'm not sure what this bug means, or why the program is even calling
vprintf.

https://wiki.ubuntu.com/Tracker

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

Title:
  tracker-store crashed with SIGSEGV in _IO_vfprintf_internal()

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

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


[Bug 1268245] Re: Cannot record video

2014-07-20 Thread Kamin Punpipat
Fix Released for Ubuntu 14.04 LTS or Other not Ubuntu 13.10

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

Title:
  Cannot record video

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

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


[Bug 1338324] Re: CTRL (SHIFT) SPACE blocked by keyboard layout switch - unable to insert non-breaking spaces in Writer

2014-07-20 Thread Christopher Chavez
In the xfce keyboard settings, I don't even see ctrl+space as a listed shortcut 
for Change layout option. Nonetheless, if you are able to change this and it 
allows typing NBSP, then that is a workaround.
Two more workarounds: 
- In LibreOffice, go to Tools  Customize  Keyboard and pick a different 
shortcut for NBSP.
- Or, go to Insert  Special Character and choose Subset  Latin-1, which 
should select NBSP (unicode U+00A0 (160)).

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

Title:
  CTRL (SHIFT) SPACE blocked by keyboard layout switch - unable to
  insert non-breaking spaces in Writer

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

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


[Bug 1268245] Re: Cannot record video

2014-07-20 Thread Kamin Punpipat
Now I upgrade from Ubuntu 13.10 to 14.04 LTS Now. So I get Cheese 
3.10.2-0ubuntu2
And Cheese 3.10.2-0ubuntu2 for Ubuntu 14.04 LTS it no problems
And now, I know that no support for ubuntu 13.10, so I did't think about 
problem this now.
I don't want this fixed now. Bye for Ubuntu 13.10.

** Changed in: cheese (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/1268245

Title:
  Cannot record video

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

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


[Bug 1343982] Re: package cgmanager 0.26-0ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 5

2014-07-20 Thread Harry
It seems you have booted with systemd.
Try booting with upstart and then upgrade cgmanager.
Of course after this your system will not boot anymore with systemd.
See the bug LP: #1343802 for this.

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

Title:
  package cgmanager 0.26-0ubuntu5 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 5

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

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


[Bug 1345462] Re: Sync libndp 1.3-1 (universe) from Debian unstable (main)

2014-07-20 Thread Marius B. Kotsbak
This package is needed in Ubuntu Trusty to be able to backport Network
Manager 0.9.10.

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

Title:
  Sync libndp 1.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1345462] [NEW] Sync libndp 1.3-1 (universe) from Debian unstable (main)

2014-07-20 Thread Marius B. Kotsbak
Public bug reported:

Please sync libndp 1.3-1 (universe) from Debian unstable (main)

All changelog entries:

libndp (1.3-1) unstable; urgency=low

  * New upstream release.
  * debian/watch: fix rule so that correct URL is downloaded.

 -- Andrew Ayer a...@andrewayer.name  Mon, 30 Jun 2014 21:31:02 -0700

libndp (1.2-5) unstable; urgency=low

  * Disable silent builds so blhc can check for hardening flags
  * Add Vcs-* headers to control file (Closes: #751999)
  * Mark binary packages as linux-only (Closes: #752000)

 -- Andrew Ayer a...@andrewayer.name  Wed, 18 Jun 2014 09:59:15 -0700

libndp (1.2-4) unstable; urgency=low

  * Shorten copyright file by defining license text only once
  * Move src package and -tools bin package to section net
  * Remove unnecessary Build-Depends

 -- Andrew Ayer a...@andrewayer.name  Sun, 15 Jun 2014 14:41:48 -0700

libndp (1.2-3) unstable; urgency=low

  * Make -dbg package Multi-Arch: same
  * Make package description more informative
  * Switch to Standards-Version 3.9.5

 -- Andrew Ayer a...@andrewayer.name  Sun, 20 Apr 2014 11:24:57 -0700

libndp (1.2-2) unstable; urgency=low

  * Fix debian/copyright to specify correct license.

 -- Andrew Ayer a...@andrewayer.name  Sun, 20 Apr 2014 10:13:54 -0700

libndp (1.2-1) unstable; urgency=low

  * Initial release (Closes: #742973)

 -- Andrew Ayer a...@andrewayer.name  Sat, 29 Mar 2014 10:40:30 -0700

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Sync libndp 1.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1344752] Re: key combo Shift-Ctrl-Space (non-breaking space) does not work

2014-07-20 Thread Christopher Chavez
You use a German locale--do you use multiple keyboard layouts? As in bug
1338324, there is a conflict between Ctrl+Space (which I cannot confirm)
as an XFCE shortcut and NBSP, which looks like it can be changed in
Keyboard settings. If that is the case, this report is duplicate. I have
described a couple other workarounds there.

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

Title:
  key combo Shift-Ctrl-Space (non-breaking space) does not work

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

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


[Bug 1345471] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-07-20 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/1345471

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1173761] Re: 14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

2014-07-20 Thread Marius B. Kotsbak
That would be the easiest, so that it could have been included in the
Linux kernel, else they could add support for it in the latest release.

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

Title:
  14e4:43b1 Broadcom Corporation Device 43b1 (rev 03) - not supported

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

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


[Bug 1345471] [NEW] virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-07-20 Thread Fabio Rocchi
Public bug reported:

none I updated the hardware support

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.13.0-32.57~precise1-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic i686
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.13.0-32-generic
Date: Sun Jul 20 08:40:43 2014
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed 
to build
UpgradeStatus: No upgrade log present (probably fresh install)
VirtualBox.ModInfo:

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


** Tags: apport-package i386 precise

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1307162] Re: Can't open ODT documents that are in the trash

2014-07-20 Thread Christopher Chavez
I cannot reproduce on Ubuntu 14.10 with MATE 1.8, LibreOffice 4.3.0.2. Even if 
I trash an empty file ending in .odt, it is recognized as being for Writer. 
This may be specific to LibreOffice 3.5.x/12.04, but I cannot confirm for 
myself. Are you using Unity, or some other desktop environment? Are you using 
the File  New document template in the Files program, or saving from Writer? 
(In caja, I have no templates in File  New document other than empty file.)

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

Title:
  Can't open ODT documents that are in the trash

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

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


[Bug 1307162] Re: Can't open ODT documents that are in the trash

2014-07-20 Thread Christopher Chavez
Sorry, I misunderstood the screenshot--it is the filter selection window for 
unrecognized formats in LibreOffice, i.e. the correct program was opened--not a 
matter of the file manager or desktop environment.
Now, are trashed .odt files with content recognized? (In which case, I cannot 
reproduce.) That would be a more important issue, and it's what I thought the 
title of this report meant.

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

Title:
  Can't open ODT documents that are in the trash

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

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


[Bug 1345463] Re: Banshee.exe crashed with SIGSEGV in conservatively_pin_objects_from()

2014-07-20 Thread Daniel Letzeisen
** Package changed: gstreamer0.10 (Ubuntu) = gstreamer1.0 (Ubuntu)

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

Title:
  Banshee.exe crashed with SIGSEGV in conservatively_pin_objects_from()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1345463/+subscriptions

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


[Bug 1293384] Re: Compiz CPU usage dramatically increased in Ubuntu 14.04

2014-07-20 Thread nikhil
I've been running 14.04 for a few days now and the cpu usage at idle
hovers between 22-45% ,about 95% with chromium open, 50% with nautilius,
90% WITH DASH for gods sake, 60% with compiz and about 85% with ubuntu
tweak running. And the lag was so horrible i had to disable almost all
animations and effects AND reduce all animation times to 50 ms AND
animation time step to 2..

For a contrast idle cpu usage was 5% in 12.10 and 2% in windows xp..Ive tried 
almost everything,nothing works..
I use:
wipro little genius WLG7B1630V
core2duo @2 ghz
2 gb ddr2 ram @333mhz
512 mb SiS vga graphics with vesa: 6330 drivers

Any workarounds guys??

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

Title:
  Compiz CPU usage dramatically increased in Ubuntu 14.04

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

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


[Bug 1334211] Re: simple-scan crashed with SIGSEGV in usb_ColorDuplicate8_2() [388 plustek-usbimg.c: No such file or directory]

2014-07-20 Thread Fabio Marconi
Hallo
Thant's the generated output.
Thanks.

** Attachment added: plustek.txt
   
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1334211/+attachment/4157754/+files/plustek.txt

** Changed in: simple-scan (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  simple-scan crashed with SIGSEGV in usb_ColorDuplicate8_2() [388
  plustek-usbimg.c: No such file or directory]

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

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


[Bug 1343935] Re: [Samsung 700T1C-K01US] Touchpad not detected as touchpad

2014-07-20 Thread Daniel Heckenberg
Thanks Chris,

Reported here:
http://article.gmane.org/gmane.linux.kernel.input/37109

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

Title:
  [Samsung 700T1C-K01US] Touchpad not detected as touchpad

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

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


[Bug 1345488] [NEW] package gir1.2-gtk-3.0 3.10.8-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/girepository-1.0/Gdk-3.0.typelib' to '/usr/lib/girepository-1.0/Gdk-3.0.

2014-07-20 Thread basutkar.karthik
Public bug reported:

getting error message while updating packages

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: gir1.2-gtk-3.0 3.10.8-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
Date: Sun Jul 20 12:54:25 2014
DuplicateSignature: package:gir1.2-gtk-3.0:3.10.8-0ubuntu1:cannot copy 
extracted data for './usr/lib/girepository-1.0/Gdk-3.0.typelib' to 
'/usr/lib/girepository-1.0/Gdk-3.0.typelib.dpkg-new': unexpected end of file or 
stream
ErrorMessage: cannot copy extracted data for 
'./usr/lib/girepository-1.0/Gdk-3.0.typelib' to 
'/usr/lib/girepository-1.0/Gdk-3.0.typelib.dpkg-new': unexpected end of file or 
stream
InstallationDate: Installed on 2014-07-14 (5 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: gtk+3.0
Title: package gir1.2-gtk-3.0 3.10.8-0ubuntu1 failed to install/upgrade: cannot 
copy extracted data for './usr/lib/girepository-1.0/Gdk-3.0.typelib' to 
'/usr/lib/girepository-1.0/Gdk-3.0.typelib.dpkg-new': unexpected end of file or 
stream
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package gir1.2-gtk-3.0 3.10.8-0ubuntu1 failed to install/upgrade:
  cannot copy extracted data for
  './usr/lib/girepository-1.0/Gdk-3.0.typelib' to
  '/usr/lib/girepository-1.0/Gdk-3.0.typelib.dpkg-new': unexpected end
  of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1345488/+subscriptions

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


[Bug 1345488] Re: package gir1.2-gtk-3.0 3.10.8-0ubuntu1 failed to install/upgrade: cannot copy extracted data for './usr/lib/girepository-1.0/Gdk-3.0.typelib' to '/usr/lib/girepository-1.0/Gdk-3.0.ty

2014-07-20 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/1345488

Title:
  package gir1.2-gtk-3.0 3.10.8-0ubuntu1 failed to install/upgrade:
  cannot copy extracted data for
  './usr/lib/girepository-1.0/Gdk-3.0.typelib' to
  '/usr/lib/girepository-1.0/Gdk-3.0.typelib.dpkg-new': unexpected end
  of file or stream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1345488/+subscriptions

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


[Bug 1345499] [NEW] [Lenovo ThinkPad X220] kernel 3.13 i915 brightness settings broken when going from docked - undocked

2014-07-20 Thread jdillmann
Public bug reported:

As requested by https://launchpad.net/~penalvch in the existing
bugreport https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308674 i
provide more information about the bug.

As explained in the original bug  report, the brightness control on the
lenovo thinkpad x220 is no longer working after undocking. it is stuck
an the lowest level and can't by changed with the hotkeys.

But it is still possible to set the brightness through 
/sys/class/backlight/intel_backlight/
The hotkeys are working again after setting the brightness once on the command 
line.

Besides intel_backlight there is /sys/class/backlight/acpi_video0/ which
has no effect.

The bug occurs when using kernel 3.13 on 12.04 and on 14.04


ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.13.0-30-generic 3.13.0-30.55~precise1
ProcVersionSignature: Ubuntu 3.13.0-30.55~precise1-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Jul 20 09:39:01 2014
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: linux-lts-trusty
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

** Description changed:

  As requested by https://launchpad.net/~penalvch in the existing
  bugreport https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1308674 i
  provide more information about the bug.
  
  As explained in the original bug  report, the brightness control on the
  lenovo thinkpad x220 is no longer working after undocking. it is stuck
  an the lowest level and can't by changed with the hotkeys.
  
- But it is still possible to set the brightness through 
/sys/class/backlight/intel_backlight/ 
+ But it is still possible to set the brightness through 
/sys/class/backlight/intel_backlight/
  The hotkeys are working again after setting the brightness once on the 
command line.
  
  Besides intel_backlight there is /sys/class/backlight/acpi_video0/ which
  has no effect.
+ 
+ The bug occurs when using kernel 3.13 on 12.04 and on 14.04
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.13.0-30-generic 3.13.0-30.55~precise1
  ProcVersionSignature: Ubuntu 3.13.0-30.55~precise1-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sun Jul 20 09:39:01 2014
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: linux-lts-trusty
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  [Lenovo ThinkPad X220] kernel 3.13 i915 brightness settings broken
  when going from docked - undocked

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

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


[Bug 1323736] Re: Segmentation Fault when Opening Appearance

2014-07-20 Thread Pelle van der Scheer
Adwaita theme has nothing to do with it (Can be installed with gnome-
themes-standard-data)

Same problem here, segfaults on unit-control-center appearance

ii  libunity-control-center1  
14.04.3+14.04.20140604-0ubuntu1   amd64utilities to 
configure the GNOME desktop
ii  unity-control-center  
14.04.3+14.04.20140604-0ubuntu1   amd64utilities to 
configure the GNOME desktop


** Attachment added: strace
   
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1323736/+attachment/4157776/+files/strace

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

Title:
  Segmentation Fault when Opening Appearance

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

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


[Bug 1323736] Re: Segmentation Fault when Opening Appearance

2014-07-20 Thread Pelle van der Scheer
** Attachment added: valgrind
   
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1323736/+attachment/415/+files/valgrind

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

Title:
  Segmentation Fault when Opening Appearance

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

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


[Bug 1345505] [NEW] lightdm leaks keystrokes to window behind greeter

2014-07-20 Thread James Hunt
*** This bug is a security vulnerability ***

Public security bug reported:

When my machine comes out of suspend, I am shown the lightdm greeter.
However, occasionally I am unable to enter my password since the
password box is not given focus. Clicking with the mouse in the password
box also doesn't help.

I've found that clicking the settings cog (top right) twice allows me to
regain control of the focus and enter my password.

Aside from the inability to enter my password in the password box, it
seems that simply typing my password (or in fact any text) results in
those keystrokes being passed to the full-screen window *behind* the
greeter. This should not be possible and is a security issue: imagine if
my full-screen console was connected to a remote shared session, or was
running an irc client, etc.).

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lightdm 1.11.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-4.9-generic 3.16.0-rc5
Uname: Linux 3.16.0-4-generic x86_64
ApportVersion: 2.14.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Jul 20 09:08:47 2014
InstallationDate: Installed on 2014-04-11 (99 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Daily amd64 (20140409)
SourcePackage: lightdm
UpgradeStatus: Upgraded to utopic on 2014-05-08 (72 days ago)

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


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

** Information type changed from Public to Public Security

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

Title:
  lightdm leaks keystrokes to window behind greeter

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

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


[Bug 1345424] Re: Sync libmatio 1.5.2-2 (universe) from Debian unstable (main)

2014-07-20 Thread Artur Rona
This bug was fixed in the package libmatio - 1.5.2-2
Sponsored for Jackson Doak (noskcaj)

---
libmatio (1.5.2-2) unstable; urgency=medium

  * Use plain dh-autoreconf. (Closes: #753521)
  * Remove Sylvestre Ledru from Uploaders. Thanks Sylvestre for your work!
  * debian/control: use canonical URLs for Vcs-* fields.

 -- Sébastien Villemot sebast...@debian.org  Tue, 15 Jul 2014 18:06:35
+0200

** Changed in: libmatio (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/1345424

Title:
  Sync libmatio 1.5.2-2 (universe) from Debian unstable (main)

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

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

[Bug 1345512] [NEW] no possible upgrade 13.10 to 14

2014-07-20 Thread maurizio
Public bug reported:

pavilion dv5 non mi aggiorna dalla 13 alla 14

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.6
ProcVersionSignature: Ubuntu 3.11.0-26.45-generic 3.11.10.12
Uname: Linux 3.11.0-26-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Sun Jul 20 09:41:43 2014
InstallationDate: Installed on 2014-02-12 (157 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-07-20 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade saucy third-party-packages

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

Title:
  no possible upgrade 13.10 to 14

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

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


[Bug 1345462] Re: Sync libndp 1.3-1 (universe) from Debian unstable (main)

2014-07-20 Thread Artur Rona
2014-07-02 08:23:36 CESTPublished   Utopic  release
universemisc1.3-1

Published on 2014-07-02
Copied from debian sid in Primary Archive for Debian GNU/Linux by Ubuntu 
Archive Auto-Sync (sponsored by Ubuntu Archive Robot)


** Package changed: ubuntu = libndp (Ubuntu)

** Changed in: libndp (Ubuntu)
   Importance: Undecided = Wishlist

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

** Also affects: libndp (Ubuntu Trusty)
   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/1345462

Title:
  Sync libndp 1.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1345462] Re: Sync libndp 1.3-1 (universe) from Debian unstable (main)

2014-07-20 Thread Artur Rona
Please prepare a bug to be a Backport request.

More info on https://wiki.ubuntu.com/UbuntuBackports

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

Title:
  Sync libndp 1.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

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

** Changed in: ccid (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/1311273

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-07-20 Thread Spott
I have the same problem. Is it possible to update Ubuntu libccid package to 
1.4.17 version?
Card reader work before upgrade - but not any more. 
Or can maybe someone give hint - how I can replace Ubuntu original libccid 
package with new one?

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

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1303736] Re: [SRU] Black screen after wakeup from suspending by closing the laptop lid

2014-07-20 Thread Benjamin Braun
@Sean Davis
I guess I've missed to comment on 
https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/1326740
I followed the instructions before and so far, the problem is not fixed at all.

I've also tried to reinstall Xubuntu on this laptop (Thinkpad Edge 13
AMD), but I still have the black screen issue.

But you are right, the is problem is that the bugfix for xfce4-power-
manager is not effective, at least for some users.

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

Title:
  [SRU] Black screen after wakeup from suspending by closing the laptop
  lid

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1303736/+subscriptions

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


[Bug 1345519] Re: I dont know

2014-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1229021 ***
https://bugs.launchpad.net/bugs/1229021

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1345519/+attachment/4157802/+files/CoreDump.gz

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1345519/+attachment/4157808/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1345519/+attachment/4157809/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 1229021
   chromium-browser crashed with SIGSEGV

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  I dont know

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

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


Re: [Bug 1345165] [NEW] lens for squid.conf not working

2014-07-20 Thread Raphaël Pinson
The ls command in augtool is not recursive. If you use print instead, you
will see the full trees.
Le 20 juil. 2014 00:15, Hadmut Danisch had...@danisch.de a écrit :

 Public bug reported:

 Hi,

 another problem with the squid lens: It does not detect acl clauses
 correctly. It just lists existing acls like

 acl manager proto cache_object
 acl localhost src 127.0.0.1/32 ::1
 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
 acl SSL_ports port 443
 acl Safe_ports port 80  # http
 acl Safe_ports port 21  # ftp
 acl Safe_ports port 443 # https
 acl Safe_ports port 70  # gopher
 acl Safe_ports port 210 # wais
 

 as

 acl[1]/ = (none)
 acl[2]/ = (none)
 acl[3]/ = (none)
 acl[4]/ = (none)
 acl[5]/ = (none)
 acl[6]/ = (none)
 acl[7]/ = (none)
 acl[8]/ = (none)
 acl[9]/ = (none)
 

 ProblemType: Bug
 DistroRelease: Ubuntu 14.04
 Package: augeas-tools 1.2.0-0ubuntu1
 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
 Uname: Linux 3.13.0-29-generic x86_64
 NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
 ApportVersion: 2.14.1-0ubuntu3.2
 Architecture: amd64
 CurrentDesktop: XFCE
 Date: Sun Jul 20 00:02:01 2014
 SourcePackage: augeas
 UpgradeStatus: Upgraded to trusty on 2014-04-19 (91 days ago)

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


 ** Tags: amd64 apport-bug trusty

 --
 You received this bug notification because you are subscribed to augeas
 in Ubuntu.
 Matching subscriptions: Augeas
 https://bugs.launchpad.net/bugs/1345165

 Title:
   lens for squid.conf not working

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1345165/+subscriptions


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

Title:
  lens for squid.conf not working

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

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

[Bug 1345394] Re: Sync libchipcard 5.0.3beta-5 (universe) from Debian unstable (main)

2014-07-20 Thread Artur Rona
This bug was fixed in the package libchipcard - 5.0.3beta-5
Sponsored for Jackson Doak (noskcaj)

---
libchipcard (5.0.3beta-5) unstable; urgency=medium

  * Use dh-autoreconf to get new libtool macros for ppc64el and update
config.{sub,guess} for new arches (closes: #735218). Thanks to
Logan Rosen lo...@ubuntu.com for providing the patch.
  * Fix clean target in debian/rules. Thanks to Logan Rosen lo...@ubuntu.com
for providing the patch.
  * Package is compliant to Debian Policy 3.9.5 (no changes needed).
  * debian/control: Update Vcs-* URLs.

 -- Micha Lenk mi...@debian.org  Sat, 19 Jul 2014 11:23:01 +0200

** Changed in: libchipcard (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/1345394

Title:
  Sync libchipcard 5.0.3beta-5 (universe) from Debian unstable (main)

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

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


[Bug 1292118] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build [error: incompatible types when returning type ‘kuid_t’ but ‘RTUID’ was expected]

2014-07-20 Thread Jørn
Hi Daniel

I did not know that, but it saved me many hours of work :)

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build [error: incompatible types when returning type
  ‘kuid_t’ but ‘RTUID’ was expected]

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

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

[Bug 1345531] [NEW] Paketinformationen konnten nicht initialisiert werden

2014-07-20 Thread Benjamin Hergert
Public bug reported:

Paketinformationen konnten nicht initialisiert werden

Ein unlösbares Problem ist während der Initialisierung der
Paketinformation aufgetreten.

Bitte melden Sie einen Fehler im Paket »update-manager« und fügen Sie
die folgende Fehlermeldung an den Fehlerbericht an:

'E:Problem parsing dependency Depends, E:Fehler aufgetreten beim
Verarbeiten von libmono-sistem-data4.0-cil (NewVersion2), E:Problem with
MergeList /var/lib/dpkg/status, E:Die Paketliste oder die Statusdatei
konnte nicht eingelesen oder geöffnet werden.'

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Paketinformationen konnten nicht initialisiert werden

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

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

[Bug 1345533] [NEW] [hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync signal on

2014-07-20 Thread Ricardo Salveti
Public bug reported:

Starting from image 137, with mir 0.5, Mir fails to start on Nexus 5
(hammerhead), as it fails to turn the vsync signal on.

This is what I get from logcat:

D/libEGL  ( 3038): loaded /vendor/lib/egl/libEGL_adreno.so
D/libEGL  ( 3038): loaded /vendor/lib/egl/libGLESv1_CM_adreno.so
D/libEGL  ( 3038): loaded /vendor/lib/egl/libGLESv2_adreno.so
I/qdutils ( 3038): Right Split=0
D/qdhwcomposer( 3038): int qhwc::adRead(): /sys/class/graphics/fb2/ad could not 
be opened : No such file or directory
I/qdhwcomposer( 3038): Initializing Qualcomm Hardware Composer
I/qdhwcomposer( 3038): MDP version: 500
I/Adreno-EGL( 3038): qeglDrvAPI_eglInitialize:320: EGL 1.4 QUALCOMM Build: 
I0404c4692afb8623f95c43aeb6d5e13ed4b30ddbDate: 11/06/13
D/qdhwcomposer( 3038): hwc_getDisplayAttributes disp = 0, width = 1080
D/qdhwcomposer( 3038): hwc_getDisplayAttributes disp = 0, height = 1920
I/Adreno-EGL( 3038): qeglDrvAPI_eglInitialize:320: EGL 1.4 QUALCOMM Build: 
I0404c4692afb8623f95c43aeb6d5e13ed4b30ddbDate: 11/06/13
I/qdhwcomposer( 3038): hwc_registerProcs
I/qdhwcomposer( 3038): Initializing UEVENT Thread
I/qdhwcomposer( 3038): Initializing VSYNC Thread
I/qdhwcomposer( 3038): vsync_loop: Reading vsync for dpy=0 from 
/sys/class/graphics/fb0/vsync_event
I/qdhwcomposer( 3038): vsync_loop: Reading vsync for dpy=1 from 
/sys/class/graphics/fb1/vsync_event
D/qdhwcomposer( 3038): hwc_blank: Unblanking display: 0
D/qdhwcomposer( 3038): hwc_blank: Done unblanking display: 0
E/qdhwcomposer( 3038): hwc_vsync_control: vsync control failed. Dpy=0, enable=1 
: Operation not supported
W/libEGL  ( 3038): eglTerminate() called w/ 1 objects remaining
E/libEGL  ( 3038): validate_display:263 error 3001 (EGL_NOT_INITIALIZED)
I/ServiceManager(  913): service 'display.qservice' died

The vsync control failed message was always there, and Mir 0.4 worked
fine with it still.

System compositor log:
root@ubuntu-phablet:/var/log/lightdm# cat unity-system-compositor.log
ERROR: 
/build/buildd/mir-0.5.0+14.10.20140717/src/platform/graphics/android/real_hwc_wrapper.cpp(75):
 Throw in function virtual void 
mir::graphics::android::RealHwcWrapper::vsync_signal_on() const
Dynamic exception type: 
N5boost16exception_detail10clone_implINS0_19error_info_injectorISt13runtime_error
std::exception::what: error turning vsync signal on. rc = ffa1

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

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

Title:
  [hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync
  signal on

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

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


[Bug 1344845] Re: 1814:5362 Ralink Failed to allocate device

2014-07-20 Thread blau
Hi there

I am glad to assist. Following the instructions, I have install the
mainline kernel 3.16.0-031600rc5-generic but the problem persists.

$ uname -a
Linux christoph-desktop 3.16.0-031600rc5-generic #201407131735 SMP Sun Jul 13 
23:02:38 UTC 2014 i686 athlon i686 GNU/Linux

$ dmesg | grep rt2
[   15.135346] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5392, rev 0223 
detected
[   15.138720] ieee80211 phy0: rt2800_init_eeprom: Error - Invalid RF chipset 
0x5362 detected
[   15.138724] ieee80211 phy0: rt2x00lib_probe_dev: Error - Failed to allocate 
device

As per request, I have add the following tags to the bug report:
kernel-bug-exists-upstream 
kernel-bug-exists-upstream-3.16.0-031600rc5-generic

My apologies, I could not locate the tag 'needs-upstream-testing'


** Tags added: kernel-bug-exists-upstream kernel-bug-exists-
upstream-3.16.0-031600rc5-generic

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

Title:
  1814:5362 Ralink Failed to allocate device

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

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


[Bug 1345533] Re: [hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync signal on

2014-07-20 Thread Ricardo Salveti
From
http://launchpadlibrarian.net/180157436/mir_0.4.1%2B14.10.20140714-0ubuntu1_0.5.0%2B14.10.20140717-0ubuntu1.diff.gz
it seems that the reason is that now this error is fatal, while before
it wasn't even checking the return value.

Do we need this error to be fatal?

** Also affects: mir
   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/1345533

Title:
  [hammerhead] Mir fails to start on Nexus 5 as it fails to turn vsync
  signal on

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

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


[Bug 1283826] Re: lightdm hangs after updates

2014-07-20 Thread Sam_Ashley
ps: I hid my first comments because they now seems not to be really
helping.

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

Title:
  lightdm hangs after updates

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

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


[Bug 1283826] Re: lightdm hangs after updates

2014-07-20 Thread Sam_Ashley
An update.

I had written here that I seemed to be affected by this bug too, but I
remembered later that just before running the Software Updater gui
tool I had enabled the pre-released updates update source. After the
update the system wouldn't boot, and seemed totally hosed. But I had a
backup of the root partition made with fsarchiver and so I was able to
restore it. I did that, then just now tried disabling, then enebling one
at a time, all of the sources and PPAs that I had been using---excpt for
that pre-released updates source. The updates went without a hitch,
and it seems all good. So in my case the bug report was seemingly a
false alarm, and I just wanted to let y'all know.

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

Title:
  lightdm hangs after updates

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

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


[Bug 1345540] [NEW] [0bda:8176] Realtek RTL8188CUS works intermittently

2014-07-20 Thread Blackhope
Public bug reported:

[0bda:8176] Realtek RTL8188CUS works intermittently

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-32-generic 3.13.0-32.57
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  mark   1797 F pulseaudio
 /dev/snd/controlC0:  mark   1797 F pulseaudio
 /dev/snd/pcmC0D0p:   mark   1797 F...m pulseaudio
CRDA:
 country RU:
(2402 - 2482 @ 40), (N/A, 20)
(5735 - 5835 @ 20), (N/A, 30)
CurrentDesktop: Unity
Date: Sun Jul 20 14:13:50 2014
HibernationDevice: RESUME=UUID=c8ccdd64-4287-4b6f-a6ca-04f5842b5657
InstallationDate: Installed on 2014-07-19 (1 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic 
root=UUID=d2db935a-78e1-4393-8ad6-dfdb25a533f4 ro quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-32-generic N/A
 linux-backports-modules-3.13.0-32-generic  N/A
 linux-firmware 1.127.4
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/08/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F1
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: 970A-DS3P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF1:bd04/08/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rn970A-DS3P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug trusty

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

Title:
  [0bda:8176] Realtek RTL8188CUS works intermittently

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

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


[Bug 758657] Re: plymouthd assert failure: plymouthd: ply-text-display.c:243: ply_text_display_write: Assertion `format != ((void *)0)' failed. (empty title field in text plugin theme)

2014-07-20 Thread avinash pawar
hello friends i was to find out solution for the error message i got while 
attempting to install UBUNTU 12.04 LTS, and the only 
result on google search were three pages, out of those three i am trying to 
write on this page.

the error: 
plymouthd: ply-text-display.c243: ply_text_display_write: Assertion format '!= 
((void)=*0)'failed

I bought a Dell Vosrto 14 3000 series a week ago, which had UBUNTU 12.04
already installed. I want Windows 8 as well as UBUNTU on my new laptop.
I am willing to learn UBUNTU and i really know and understand nothing
about UDUNTU as of now.

What I told was that I cant install Windows 8 on UBUNTU but can vice a
versa. So I took backup of UBUNTU on a pen drive, uninstalled UBUNTU and
installed Windows 8 on one of three partitions. and i m now trying to
install UBUNTU on another. While doing so i get the above mentioned
error.

i really do not know what's happening and i want to be able to use
Windows as well as UBUNTU on my laptop.

Could somebody be kind enough to explain me how to resolve this issue
and could really somebody give me step to step instructions to
successfully install UBUNTU. Also i request to tell me the required
changes i need to do in the BIOS setup and in Windows 8 in order to
start the installation. All i could do till now is disable the Secure
Boot, Fast Boot, and I use My Pen Drive to boot the UBUNTU. Also, I have
created 3 partitions while installing Windows 8 and the partition on
which Windows 8 is installed shows BASIC type while the remaining 2 show
DYNAMIC type.

Thanking you friends.

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

Title:
  plymouthd assert failure: plymouthd: ply-text-display.c:243:
  ply_text_display_write: Assertion `format != ((void *)0)' failed.
  (empty title field in text plugin theme)

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

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


[Bug 1232946] Re: It is unable to change the short cut of ibus-hangul

2014-07-20 Thread Changwoo Ryu
Recent input-source-switch is not what ibus-hangul does. Check Unity or
gnome-shell.


** Changed in: ibus-hangul (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  It is unable to change the short cut of ibus-hangul

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

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


[Bug 1345540] Status changed to Confirmed

2014-07-20 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [0bda:8176] Realtek RTL8188CUS works intermittently

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

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


[Bug 1051670] Re: ibus-hangul has unmet dependencies in quantal

2014-07-20 Thread Changwoo Ryu
This is temporal repository inconsistency, not ibus-hangul bug.

** Changed in: ibus-hangul (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  ibus-hangul has unmet dependencies in quantal

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

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


[Bug 1301549] Re: Black screen after logging in after resume in Xubuntu 14.04

2014-07-20 Thread Gene475001
*** This bug is a duplicate of bug 1303736 ***
https://bugs.launchpad.net/bugs/1303736

This solution also does not work with Ubuntu 14.04 on my Lendovo T61.
I'm using the Intel Corporation Mobile GM965/GL960 Integrated Graphics
Controller.  Doing this actually prevented my laptop from suspending.
The screen would shut off when I closed the lid, but the laptop was
still on.  Opening the lid didn't turn on the display.  I had to move
the mouse or hit a key.  After entering the password the screen still
went blank.

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

Title:
  Black screen after logging in after resume in Xubuntu 14.04

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

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


[Bug 1323822] Re: Firefox can not play some WebM videos generated by avconv on Trusty

2014-07-20 Thread Erlenmayr
@Mossroy: I posted in May already that upstream avconv fixes the issue.

Thanks for your work, it finally works now. :)

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

Title:
  Firefox can not play some WebM videos generated by avconv on Trusty

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

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


[Bug 1342903] Re: unity retains focus on virtualbox session when locked

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

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

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

Title:
  unity retains focus on virtualbox session when locked

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

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


[Bug 1322055] Re: Create SMS and choose a contact from popup list

2014-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~iahmad/ubuntu-autopilot-tests/add-recipient-to-
sms-bug1322055

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

Title:
  Create SMS and choose a contact from popup list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-autopilot-tests/+bug/1322055/+subscriptions

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


[Bug 1311273] Re: O2 Micro OZ776 not working with libccid 1.4.15-1

2014-07-20 Thread Mat
You can download the utopic 64-bit (amd64) or 32-bit (i386) version of
libccid here:

http://packages.ubuntu.com/utopic/libccid

Install it with: sudo dpkg -i 'packagename'.deb

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

Title:
  O2 Micro OZ776 not working with libccid 1.4.15-1

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

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


[Bug 1345544] Re: psensor crashed with SIGABRT in gtk_main()

2014-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1345075 ***
https://bugs.launchpad.net/bugs/1345075

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157843/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157845/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157846/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157847/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157848/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157849/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1345544/+attachment/4157850/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  psensor crashed with SIGABRT in gtk_main()

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

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


[Bug 1341935] GsettingsGnomeScreensaver.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: GsettingsGnomeScreensaver.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157854/+files/GsettingsGnomeScreensaver.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] GsettingsGnomeLockdown.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: GsettingsGnomeLockdown.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157852/+files/GsettingsGnomeLockdown.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] Re: Screen is not being turned off after idle time

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  In brightness  lock settings, I set the `Turn off off when inactive
  for` settings to 1 minute, but the screen remains on (an unlocked) for
  ever. The bug is introduced in Ubuntu 14.04 and was not present in
  13.04/13.10.
  
  I tried `xscreensaver` and it works fine.
  
  Purging/reinstalling `gnome-screensaver` did not fixed the issue.
  Before uninstall `gnome-screensaver` was being executed at startup, but after 
reinstall it does not starts automatically anymore. When I try to start it 
manullay, It prints `screensaver already running in this session` and stops. I 
can start it with `gksudo` but has no effect and screen remains on.
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.2
+ Architecture: amd64
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ GnomeSessionIdleInhibited: No
+ GnomeSessionInhibitors: None
+ GsettingsGnomeSession:
+  org.gnome.desktop.session session-name 'ubuntu'
+  org.gnome.desktop.session idle-delay uint32 60
+ InstallationDate: Installed on 2014-05-05 (75 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
+ NonfreeKernelModules: wl
+ Package: gnome-screensaver 3.6.1-0ubuntu13
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
+ Tags: third-party-packages trusty
+ Uname: Linux 3.13.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ mtime.conffile..etc.xdg.autostart.gnome.screensaver.desktop: 
2014-07-15T06:47:57.156606

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157851/+files/Dependencies.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] XorgLogOld.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157857/+files/XorgLogOld.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] XorgLog.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157856/+files/XorgLog.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] GsettingsGnomePowerManager.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: GsettingsGnomePowerManager.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157853/+files/GsettingsGnomePowerManager.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1341935] ProcEnviron.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157855/+files/ProcEnviron.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 970043] Re: deluge-gtk crashed with KeyError in set_default_options(): 'download_location'

2014-07-20 Thread Cas
** Changed in: deluge (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  deluge-gtk crashed with KeyError in set_default_options():
  'download_location'

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

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


[Bug 733094] Re: deluge-gtk crashed with IndexError in get_plugin_info(): list index out of range

2014-07-20 Thread Cas
** Changed in: deluge (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  deluge-gtk crashed with IndexError in get_plugin_info(): list index
  out of range

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

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


[Bug 1341935] modified.conffile..etc.xdg.autostart.gnome.screensaver.desktop.txt

2014-07-20 Thread Mohammad Taha Jahangir
apport information

** Attachment added: 
modified.conffile..etc.xdg.autostart.gnome.screensaver.desktop.txt
   
https://bugs.launchpad.net/bugs/1341935/+attachment/4157858/+files/modified.conffile..etc.xdg.autostart.gnome.screensaver.desktop.txt

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1183448] Re: Seeders / Peers Stats reported as 0 on Some Private Trackers (RuTracker for example)

2014-07-20 Thread Cas
** Changed in: libtorrent-rasterbar (Ubuntu)
   Status: New = Incomplete

** Changed in: deluge (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/1183448

Title:
  Seeders / Peers Stats reported as 0 on Some Private Trackers
  (RuTracker for example)

To manage notifications about this bug go to:
https://bugs.launchpad.net/libtorrent-rasterbar/+bug/1183448/+subscriptions

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


[Bug 1341935] Vacation reply

2014-07-20 Thread mikael hammarlind
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1341935

Title:
  Screen is not being turned off after idle time

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

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


[Bug 779082] Re: Segmentation fault (IA__gdk_char_width: assertion `font != NULL' failed)

2014-07-20 Thread Hans Joachim Desserud
I still get the same error message when attempting to run euler
1.61.0-10 on Ubuntu Utopic. However, I was not able to reproduce this on
my Debian Sid system.

** Tags removed: natty oneiric
** Tags added: trusty utopic

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

Title:
  Segmentation fault (IA__gdk_char_width: assertion `font != NULL'
  failed)

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

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


[Bug 1345546] [NEW] dates in cell change randomly on load

2014-07-20 Thread AZ
Public bug reported:

Problem description:

Steps to reproduce:
0. This is on Ubuntu x86_64 in german local, I did not test others.
1. Set Settings - Libreoffice Calc - Berechnen (Calculation?) - Date = 
1.1.1904
2. Create new spreadsheet
3. Enter 2.6.2014 in the cell (here: german date format, maybe 2014-06-02 in 
English)
4. Save file
5. Close file
6. Reopen file
7. Display file
8. save the file

Current behavior:

After step 4, 2014-06-02 is saved in content.xml in the ods file:
table:table-cell office:value-type=date office:date-value=2014-06-02 
calcext:value-type=date
 text:p02.06.14/text:p
/table:table-cell

But it step 7, it is display as 1.6.2010 (that is 2010-06-01) .

After saving in step 8, content.xml contains:
 table:table-cell office:value-type=date office:date-value=2010-06-01 
calcext:value-type=date
   text:p01.06.10/text:p
 /table:table-cell

The current mode of operation breaks file display and corrupts the
original file!

Expected behavior:

The date should not change, neither while displaying nor when saving the
file.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libreoffice-calc 1:4.2.4-0ubuntu2
Uname: Linux 3.15.0-031500rc7-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Jul 20 12:58:26 2014
SourcePackage: libreoffice
UpgradeStatus: Upgraded to trusty on 2014-06-18 (31 days ago)

** Affects: df-libreoffice
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug trusty

** Bug watch added: freedesktop.org Bugzilla #81560
   https://bugs.freedesktop.org/show_bug.cgi?id=81560

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

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

Title:
  dates in cell change randomly on load

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

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


[Bug 1295815] Re: Download folder reset/clean automatically

2014-07-20 Thread Cas
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?
* What version of libtorrent (rasterbar) are you using?

This will help us to find and resolve the problem.

** Changed in: deluge (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/1295815

Title:
  Download folder reset/clean automatically

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

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


[Bug 1285287] Re: Crashes after clicking edit while using certain icon themes

2014-07-20 Thread Joshua Fogg
I've added Numix devs into this conversation. We're still getting
reports of this being a problem. If the shutter devs want to contact us
so we can resolve this problem as soon as possible that would be great.

** Also affects: numix-icon-theme-circle
   Importance: Undecided
   Status: New

** Changed in: numix-icon-theme-circle
   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/1285287

Title:
  Crashes after clicking edit  while using certain icon themes

To manage notifications about this bug go to:
https://bugs.launchpad.net/numix-icon-theme-circle/+bug/1285287/+subscriptions

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


[Bug 1345548] [NEW] r8168-8.038.00 doesn't build on kernel 3.16.x (PREPARE_DELAYED_WORK, SET_ETHTOOL_OPS)

2014-07-20 Thread Henning Pingel
Public bug reported:

dkms package builds fine with kernel 3.13 but not with kernel 3.16 any
more.

Tested with 
a) Ubuntu 14.10 Alpha and
b) Ubuntu 14.04 with PPA package linux-meta-lts-utopic

Other Linux users also report this issue with newer kernels (as of 3.15 I 
guess):
https://code.google.com/p/r8168/issues/detail?id=19


Please check attached make.log for details.

I was able to  resolve the issues with a quick-n-dirty patch that I have
also pasted into this bug report. This patch might not be the best
solution and may not be downward compatible to kernel 3.13.

--- r8168-8.038.00.orig/src/r8168_n.c
+++ r8168-8.038.00/src/r8168_n.c
@@ -17542,7 +17542,8 @@ rtl8168_init_one(struct pci_dev *pdev,
 
 RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
 
-SET_ETHTOOL_OPS(dev, rtl8168_ethtool_ops);
+//SET_ETHTOOL_OPS(dev, rtl8168_ethtool_ops);
+dev-ethtool_ops = rtl8168_ethtool_ops;
 
 dev-watchdog_timeo = RTL8168_TX_TIMEOUT;
 dev-irq = pdev-irq;
@@ -19119,7 +19120,7 @@ static void rtl8168_schedule_work(struct
 {
 struct rtl8168_private *tp = netdev_priv(dev);
 
-PREPARE_DELAYED_WORK(tp-task, task);
+INIT_DELAYED_WORK(tp-task, task);
 schedule_delayed_work(tp-task, 4);
 }
 #endif

Cheers,
Henning

** Affects: r8168-dkms (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: dkms make log with two error messages
   https://bugs.launchpad.net/bugs/1345548/+attachment/4157861/+files/make.log

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

Title:
  r8168-8.038.00 doesn't build on kernel 3.16.x (PREPARE_DELAYED_WORK,
  SET_ETHTOOL_OPS)

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

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


[Bug 1335040] Re: USB 3.0 cameras dont work properly after upgrading to 3.2.0-64 kernel.

2014-07-20 Thread .m.
bug confirmed with picuntu( ubuntu 1204 ) on ARM rk3188 usb2 kernel 3.0.36+ and 
webcam a4 tech pk-910h.
Although kamoso shows loads of errors like this
libv4l2: error dequeuing buf: Success
picture is displayed even through ssh -X root@picuntu

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

Title:
  USB 3.0 cameras dont work properly after upgrading to 3.2.0-64 kernel.

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

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


[Bug 713985] Re: [armel] Function tgammal has precision issues in version 2.12.1-0ubuntu10.2 on ARM

2014-07-20 Thread Dima Pasechnik
It would be great to know in more details how to get the fix mentioned
on an armhfl Ubuntu 12.10 (no, we cannot upgrade the system,
unfortunately).

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

Title:
  [armel] Function tgammal has precision issues in version
  2.12.1-0ubuntu10.2 on ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/linaro-toolchain-misc/+bug/713985/+subscriptions

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


[Bug 1341935] Re: Screen is not being turned off after idle time

2014-07-20 Thread Mohammad Taha Jahangir
** Changed in: gnome-screensaver (Ubuntu)
   Status: Incomplete = New

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

Title:
  Screen is not being turned off after idle time

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

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


[Bug 1208213] Re: deluge-gtk crashed with SIGSEGV in std::_Rb_tree_rebalance_for_erase()

2014-07-20 Thread Cas
This potentially could be fixed in later version of libtorrent 0.16,
there is a PPA that contains up to date versions here:
https://launchpad.net/~surfernsk/+archive/ubuntu/internet-software

** Also affects: libtorrent-rasterbar (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  deluge-gtk crashed with SIGSEGV in std::_Rb_tree_rebalance_for_erase()

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

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


[Bug 1114855] Re: Mahjongg: starting a new game in pause state is also paused but disables resume button

2014-07-20 Thread Hans Joachim Desserud
** Also affects: gnome-mahjongg (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Mahjongg: starting a new game in pause state is also paused but
  disables resume button

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

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


[Bug 1232446] Re: deluge-gtk crashed with SIGSEGV in malloc_consolidate()

2014-07-20 Thread Cas
This potentially could be fixed in later version of libtorrent 0.16,
there is a PPA that contains up to date versions here:
https://launchpad.net/~surfernsk/+archive/ubuntu/internet-software

** Also affects: libtorrent-rasterbar (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: code.google.com/p/libtorrent/issues #544
   http://code.google.com/p/libtorrent/issues/detail?id=544

** Also affects: libtorrent-rasterbar via
   http://code.google.com/p/libtorrent/issues/detail?id=544
   Importance: Unknown
   Status: Unknown

** Information type changed from Private to Public

** No longer affects: libtorrent-rasterbar

** Changed in: deluge (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/1232446

Title:
  deluge-gtk crashed with SIGSEGV in malloc_consolidate()

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

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


[Bug 1074789] Re: deluge crashes with throwing an instance of 'std::bad_cast'

2014-07-20 Thread Cas
** Summary changed:

- deluge crashes constantly
+ deluge crashes with throwing an instance of 'std::bad_cast'

** Also affects: libtorrent-rasterbar (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: code.google.com/p/libtorrent/issues #649
   http://code.google.com/p/libtorrent/issues/detail?id=649

** Also affects: libtorrent-rasterbar via
   http://code.google.com/p/libtorrent/issues/detail?id=649
   Importance: Unknown
   Status: Unknown

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

** Changed in: libtorrent-rasterbar (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/1074789

Title:
  deluge crashes with throwing an instance of 'std::bad_cast'

To manage notifications about this bug go to:
https://bugs.launchpad.net/libtorrent-rasterbar/+bug/1074789/+subscriptions

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


[Bug 1114855] Re: Mahjongg: starting a new game in pause state is also paused but disables resume button

2014-07-20 Thread Hans Joachim Desserud
When following the steps to reproduce with gnome-mahjongg
1:3.10.2-0ubuntu1 on Ubuntu 14.04, the new game will now start unpaused.
This is now working as expected, and believe this bug has been fixed.

** Changed in: gnome-mahjongg (Ubuntu)
   Status: New = Fix Released

** Changed in: gnome-games (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Mahjongg: starting a new game in pause state is also paused but
  disables resume button

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

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


[Bug 1343982] Re: package cgmanager 0.26-0ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 5

2014-07-20 Thread Cliff Carson
Confused about how to boot with upstart.  The information I saw was that
to boot with systemd modify the linux boot command and add
init=/lib/systemd/systemd.  Have made this modification each boot and
can successfully boot and run the system.  I thought that not changing
the linux boot command you get upstart as a default.

I don't see any other activity against this bug so I'm assumming that no
one else is experiencing this problem.  Would it be best to rebuild this
system at the latest build level and see if the problem still exists?

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

Title:
  package cgmanager 0.26-0ubuntu5 failed to install/upgrade: subprocess
  new pre-removal script returned error exit status 5

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

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


[Bug 1343802] Re: Installation of cgmanager prevents booting with systemd

2014-07-20 Thread Martin Pitt
FTR, I have tested systemd 208 packages in
http://people.canonical.com/~pitti/tmp/systemd-208/ for amd64 and armhf.

Note that the newer systemd-shim code itself should not cause any
regression at all, as logind 204 does not call it. But starting
cgmanager might of course interfere with logind. My system has run fine
for several days though (current utopic, logind 204, with upstart), so I
can't reproduce this problem.

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

Title:
  Installation of cgmanager prevents booting with systemd

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

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


[Bug 1281457] Re: deluge hangs after adding some type of torrent files

2014-07-20 Thread Cas
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please answer these questions:

* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?
* Can you provide example torrents?
* What version of libtorrent-rasterbar is installed?

This will help us to find and resolve the problem.

** Changed in: deluge (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/1281457

Title:
  deluge hangs after adding some type of torrent files

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

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


[Bug 1345462] Re: Sync libndp 1.3-1 (universe) from Debian unstable (main)

2014-07-20 Thread Marius B. Kotsbak
Done as bug #134.

** Changed in: libndp (Ubuntu Trusty)
   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/1345462

Title:
  Sync libndp 1.3-1 (universe) from Debian unstable (main)

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

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


[Bug 1074789] Re: deluge crashes with throwing an instance of 'std::bad_cast'

2014-07-20 Thread Cas
It might be worth testing with latest versions of 0.16. There is a PPA
that contains up to date versions of 0.16 here:
https://launchpad.net/~surfernsk/+archive/ubuntu/internet-software

If you are using 12.04 then it is highly recommended to upgrade to 0.16
libtorrent but that is due to a different issue to this one.

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

Title:
  deluge crashes with throwing an instance of 'std::bad_cast'

To manage notifications about this bug go to:
https://bugs.launchpad.net/libtorrent-rasterbar/+bug/1074789/+subscriptions

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


[Bug 820795] Re: Deluge downloads unnecessary files

2014-07-20 Thread Cas
** Changed in: deluge (Ubuntu)
   Importance: Low = Wishlist

** Changed in: deluge
   Importance: Unknown = Wishlist

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

Title:
  Deluge downloads unnecessary files

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

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


[Bug 1187144] Re: package deluge for headless operation

2014-07-20 Thread Cas
** Changed in: deluge (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  package deluge for headless operation

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

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


  1   2   3   4   5   >