Re: [Bug 1412671] Re: [14.04] Boot stuck in Starting configuring network devices after upgrade

2015-02-10 Thread Serge Hallyn
If you prefer we can mark it Incomplete meaning we're waiting for more
info (i.e. other people running into it, or it re-occuring on the original
system) to be able to debug.

There were other known badnesses in the updates on January 20, which is
why I'm pretty sure this is in fact fix-released.  But I'll change it to
Incomplete.  Please let us know if something shows up again.

 status: incomplete


** Changed in: linux (Ubuntu)
   Status: Fix Released = Incomplete

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

Title:
  [14.04] Boot stuck in Starting configuring network devices after
  upgrade

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

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


[Bug 1400906] Re: rectangle intersects error

2015-02-10 Thread Brian Murray
** Changed in: python-sfml (Ubuntu)
   Importance: Undecided = High

** Changed in: python-sfml (Ubuntu)
   Status: Confirmed = Triaged

** Tags added: trusty utopic vivid

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

Title:
  rectangle intersects error

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

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


[Bug 1372512] Re: Changing the auto download setting is not detected

2015-02-10 Thread Pat McGowan
Yes it still happens, I updated the description to be more clear.

I would expect an available update to download immediately or soon after
autodownload was enabled.

** Description changed:

  Go into updates in system settings
+ See that an update is available
  enable auto download on wifi
- go back to the settings main page, and back to updates
  
+ Expected result:
+ Download begins immediately after enabling auto download
+ 
+ Actual result:
  At no time does the image automatically download
  After a reboot the download begins
+ Not sure if a newer update would also have downloaded right away

** Changed in: system-image (Ubuntu)
   Importance: Undecided = Medium

** Changed in: system-image (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/1372512

Title:
  Changing the auto download setting is not detected

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

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


[Bug 1420002] Re: Sync fail 403 on krillin 231

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~renatofilho/sync-monitor/fix-1420002

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

Title:
  Sync fail 403 on krillin 231

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

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


[Bug 1390853] Re: cryptkeeper crashes

2015-02-10 Thread Monsta
*** This bug is a duplicate of bug 1315964 ***
https://bugs.launchpad.net/bugs/1315964

** This bug has been marked a duplicate of bug 1315964
   segfault at opening sometimes reboot = ok

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

Title:
  cryptkeeper crashes

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

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


[Bug 1405939] Re: Cryptkeeper starting segfault in libgtk-x11-2.0.so

2015-02-10 Thread Monsta
*** This bug is a duplicate of bug 1315964 ***
https://bugs.launchpad.net/bugs/1315964

** This bug has been marked a duplicate of bug 1315964
   segfault at opening sometimes reboot = ok

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

Title:
  Cryptkeeper starting segfault in libgtk-x11-2.0.so

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

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


[Bug 1418221] Re: internal error: Cannot find suitable emulator for ppc64le

2015-02-10 Thread Prerna
The patch mentioned in comment #1 is hackish, and does not address the problem 
completely.
Libvirt seems to fail on ubuntu because it does not find an appropriate 
emulator for ppc64le in course of capabilities probe:

# virsh capabilities

...[snip]:
guest
os_typehvm/os_type
arch name='ppc64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-ppc64/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  
/guest.
guest
os_typehvm/os_type
arch name='ppcemb'
 ...
/guest

However, when I run upstream libvirt on another little endian distro such as 
Fedora 21, I explicitly see a listing for 'ppc64le' guest :
guest
os_typehvm/os_type
arch name='ppc64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-ppc64/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  machine maxCpus='1'virtex-ml507/machine
  machine maxCpus='32'ppce500/machine
 
/guest
 guest
os_typehvm/os_type
arch name='ppc64le'== See that an explicit emulator is listed under 
'emulator' tag
  wordsize64/wordsize
  emulator/usr/bin/qemu-kvm/emulator
  machine maxCpus='256'pseries/machine
  machine maxCpus='1'ref405ep/machine
  machine maxCpus='1'virtex-ml507/machine
  machine maxCpus='32'ppce500/machine
 ...
/guest
guest
os_typehvm/os_type
arch name='ppcemb'
 ...
/guest

I'm investigating why virsh capabilities omits a guest listing for
ppc64el arch on Ubuntu.

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

Title:
  internal error: Cannot find suitable emulator for ppc64le

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

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


[Bug 1324287] Re: core dump on start

2015-02-10 Thread Monsta
*** This bug is a duplicate of bug 1315964 ***
https://bugs.launchpad.net/bugs/1315964

** This bug has been marked a duplicate of bug 1315964
   segfault at opening sometimes reboot = ok

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

Title:
  core dump on start

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

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


[Bug 1315964] Re: cryptkeeper segfaults at start sometimes

2015-02-10 Thread Monsta
** Summary changed:

- segfault at opening sometimes reboot = ok
+ cryptkeeper segfaults at start sometimes

** Tags added: utopic

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

Title:
  cryptkeeper segfaults at start sometimes

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

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


[Bug 1177051] Re: Pinta is not in Open With menu of pictures

2015-02-10 Thread Brian Murray
Rolf - FYI ubuntu was typo'ed in the changelog in every debdiff.

** Changed in: pinta (Ubuntu)
 Assignee: (unassigned) = Brian Murray (brian-murray)

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

** Changed in: pinta (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: pinta (Ubuntu Trusty)
   Status: Confirmed = In Progress

** Changed in: pinta (Ubuntu Utopic)
   Status: Confirmed = In Progress

** Changed in: pinta (Ubuntu Trusty)
 Assignee: (unassigned) = Brian Murray (brian-murray)

** Changed in: pinta (Ubuntu Utopic)
 Assignee: (unassigned) = Brian Murray (brian-murray)

** Tags added: utopic

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

Title:
  Pinta is not in Open With menu of pictures

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

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


[Bug 1369356] Re: cryptkeeper: Segmentation fault

2015-02-10 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1315964 ***
https://bugs.launchpad.net/bugs/1315964

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cryptkeeper (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/1369356

Title:
  cryptkeeper: Segmentation fault

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

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


[Bug 1391877] Re: Please implement missing 'Other Vibrations' System setting

2015-02-10 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: New = Fix Released

** Changed in: canonical-devices-system-image
   Status: Fix Released = In Progress

** Changed in: canonical-devices-system-image
   Status: In Progress = Fix Released

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

Title:
  Please implement missing 'Other Vibrations' System setting

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

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


[Bug 1417031] Re: i18n.noop function for tagging strings for gettext extraction

2015-02-10 Thread Pat McGowan
pre-requisite to fix the other customer reported issue

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

** Changed in: canonical-devices-system-image
   Importance: Undecided = High

** Changed in: canonical-devices-system-image
   Status: New = In Progress

** Changed in: canonical-devices-system-image
Milestone: None = ww09-2015

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

Title:
  i18n.noop function for tagging strings for gettext extraction

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

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


[Bug 1420424] Re: ecryptfs-utils should use /dev/random when generating keys

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ecryptfs

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

Title:
  ecryptfs-utils should use /dev/random when generating keys

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

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


[Bug 1315964] Re: cryptkeeper segfaults at start sometimes

2015-02-10 Thread Monsta
** Bug watch added: Debian Bug tracker #729727
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729727

** Also affects: cryptkeeper (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729727
   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/1315964

Title:
  cryptkeeper segfaults at start sometimes

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

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


[Bug 1420430] [NEW] Disconnect menu item in network-manager taskbar tool is inactive when connected to network

2015-02-10 Thread Michael Kaarhus
Public bug reported:

When connected to a network (via ethernet), I am not able to disconnect
using the network menu in the top taskbar.  The Disconnect menu item
is not highlighted.  The Connection Name is highlighted, but I don't
need to click it because I'm already connected to it.  If I click the
Connection Name, it connects again, but still does not highlight the
Disconnect option.  So to disconnect, I have to go to System Settings
- Network, and click on the toggle.  That does work.  It's just the
taskbar connection manager that is malfunctioning.

I have tried restarting, and the problem persists.

This happened after I updated software this morning using Update
Manager.  I installed the updated Unity Greeter that puts network status
on the login screen and updates wifi and mobile.

I am running 12.04 LTS and Unity2d

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

Title:
  Disconnect menu item in network-manager taskbar tool is inactive
  when connected to network

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

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


[Bug 1385387] Re: Carrizo : Virtualized VMLOAD , VMSTORE, vGIF

2015-02-10 Thread Kim Naru
Deferred.

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

Title:
  Carrizo : Virtualized VMLOAD , VMSTORE, vGIF

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

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


[Bug 1068884] Re: ddclient unusable with FreeDNS due to missing libdigest-sha1-perl

2015-02-10 Thread Brian Murray
** 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/1068884

Title:
  ddclient unusable with FreeDNS due to missing libdigest-sha1-perl

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

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


[Bug 1385391] Re: Carrizo : IOMMU v2.6 feature support

2015-02-10 Thread Kim Naru
Deferred.

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

Title:
  Carrizo : IOMMU v2.6 feature support

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

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


[Bug 1385399] Re: Carrizo : AVIC(Advanced Virtual Interrupt Controller) supported requested

2015-02-10 Thread Kim Naru
Deferred.

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

Title:
  Carrizo : AVIC(Advanced Virtual Interrupt Controller) supported
  requested

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

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


[Bug 1420441] [NEW] FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken symlinks

2015-02-10 Thread Antti Laiti
Public bug reported:

FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken symlink.
Instead a segmentation fault it should preferably give a descriptive
error message and exit in error.

[laiti@parms ~]$ ls -la ~/FS-UAE/Kickstarts
lrwxrwxrwx 1 laiti guru 3 Feb 10 20:55 /home/laiti/FS-UAE/Kickstarts - foo
[laiti@parms ~]$ ls -la ~/FS-UAE/foo
ls: cannot access /home/laiti/FS-UAE/foo: No such file or directory

[laiti@parms ~]$ fs-uae

FS-UAE VERSION 2.2.3
Copyright 1995-2002 Bernd Schmidt, 1999-2012 Toni Wilen,
2003-2007 Richard Drummond, 2006-2011 Mustafa 'GnoStiC' Tufan,
2011-2013 Frode Solheim, and contributors.

This is free software; see the file COPYING for copying conditions. There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the README for more copyright info, and the source code for
a full list of contributors

logging to /home/laiti/.local/share/fs-uae/fs-uae.log
libamiga (based on emulation core from WinUAE 2.5.1) initialized
logging to /home/laiti/FS-UAE/Logs/FS-UAE.log.txt
xrandr: Failed to get size of gamma for output default
xrandr: Failed to get size of gamma for output default
libGL error: failed to load driver: swrast
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been 
called
[xcb] Aborting, sorry about that.
fs-uae: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion 
`!xcb_xlib_unknown_req_in_deq' failed.
Aborted (core dumped)

** Affects: fs-uae (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/1420441

Title:
  FS-UAE segfaults on startup if ~/FS-UAE/Kickstarts is a broken
  symlinks

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

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


[Bug 1262641] Re: virsh save and virsh managedsave failed with cpu mode = host-passthrough

2015-02-10 Thread Thomas Vachon
@serge,


Yes, I am on Trusty and the Cloud Archive version (openstack juno for us).  
I'll deploy it to one server and see how it looks

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

Title:
  virsh save and virsh managedsave failed with cpu mode = host-
  passthrough

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

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


[Bug 1417608] Re: [MIR] ppc64-diag needed in minimal for hotplug capabilities

2015-02-10 Thread Seth Arnold
Adam has said he'll work with IBM on a timeline for fixing the above
issues; security team ACK on promoting ppc64-diag to main on the
condition that an SRU is prepared with the fixes when they are
available.

Thanks

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

Title:
  [MIR] ppc64-diag needed in minimal for hotplug capabilities

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

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


[Bug 1420029] Re: NMI watchdog: BUG: soft lockup - CPU#1 stuck for 24s! [kworker/u4:4:160]

2015-02-10 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

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

Title:
  NMI watchdog: BUG: soft lockup - CPU#1 stuck for 24s!
  [kworker/u4:4:160]

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

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


[Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread Stéphane Graber
Uploaded the fix to all series (after testing the fix on vivid).

Note that the problem is mostly visible on series which don't have
procps-instance.conf as those that do will not fail on upgrade (but
sysctl itself still fails).

To test the fix, it's best to run:
cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e -p -  echo pass

** Changed in: procps (Ubuntu Precise)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: procps (Ubuntu Utopic)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: procps (Ubuntu Vivid)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: procps (Ubuntu Trusty)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

** Changed in: procps (Ubuntu Precise)
   Importance: Undecided = High

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

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

** Changed in: procps (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: procps (Ubuntu Utopic)
   Importance: Undecided = High

** Changed in: procps (Ubuntu Vivid)
   Importance: Undecided = High

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

** Changed in: procps (Ubuntu Vivid)
   Status: Confirmed = Fix Committed

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

Title:
  Can't upgrade procps in LXC 1.1

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

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

[Bug 1419836] Re: LibreOffice 4.4 (PPA): Extension can't be installed: Message: com.sun.star.uno.RuntimeException) unknown error!

2015-02-10 Thread Björn Michaelsen
Confirming the same problems with mendeley 1.12.3 from comment 3.

@karcher-b: The rules are simple: Unless you have triaged a bug down to
really _know_ that it is same root issue, it isnt. This clearly hasnt
happened here and guesswork simply based on identical, but very, very
generic error messages dont help.

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

Title:
  LibreOffice 4.4 (PPA): Extension can't be installed: Message:
  com.sun.star.uno.RuntimeException)  unknown error!

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

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


[Bug 1420345] [NEW] adb shell error: device not found

2015-02-10 Thread dinamic
Public bug reported:

can't connect to ubuntu emulator ( devel-proposed channel )

adb shell
error: device not found

Ubuntu version 20150206
Device version 20150129
Image version 93

** Affects: goget-ubuntu-touch (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  can't connect to ubuntu emulator ( devel-proposed channel )
  
- adb shell  
+ adb shell
  error: device not found
+ 
+ Ubuntu version 20150206
+ Device version 20150129
+ Image version 93

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

Title:
  adb shell  error: device not found

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

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


[Bug 1419151] Re: OpenPower needs backport of PowerNV OPAL i2c driver

2015-02-10 Thread Chris J Arges
** Changed in: linux (Ubuntu Trusty)
 Assignee: Chris J Arges (arges) = (unassigned)

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

Title:
  OpenPower needs backport of PowerNV OPAL i2c driver

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

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


[Bug 1420345] Re: adb shell error: device not found

2015-02-10 Thread dinamic
i am not sure if this is the right place to post this bug :/ 
welp?

** Description changed:

  can't connect to ubuntu emulator ( devel-proposed channel )
  
  adb shell
  error: device not found
  
  Ubuntu version 20150206
  Device version 20150129
  Image version 93
+ 
+ Log
+ File /usr/bin/phablet-config, line 420, in main() File 
/usr/bin/phablet-config, line 417, in main args.func(adb, args) File 
/usr/bin/phablet-config, line 260, in _handle_welcome_wizard enabled = 
adb.shell('ls %s' % ran_file).strip() != ran_file File 
/usr/lib/python2.7/dist-packages/phabletutils/device.py, line 144, in shell 
output = check_output(self._cmd % cmd) File 
/usr/lib/python2.7/dist-packages/phabletutils/device.py, line 30, in 
check_output return subprocess.check_output(args, shell=True) File 
/usr/lib/python2.7/subprocess.py, line 573, in check_output raise 
CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: 
Command 'adb -s emulator-5554 shell ls 
/home/phablet/.config/ubuntu-system-settings/wizard-has-run' returned non-zero 
exit status 255 
+ emulator-5554

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

Title:
  adb shell  error: device not found

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

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


[Bug 1414995] Re: wine will not open Microsoft .msi installer files

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

** Changed in: wine1.6 (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/1414995

Title:
  wine will not open Microsoft .msi installer files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1414995/+subscriptions

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


[Bug 1417048] Re: Tapping input source button opens menu instead of cycling layouts

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1417048

Title:
  Tapping input source button opens menu instead of cycling layouts

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

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


[Bug 1420479] [NEW] grubnetx64 image doesn't fetch config

2015-02-10 Thread dann frazier
Public bug reported:

I'm attempting to network boot an EFI VM using the grubnetx64.efi.signed
image provided in grub-efi-amd64-signed. The iPXE rom gets an address
and successfully tftp's and starts GRUB, but it just drops me to a grub
shell. The only tftp request I see in my tftp server log is for the grub
image itself. fyi, I also see the same symptoms using a mac/x86 booted
in EFI mode (also uses iPXE).

I've tried packages from both trusty and vivid. I'm using my tomato-
based router as a dhcp server with the following added dnsmasq config:

dhcp-boot=grubnetx64.efi.signed,,192.168.1.30

** Affects: grub2-signed (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/1420479

Title:
  grubnetx64 image doesn't fetch config

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

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


[Bug 1384800] Re: words with apostrophes are not suggested by prediction

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1384800

Title:
  words with apostrophes are not suggested by prediction

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

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


[Bug 1414763] Re: Should offer em dash

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1414763

Title:
  Should offer em dash

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

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


[Bug 1416037] Re: [osk] Language button should always be visible

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1416037

Title:
  [osk] Language button should always be visible

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

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


[Bug 1416036] Re: Emoji layout should be enabled by default

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1416036

Title:
  Emoji layout should be enabled by default

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

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


[Bug 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-02-10 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/desktop-download

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

Title:
  Webapps Gmail Print or Download attachment don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+subscriptions

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


[Bug 1322784]

2015-02-10 Thread Ryanvm
CCing the Hunspell maintainers to make sure this patch gets upstreamed
as well.

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

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

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


[Bug 1420494] Re: CI-V Cable driver

2015-02-10 Thread Rick-Ashley
2/10/14  Thank you! Bug #1420494 created.

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

Title:
  CI-V Cable driver

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

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


[Bug 1420493] Re: There should be a setting for display blanking time

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

** Changed in: ubuntu-system-settings (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/1420493

Title:
  There should be a setting for  display blanking time

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

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


[Bug 1420496] [NEW] package fglrx (not installed) failed to install/upgrade: intentando sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el paquete fglrx-dev 2:14.501-0ubuntu1

2015-02-10 Thread jorge_mantilla
Public bug reported:

Fail Install a Omega driver with .deb
jorchu@jorchu-HP:~/Descargas$ sudo apt-get install -f
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Corrigiendo dependencias... Listo
Los paquetes indicados a continuación se instalaron de forma automática y ya no 
son necesarios.
  linux-headers-generic linux-image-generic
Use 'apt-get autoremove' to remove them.
Se instalarán los siguientes paquetes extras:
  fglrx
Se instalarán los siguientes paquetes NUEVOS:
  fglrx
0 actualizados, 1 se instalarán, 0 para eliminar y 0 no actualizados.
2 no instalados del todo o eliminados.
Se necesita descargar 0 B/59,2 MB de archivos.
Se utilizarán 260 MB de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] s
(Leyendo la base de datos ... 313448 ficheros o directorios instalados 
actualmente.)
Preparing to unpack .../fglrx_2%3a13.350.1-0ubuntu2_amd64.deb ...
Unpacking fglrx (2:13.350.1-0ubuntu2) ...
dpkg: error al procesar el archivo 
/var/cache/apt/archives/fglrx_2%3a13.350.1-0ubuntu2_amd64.deb (--unpack):
 intentando sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el 
paquete fglrx-dev 2:14.501-0ubuntu1
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Se encontraron errores al procesar:
 /var/cache/apt/archives/fglrx_2%3a13.350.1-0ubuntu2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx (not installed)
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.6
AptOrdering:
 fglrx: Install
 fglrx: Configure
 fglrx-amdcccle: Configure
 fglrx-dev: Configure
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Tue Feb 10 16:04:16 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 i915-3.16-3.13, 1, 3.13.0-32-generic, x86_64: installed
 i915-3.16-3.13, 1, 3.13.0-40-generic, x86_64: installed
 i915-3.16-3.13, 1, 3.13.0-41-generic, x86_64: installed
 i915-3.16-3.13, 1, 3.13.0-45-generic, x86_64: installed
 vboxhost, 4.3.20, 3.13.0-45-generic, x86_64: installed
DpkgTerminalLog:
 Preparing to unpack .../fglrx_2%3a13.350.1-0ubuntu2_amd64.deb ...
 Unpacking fglrx (2:13.350.1-0ubuntu2) ...
 dpkg: error al procesar el archivo 
/var/cache/apt/archives/fglrx_2%3a13.350.1-0ubuntu2_amd64.deb (--unpack):
  intentando sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el 
paquete fglrx-dev 2:14.501-0ubuntu1
DuplicateSignature: package:fglrx:(not installed):intentando sobreescribir 
`/usr/lib/fglrx/libGL.so', que está también en el paquete fglrx-dev 
2:14.501-0ubuntu1
ErrorMessage: intentando sobreescribir `/usr/lib/fglrx/libGL.so', que está 
también en el paquete fglrx-dev 2:14.501-0ubuntu1
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1659]
 Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] 
[1002:6760] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Radeon HD 6490M [103c:1659]
InstallationDate: Installed on 2014-11-02 (99 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: Hewlett-Packard HP Casablanca H510
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-45-generic 
root=UUID=6e4e9787-c9f2-4f33-b560-5b0bdc09e72d ro quiet splash 
acpi_backlight=vendor vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx (not installed) failed to install/upgrade: intentando 
sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el paquete 
fglrx-dev 2:14.501-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/05/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.1B
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1659
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 10.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.1B:bd10/05/2011:svnHewlett-Packard:pnHPCasablancaH510:pvr059C1020210011034:rvnHewlett-Packard:rn1659:rvr10.31:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Casablanca H510
dmi.product.version: 059C1020210011034

[Bug 1420494] [NEW] CI-V Cable driver

2015-02-10 Thread Rick-Ashley
Public bug reported:

That says it all: Please build a driver for the CI-V Cable. The icom app
SUCKS!!

Please make a JT65 App also.

Thanks in advance
Rick, kw7b

** Affects: fldigi (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/1420494

Title:
  CI-V Cable driver

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

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


[Bug 1386503] Re: openstack snapshot, migration, suspend broken by invtsc

2015-02-10 Thread Serge Hallyn
** Description changed:

+ ===
+ SRU Justification:
+ 1. Impact: migration fails
+ 2. Test case: Have cpu mode='host-model' in xml and try to do virsh 
managedsave.
+ 3. Regression potential: this same patch was applied to the same libvirt 
version some time ago in vivid.  No regressions are therefore expected.
+ ===
+ 
  I believe this commit
  
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=de0aeafe9ce3eb414c8b5d3aa8995d776a2952de
  fixes the issue.
  
  In OpenStack nova, one gets this error:
  libvirtError: internal error: unable to execute QEMU command 'migrate': State 
blocked by non-migratable device 'cpu'
  
  when executing 'nova image-create', or 'nova suspend' operations.
  
  This in turn is caused by the 'invtsc' being used for 'host-model',
  preventing a migration.
  
  $ lsb_release -rd
  Description:Ubuntu 14.10
  Release:14.10
  
  $ apt-cache policy libvirt-bin
  libvirt-bin:
Installed: 1.2.8-0ubuntu11
Candidate: 1.2.8-0ubuntu11
Version table:
   *** 1.2.8-0ubuntu11 0
  500 http://ca.archive.ubuntu.com/ubuntu/ utopic/main amd64 Packages
  100 /var/lib/dpkg/status

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

Title:
  openstack snapshot, migration, suspend broken by invtsc

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

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


[Bug 1420502] [NEW] ssh-copy-id doesn't copy the latest id file even though the documentation says it should

2015-02-10 Thread Eero
Public bug reported:

The man page says:

 The default_ID_file is the most recent file that matches: ~/.ssh/id*.pub,
 (excluding those that match ~/.ssh/*-cert.pub) so if you create a key
 that is not the one you want ssh-copy-id to use, just use touch(1) on
 your preferred key's .pub file to reinstate it as the most recent.

But when I run ssh-copy-id USER@HOST the script tries to copy my RSA
key even though the documentation suggests that the newer id_ed25519.pub
would be copied.


~$ ls -t1 .ssh/id*.pub
.ssh/id_ed25519.pub
.ssh/id_rsa.pub

~$ ssh-copy-id -n USER@HOST
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
=-=-=-=-=-=-=-=
Would have added the following key(s):

ssh-rsa REDACTED
=-=-=-=-=-=-=-=

Specifying the correct key works.

~$ ssh-copy-id -n -i .ssh/id_ed25519 USER@HOST
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
=-=-=-=-=-=-=-=
Would have added the following key(s):

ssh-ed25519 REDACTED
=-=-=-=-=-=-=-=

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openssh-client 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb 10 22:13:41 2015
InstallationDate: Installed on 2014-05-16 (270 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:6.6p1-2ubuntu2
SSHClientVersion: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.ssh.moduli: [modified]
modified.conffile..etc.ssh.ssh.config: [modified]
mtime.conffile..etc.ssh.moduli: 2015-01-07T03:30:12.433235
mtime.conffile..etc.ssh.ssh.config: 2015-01-12T19:17:20.650115

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


** Tags: amd64 apport-bug trusty

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

Title:
  ssh-copy-id doesn't copy the latest id file even though the
  documentation says it should

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1420502/+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 1409798] Re: enable hmac-sha2-256, hmac-sha2-512 MAC algorithms

2015-02-10 Thread Brian Murray
I've uploaded this to the Trusty and Utopic SRU queues.

** Changed in: dropbear (Ubuntu Trusty)
   Status: Triaged = In Progress

** Changed in: dropbear (Ubuntu Utopic)
   Status: Triaged = In Progress

** Changed in: dropbear (Ubuntu Trusty)
 Assignee: (unassigned) = Brian Murray (brian-murray)

** Changed in: dropbear (Ubuntu Utopic)
 Assignee: (unassigned) = Brian Murray (brian-murray)

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

Title:
  enable hmac-sha2-256, hmac-sha2-512 MAC algorithms

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

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


[Bug 999472] Re: Can't set keyboard shortcuts

2015-02-10 Thread Marcello Romani
Thank you R.M. Hildigerr V. (moonsdad)

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

Title:
  Can't set keyboard shortcuts

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

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


[Bug 1416157] Re: emoji menu should toggle in both directions

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1416157

Title:
  emoji menu should toggle in both directions

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

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


[Bug 1416020] Re: Common contractions should be added to overrides (Im - I'm, Ive - I've, etc.)

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150209-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150209-0ubuntu1) vivid; 
urgency=medium

  [ Michael Sheldon ]
  * Add contractions as overrides (I've, you've, I'm, etc.). (LP:
#1416020)
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
  * Always display the language button, even when only one language is
enabled (so settings is easily accessible) and modify language
button behaviour to toggle between most recently used layouts when
tapped and to only show the menu when long pressed. (LP: #1417048,
#1416037, #1416157)

  [ CI Train Bot ]
  * Resync trunk

  [ Michael Terry ]
  * Add em dash, en dash, and the bullet as extended hyphen options.
(LP: #1414763)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Bill Filler ]
  * enable emoji by default (LP: #1416036)

  [ Penk Chen ]
  * Add mechanism for pure QML layouts to provide suggestion candidates.

  [ Mike Sheldon ]
  * Recreate prediction databases with apostrophe support and remove
Gutenberg license text from sample data. (LP: #1384800)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 09 Feb 2015 
21:15:02 +

** Changed in: ubuntu-keyboard (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/1416020

Title:
  Common contractions should be added to overrides (Im - I'm, Ive
  - I've, etc.)

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

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


[Bug 1420481] [NEW] package xymon-client 4.3.7-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-10 Thread Nibbs
Public bug reported:

This flashes up every time the system starts, then every 5mins or so

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: xymon-client 4.3.7-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Tue Feb 10 14:41:06 2015
DuplicateSignature: package:xymon-client:4.3.7-1ubuntu2:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-02-19 (1086 days ago)
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: xymon
Title: package xymon-client 4.3.7-1ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-08-18 (176 days ago)

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


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

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

Title:
  package xymon-client 4.3.7-1ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1262641] Re: virsh save and virsh managedsave failed with cpu mode = host-passthrough

2015-02-10 Thread Serge Hallyn
** Description changed:

+ 
+ SRU Justification:
+ 1. Impact: virsh save fails when cpu mode is passthrough
+ 2. Test case: create a VM with cpu mode='host-passthrough'  (see below for 
an example).   Run
+ virsh managed save vm domain --bypass-cache --verbose
+ 3. Regression potential: The patch is minimal and should not affect any VMs 
which are not cpud mode=passthrough
+ 
+ 
+ 
  Environment:
  libvirt_cpu = host-passthrough
  libvirt0, libvirt-bin 1.1.1-0ubuntu8~cloud2
  qemu-kvm, qemu-utils, qemu-common 1.0+noroms-0ubuntu14.12
  kvm 1:84+dfsg-0ubuntu16+1.0+noroms+0ubuntu14.12
  apparmor 2.7.102-0ubuntu3.9
  Kernel 3.5.0-44-generic
  lsb-release Ubuntu 12.04.3 LTS
  
  Problem:
  
  I have a VM created with cpu mode = host-passthrough.
  
  When I do 
  virsh managed save vm domain --bypass-cache --verbose,
  the vm was left in shutoff, instead of runing and not able to start up even I 
do virsh start vm domain
  
  #virsh start instance-b600
  error: Failed to start domain instance-b600
  error: internal error: cannot load AppArmor profile 
'libvirt-ba53a370-259f-4f47-b3e5-c76eddf4ec86'
  
  in libvirtd.log
  2013-12-19 12:08:49.169+: 27906: error : virCommandWait:2348 : internal 
error: Child process (/usr/lib/libvirt/virt-aa-helper -p 0 -r -u 
libvirt-ba53a370-259f-4f47-b3e5-c76eddf4ec86) unexpected exit status 1: 
virt-aa-helper: error: could not parse XML
  virt-aa-helper: error: could not get VM definition
  
  2013-12-19 12:08:49.169+: 27906: error : AppArmorGenSecurityLabel:451 : 
internal error: cannot load AppArmor profile 
'libvirt-ba53a370-259f-4f47-b3e5-c76eddf4ec86'
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm resrc=disk reason=start vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 old-disk=? 
new-disk=/var/lib/nova/instances/ba53a370-259f-4f47-b3e5-c76eddf4ec86/disk: 
Operation not permitted
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm resrc=disk reason=start vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 old-disk=? 
new-disk=/var/lib/nova/instances/ba53a370-259f-4f47-b3e5-c76eddf4ec86/disk.local:
 Operation not permitted
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm resrc=net reason=start vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 old-net=? new-net=fa:16:3e:0d:17:12: 
Operation not permitted
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm resrc=mem reason=start vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 old-mem=0 new-mem=16777216: Operation 
not permitted
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm resrc=vcpu reason=start vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 old-vcpu=0 new-vcpu=4: Operation not 
permitted
  2013-12-19 12:08:49.170+: 27906: warning : virAuditSend:135 : Failed to 
send audit message virt=kvm op=start reason=restored vm=instance-b600 
uuid=ba53a370-259f-4f47-b3e5-c76eddf4ec86 vm-pid=-1: Operation not permitted
  2013-12-19 12:08:49.170+: 27906: warning : 
qemuDomainSaveImageStartVM:5452 : failed to restore save state label on 
/var/lib/libvirt/qemu/save/instance-b600.save
  
  
  If I restart libvirt-bin at this point, the error complains about  Non-
  empty feature list specified without CPU
  
  2013-12-19 12:05:58.786+: 27913: info : libvirt version: 1.1.1
  2013-12-19 12:05:58.786+: 27913: error : virCPUDefParseXML:367 : XML 
error: Non-empty feature list specified without CPU model
  2013-12-19 12:05:58.787+: 27913: error : virCPUDefParseXML:367 : XML 
error: Non-empty feature list specified without CPU model
  2013-12-19 12:05:58.788+: 27913: error : virCPUDefParseXML:367 : XML 
error: Non-empty feature list specified without CPU model
  2013-12-19 12:05:58.789+: 27913: error : virCPUDefParseXML:367 : XML 
error: Non-empty feature list specified without CPU model
  2013-12-19 12:05:58.790+: 27913: error : virCPUDefParseXML:367 : XML 
error: Non-empty feature list specified without CPU model
  
  
  When I check xml of save file, the CPU model information are missing.
  
  #virsh save-image-dumpxml instance-b600
  
   cpu mode='host-passthrough'
  feature policy='require' name='perfctr_nb'/
  feature policy='require' name='perfctr_core'/
  feature policy='require' name='topoext'/
  feature policy='require' name='nodeid_msr'/
  feature policy='require' name='lwp'/
  feature policy='require' name='wdt'/
  feature policy='require' name='skinit'/
  feature policy='require' name='ibs'/
  feature policy='require' name='osvw'/
  

Re: [Bug 401565] Re: No Internet connectivity on NAT client when PPTP VPN connection is active

2015-02-10 Thread Daniel Burton
I no longer have the Ubuntu machine.

On Tue, Feb 10, 2015 at 1:09 AM, LocutusOfBorg 
costamagnagianfra...@yahoo.it wrote:

 Can you please try again with the latest guidedog from vivid?

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

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

 Title:
   No Internet connectivity on NAT client when PPTP VPN connection is
   active

 Status in guidedog package in Ubuntu:
   Incomplete

 Bug description:
   Binary package hint: guidedog

   I am using Guidedog for Internet connection sharing on my Ubuntu 9.04
   desktop system, and I am losing all Internet connectivity on my
   Windows XP client virtual machine as long as a PPTP VPN connection is
   active on Ubuntu machine.  The Windows XP virtual machine is running
   under VirtualBox 3.0.2.  It is connected to the host machine using
   host-only networking.

   I also have a Guarddog firewall configured.  I provide the virtual
   machine with DNS, using dnsmasq.  Everything works flawlessly up until
   the point when I establish my VPN connection.  After that I cannot
   ping Internet hosts or establish TCP connections to them from the
   Windows XP virtual machine.  DNS still works, because it is running on
   the host system, and connections between the host system and virtual
   machine are unaffected.

   I have tested this with my Guarddog firewall disabled as well.  The
   behavior is exactly the same - I have Internet connectivity up until
   the point when I establish the VPN connection, and then I lose it.
   After I disconnect the VPN, I regain Internet connectivity on the
   client system.

   Guidedog does seem to be reconfiguring the iptables rules when the VPN
   connection is established or disabled.  After the connection is
   established a rule for the interface ppp0, which was not previously
   present appears.  When the connection is disabled, this rule
   disappears again.

   ProblemType: Bug
   Architecture: i386
   DistroRelease: Ubuntu 9.04
   Package: guidedog 1.0.0-5ubuntu1
   ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: guidedog
   Uname: Linux 2.6.28-13-generic i686

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/guidedog/+bug/401565/+subscriptions


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

Title:
  No Internet connectivity on NAT client when PPTP VPN connection is
  active

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

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


[Bug 546573] Re: nm-applet does not terminate at computer shutdown

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

** Changed in: network-manager-applet (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/546573

Title:
  nm-applet does not terminate at computer shutdown

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

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


[Bug 1420489] [NEW] package libfakeroot:amd64 1.20-3ubuntu2 failed to install/upgrade: package libfakeroot:amd64 is already installed and configured

2015-02-10 Thread Simon
Public bug reported:

prompted to submit

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libfakeroot:amd64 1.20-3ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.6
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
CrashReports:
 640:0:116:1876210:2015-02-10 21:08:37.115475177 +:2015-02-10 
21:08:44.591507182 +:/var/crash/fakeroot.0.crash
 600:0:116:259310:2015-02-10 21:07:46.103222131 +:2015-02-10 
21:07:47.103222131 +:/var/crash/bcmwl-kernel-source.0.crash
 600:0:116:259613:2015-02-10 21:07:46.227222681 +:2015-02-10 
21:07:47.227222681 +:/var/crash/libfakeroot:amd64.0.crash
 600:109:116:0:2015-02-10 21:08:45.255510474 +:2015-02-10 
21:08:45.255510474 +:/var/crash/fakeroot.0.uploaded
 644:0:116:0:2015-02-10 21:08:43.571502131 +:2015-02-10 21:08:43.571502131 
+:/var/crash/fakeroot.0.upload
Date: Tue Feb 10 21:07:47 2015
Dependencies:
 gcc-4.9-base 4.9.1-0ubuntu1
 libc6 2.19-0ubuntu6.5
 libgcc1 1:4.9.1-0ubuntu1
 multiarch-support 2.19-0ubuntu6.5
DuplicateSignature: package:libfakeroot:amd64:1.20-3ubuntu2:package 
libfakeroot:amd64 is already installed and configured
ErrorMessage: package libfakeroot:amd64 is already installed and configured
InstallationDate: Installed on 2015-02-10 (0 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: fakeroot
Title: package libfakeroot:amd64 1.20-3ubuntu2 failed to install/upgrade: 
package libfakeroot:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed 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/1420489

Title:
  package libfakeroot:amd64 1.20-3ubuntu2 failed to install/upgrade:
  package libfakeroot:amd64 is already installed and configured

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

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


[Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread Stéphane Graber
root@precise-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl 
-e -p - || echo fail
error: Read-only file system setting key kernel.printk
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
error: Read-only file system setting key kernel.kptr_restrict
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
error: Read-only file system setting key kernel.yama.ptrace_scope
error: Read-only file system setting key vm.mmap_min_addr
fail

root@precise-procps:/root# ls
procps_3.2.8-11ubuntu6.4_amd64.deb
root@precise-procps:/root# dpkg -i procps_3.2.8-11ubuntu6.4_amd64.deb 
(Reading database ... 13317 files and directories currently installed.)
Preparing to replace procps 1:3.2.8-11ubuntu6.3 (using 
procps_3.2.8-11ubuntu6.4_amd64.deb) ...
Unpacking replacement procps ...
Setting up procps (1:3.2.8-11ubuntu6.4) ...
procps stop/waiting
Processing triggers for ureadahead ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

root@precise-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl 
-e -p - || echo fail
error: Read-only file system setting key kernel.printk
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
error: Read-only file system setting key kernel.kptr_restrict
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
error: Read-only file system setting key kernel.yama.ptrace_scope
error: Read-only file system setting key vm.mmap_min_addr
root@precise-procps:/root# 

** Tags removed: verification-needed
** Tags added: verification-done-precise

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1414153] Re: qemu should not enable KSM on nested guests

2015-02-10 Thread Chris J Arges
** Patch added: lp1414153-vivid-v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1414153/+attachment/4316716/+files/lp1414153-vivid-v2.debdiff

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

Title:
  qemu should not enable KSM on nested guests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1414153/+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 1414153] Re: qemu should not enable KSM on nested guests

2015-02-10 Thread Chris J Arges
** Patch added: lp1414153-vivid-v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1414153/+attachment/4316716/+files/lp1414153-vivid-v2.debdiff

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

Title:
  qemu should not enable KSM on nested guests

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

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


[Bug 1162313] Re: [Acer Aspire V5-571] Touch pad Doesn't recognise buttons as separate from touch surface

2015-02-10 Thread W B
The issue still occures with bios version V2.28 (04/16/2014) and kernel 
version:  3.16.0-23-generic. 
BTW I have aspire v5-473P but I think it doesn't make a difference.

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

Title:
  [Acer Aspire V5-571] Touch pad Doesn't recognise buttons as separate
  from touch surface

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

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


[Bug 1420499] [NEW] [REGRESSION] navigating to submenus has become painfully difficult. Clicking doesn't help; requires extreme precision

2015-02-10 Thread teo1978
Public bug reported:

Steps to reproduce:

case A:
I want to access an item of a submenu of a menu of an application. That is, 
menu Foo-bar-something

Case B:
by right-clicking on something, I want to access an item of a submenu of the 
context menu, for example in Nautilus: right-click on a file - open with - 
someApplication

So, I unfold the first level menu (of an application) or the context
menu (by right-clicking), I move the mouse cursor onto the menu item so
that the final submenu unfolds, and I CLICK on the submenu parent item
(e.g. I click on open with from the context menu).

EXPECTED (and how it used to work):
By clicking on the item that unfolds the submenu (e.g. open with), as opposed 
to simply hovering over it, the submenu should remain open, even if you 
accidentally move the cursor out of the submenu's parent item before you reach 
the area in the desired submenu.

OBSERVED (since recently):
Clicking as you navigate through the hierarchy doesn't change the behavior. 
Whether you click or not, in order to reach the final submenu and the desired 
item within it, you have to carefully move the cursor in an almost perfectly 
horizontal direction to the right, without going the slightest bit out the area 
of the submenu's parent item. Otherwise, the submenu will disappear before you 
reach it.

For example, if the final item in the submenu you want to reach is the
third, it is very likely that, after hovering (and clicking) on the menu
item that opens the final submenu, you will move in diagonal downwards-
rightwards, and in this trajectory you'll exit the area of the menu item
that unfolded the submenu, making the submenu disappear before you reach
it.

Usually, this happened only if you only moved the mouse through the menu
items and submenus without clicking. But when you clicked on an item
that would unfold a submenu, that submenu would remain more sticky,
allowing for more freedom of movement, and remaining open even if moving
out of it (until you clicked somewhere else, and perhaps also when you
moved far enough from it).

So, if you were super-precise and/or slow enough in your movements, you could 
reach the desired item in the sub-sub-menu by simply moving the mouse without 
clicking, but if you wanted to reach it quickly and carelessly, you could just 
click on each item of the hierarchy you were traversing.
Which is what I used to do, because I like to navigate through menus quicky and 
without having to train myself to move my hand with surgical precision.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.3+14.04.20140826-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-44.73-generic 3.13.11-ckt12
Uname: Linux 3.13.0-44-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Tue Feb 10 21:32:41 2015
InstallationDate: Installed on 2013-10-11 (487 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-24 (262 days ago)

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


** Tags: amd64 apport-bug trusty

** Description changed:

  Steps to reproduce:
  
  case A:
  I want to access an item of a submenu of a menu of an application. That is, 
menu Foo-bar-something
  
  Case B:
  by right-clicking on something, I want to access an item of a submenu of the 
context menu, for example in Nautilus: right-click on a file - open with - 
someApplication
  
  So, I unfold the first level menu (of an application) or the context
  menu (by right-clicking), I move the mouse cursor onto the menu item so
- that the final submenu unfolds, and I CLICK on the submenu title (e.g. I
- click on open with from the context menu).
+ that the final submenu unfolds, and I CLICK on the submenu parent item
+ (e.g. I click on open with from the context menu).
  
  EXPECTED (and how it used to work):
- By clicking on the item that unfolds the submenu (e.g. open with), as 
opposed to simply hovering over it, the submenu should remain open, even if you 
accidentally move the cursor a little bit out of the menu item before you reach 
the area in the desired submenu. 
+ By clicking on the item that unfolds the submenu (e.g. open with), as 
opposed to simply hovering over it, the submenu should remain open, even if you 
accidentally move the cursor a little bit out of the menu item before you reach 
the area in the desired submenu.
  
  OBSERVED (since some time ago):
  Clicking on the menu item that has a submenu associated doesn't change its 
behavior the slightest bit. Whether or not you click on it, in order to reach 
the submenu, you have to carefully move the cursor in an almost perfectly 
horizontal direction to the right, without going out the area of the item that 
has the submenu. Otherwise, the submenu will disappear.
  
  For example, if the final 

[Bug 1420479] Re: grubnetx64 image doesn't fetch config

2015-02-10 Thread dann frazier
** Attachment added: vivid log
   
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1420479/+attachment/4316642/+files/1.44%2B2.02%7Ebeta2-21.log

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

Title:
  grubnetx64 image doesn't fetch config

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

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


[Bug 1420479] Re: grubnetx64 image doesn't fetch config

2015-02-10 Thread dann frazier
** Attachment added: trusty log
   
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1420479/+attachment/4316641/+files/1.34%2B2.02%7Ebeta2-9.log

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

Title:
  grubnetx64 image doesn't fetch config

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

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


[Bug 1403841] Re: libvirt snapshot does not save source in xml

2015-02-10 Thread Serge Hallyn
** Description changed:

+ ===
+ SRU Justification:
+ 1. Impact: a host reboot loses domain information after a external snapshot
+ 2. Test case: see comment #2
+ 3. Regression potential: this patch is a direct cherrypick from upstream with 
no churn.  It should have no side effects.
+ ===
+ 
  Ubuntu 14.04.1 tls trusty
  
  Using library: libvirt 1.2.2
  Using API: QEMU 1.2.2
  Running hypervisor: QEMU 2.0.0
  
  When you create a snapshot through virsh snapshot-create-as when a virtual 
machine is on,
  then the source tag in the xml is changed.
  
  But when you reboot the HOST, then the changes in the source tag are
  discared (the old/previous source path is used again).
  
  I'v reproduced this bug on a clean Ubuntu 14.04 Trusty with fully updated 
packages.
  Could not reproduce this on a 12.04 tls, so only 14.04 is affected (with 
libvirt version 1.2.2)
  
  Reproduce:
  
  - Create VM  = vm.qcow2
  - Start VM
  - Create snashot (through snasphot-create-as) = snapshot.qcow2
  - reboot the host
  - now the old source path is used again  = vm.qcow2

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

Title:
  libvirt snapshot does not save source in xml

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

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


[Bug 1188569] Re: Some keyboard shortcuts randomly stop working

2015-02-10 Thread Andreas Tj
I just noticed it happen to me as well. Lock screen ctrl-alt-l and swich
language super-space.

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

Title:
  Some keyboard shortcuts randomly stop working

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

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


[Bug 1420481] Re: package xymon-client 4.3.7-1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-10 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/1420481

Title:
  package xymon-client 4.3.7-1ubuntu2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1392176] Re: mounts cgroups unconditionally which causes undesired effects with cpu hotplug

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/cgmanager

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

Title:
  mounts cgroups unconditionally which causes undesired effects with cpu
  hotplug

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

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


[Bug 1322784]

2015-02-10 Thread L. David Baron
Comment on attachment 8561105
Pad heap allocations passed to flag_qsort() on x86 Linux to work around gcc bug 
affecting Ubuntu packages

Approval Request Comment
[Feature/regressing bug #]: not a regression in our codebase
[User impact if declined]: #3 topcrash on Linux, specific to 32-bit 
Ubuntu-distributed builds.  Firefox will randomly crash on 32-bit Linux builds 
the first time the user uses a textarea or otherwise does something that 
initializes the spellchecker.  (It only crashes a small percentage of the time, 
but it affects a large number of users.)
[Describe test coverage new/current, TreeHerder]:  None.  Just landed on 
mozilla-inbound.  I don't know of any way to test that the fix works without 
shipping it on the release channel.
[Risks and why]: Low risk; it's padding a few allocations in the spellcheck 
code with 2 extra bytes on all 32-bit Linux builds.
[String/UUID change made/needed]: no

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

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

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


[Bug 1322784]

2015-02-10 Thread L. David Baron
https://hg.mozilla.org/integration/mozilla-inbound/rev/80d3d1eef2f6

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

Title:
  Firefox crashes in flag_qsort during spellchecker initialization on
  x86 due to gcc bug

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

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


[Bug 1420493] [NEW] There should be a setting for display blanking time

2015-02-10 Thread Riccardo Padovani
Public bug reported:

I miss an option to choose the time before display turns off. 
At the moment it is related to screen lock, but I think this doesn't make any 
sense: I want the display turns off before the screen is locked, so if I'm 
reading something  on the web and the display turns off I have only to turn it 
on, without inserting the code again.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  There should be a setting for  display blanking time

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

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


[Bug 1420492] [NEW] package nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1 failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libnvidia-opencl.so.331.113', which is also in packa

2015-02-10 Thread Per Fryking
Public bug reported:

Running apt upgrade

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Tue Feb 10 22:11:44 2015
DuplicateSignature: 
package:nvidia-opencl-icd-331-updates:331.38-0ubuntu7.1:trying to overwrite 
'/usr/lib/i386-linux-gnu/libnvidia-opencl.so.331.113', which is also in package 
nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
ErrorMessage: trying to overwrite 
'/usr/lib/i386-linux-gnu/libnvidia-opencl.so.331.113', which is also in package 
nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
InstallationDate: Installed on 2013-08-12 (546 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: nvidia-graphics-drivers-331-updates
Title: package nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1 failed to 
install/upgrade: trying to overwrite 
'/usr/lib/i386-linux-gnu/libnvidia-opencl.so.331.113', which is also in package 
nvidia-opencl-icd-331 331.113-0ubuntu0.0.4
UpgradeStatus: Upgraded to trusty on 2014-09-26 (136 days ago)
modified.conffile..etc.OpenCL.vendors.nvidia.icd: libnvidia-opencl.so.1
mtime.conffile..etc.OpenCL.vendors.nvidia.icd: 2013-08-26T10:10:21

** Affects: nvidia-graphics-drivers-331-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict trusty

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

Title:
  package nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1 failed to
  install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu
  /libnvidia-opencl.so.331.113', which is also in package nvidia-opencl-
  icd-331 331.113-0ubuntu0.0.4

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

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


[Bug 1420492] Re: package nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1 failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/libnvidia-opencl.so.331.113', which is also in package

2015-02-10 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/1420492

Title:
  package nvidia-opencl-icd-331-updates 331.38-0ubuntu7.1 failed to
  install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu
  /libnvidia-opencl.so.331.113', which is also in package nvidia-opencl-
  icd-331 331.113-0ubuntu0.0.4

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

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


[Bug 1420489] Re: package libfakeroot:amd64 1.20-3ubuntu2 failed to install/upgrade: package libfakeroot:amd64 is already installed and configured

2015-02-10 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/1420489

Title:
  package libfakeroot:amd64 1.20-3ubuntu2 failed to install/upgrade:
  package libfakeroot:amd64 is already installed and configured

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

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


[Bug 1420493] Re: There should be a setting for display blanking time

2015-02-10 Thread Pat McGowan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

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

Title:
  There should be a setting for  display blanking time

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

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


[Bug 1420500] [NEW] Screen lock delay values are too high

2015-02-10 Thread Riccardo Padovani
Public bug reported:

At the moment the minimum time before the screen is locked (and the
display is turned off) it's 60 seconds.

I think this is definitely too high.

On Android it starts from 15 seconds

** Affects: ubuntu-system-settings (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/1420500

Title:
  Screen lock delay values are too high

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

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


[Bug 1413665] Re: Bad Request - Bad bot, go away! Request aborted.

2015-02-10 Thread Natalia Bidart
Hello all!

Sorry for not mentioning this sooner, but we deployed the fix to the
Single Sign On service (where the problem was) last week, so everyone
should be able to purchase apps via the software center.

Thanks to everyone involved.

** Changed in: canonical-identity-provider
   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/1413665

Title:
  Bad Request - Bad bot, go away!  Request aborted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1413665/+subscriptions

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


[Bug 1409798] Re: enable hmac-sha2-256, hmac-sha2-512 MAC algorithms

2015-02-10 Thread Brian Murray
** Changed in: dropbear (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: dropbear (Ubuntu Utopic)
   Status: New = Triaged

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

** Changed in: dropbear (Ubuntu Utopic)
   Importance: Undecided = Medium

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

Title:
  enable hmac-sha2-256, hmac-sha2-512 MAC algorithms

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

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


[Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread Stéphane Graber
root@utopic-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | 
sysctl -e -p - || echo fail
sysctl: setting key kernel.printk: Read-only file system
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
sysctl: setting key kernel.kptr_restrict: Read-only file system
sysctl: setting key fs.protected_hardlinks: Read-only file system
sysctl: setting key fs.protected_symlinks: Read-only file system
sysctl: setting key kernel.sysrq: Read-only file system
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
sysctl: setting key kernel.yama.ptrace_scope: Read-only file system
sysctl: setting key vm.mmap_min_addr: Read-only file system
fail

root@utopic-procps:/root# dpkg -i *.deb
(Reading database ... 14399 files and directories currently installed.)
Preparing to unpack libprocps3_3.3.9-1ubuntu5.2_amd64.deb ...
Unpacking libprocps3:amd64 (1:3.3.9-1ubuntu5.2) over (1:3.3.9-1ubuntu5.1) ...
Preparing to unpack procps_3.3.9-1ubuntu5.2_amd64.deb ...
procps stop/waiting
Unpacking procps (1:3.3.9-1ubuntu5.2) over (1:3.3.9-1ubuntu5.1) ...
Setting up libprocps3:amd64 (1:3.3.9-1ubuntu5.2) ...
Setting up procps (1:3.3.9-1ubuntu5.2) ...
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
procps start/running
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-10ubuntu2.2) ...

root@utopic-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | 
sysctl -e -p - || echo fail
sysctl: setting key kernel.printk: Read-only file system
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
sysctl: setting key kernel.kptr_restrict: Read-only file system
sysctl: setting key fs.protected_hardlinks: Read-only file system
sysctl: setting key fs.protected_symlinks: Read-only file system
sysctl: setting key kernel.sysrq: Read-only file system
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
sysctl: setting key kernel.yama.ptrace_scope: Read-only file system
sysctl: setting key vm.mmap_min_addr: Read-only file system
root@utopic-procps:/root# 

** Tags added: verification-done-utopic

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1420502] [NEW] ssh-copy-id doesn't copy the latest id file even though the documentation says it should

2015-02-10 Thread Eero
Public bug reported:

The man page says:

 The default_ID_file is the most recent file that matches: ~/.ssh/id*.pub,
 (excluding those that match ~/.ssh/*-cert.pub) so if you create a key
 that is not the one you want ssh-copy-id to use, just use touch(1) on
 your preferred key's .pub file to reinstate it as the most recent.

But when I run ssh-copy-id USER@HOST the script tries to copy my RSA
key even though the documentation suggests that the newer id_ed25519.pub
would be copied.


~$ ls -t1 .ssh/id*.pub
.ssh/id_ed25519.pub
.ssh/id_rsa.pub

~$ ssh-copy-id -n USER@HOST
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
=-=-=-=-=-=-=-=
Would have added the following key(s):

ssh-rsa REDACTED
=-=-=-=-=-=-=-=

Specifying the correct key works.

~$ ssh-copy-id -n -i .ssh/id_ed25519 USER@HOST
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter 
out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are 
prompted now it is to install the new keys
=-=-=-=-=-=-=-=
Would have added the following key(s):

ssh-ed25519 REDACTED
=-=-=-=-=-=-=-=

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: openssh-client 1:6.6p1-2ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-45.74-generic 3.13.11-ckt13
Uname: Linux 3.13.0-45-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Feb 10 22:13:41 2015
InstallationDate: Installed on 2014-05-16 (270 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome 1:6.6p1-2ubuntu2
SSHClientVersion: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2, OpenSSL 1.0.1f 6 Jan 2014
SourcePackage: openssh
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.ssh.moduli: [modified]
modified.conffile..etc.ssh.ssh.config: [modified]
mtime.conffile..etc.ssh.moduli: 2015-01-07T03:30:12.433235
mtime.conffile..etc.ssh.ssh.config: 2015-01-12T19:17:20.650115

** Affects: openssh (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/1420502

Title:
  ssh-copy-id doesn't copy the latest id file even though the
  documentation says it should

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

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


[Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread Stéphane Graber
root@trusty-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e 
-p - || echo fail
sysctl: setting key kernel.printk: Read-only file system
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
sysctl: setting key kernel.kptr_restrict: Read-only file system
sysctl: setting key fs.protected_hardlinks: Read-only file system
sysctl: setting key fs.protected_symlinks: Read-only file system
sysctl: setting key kernel.sysrq: Read-only file system
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
sysctl: setting key kernel.yama.ptrace_scope: Read-only file system
sysctl: setting key vm.mmap_min_addr: Read-only file system
fail

root@trusty-procps:/root# dpkg -i *.deb
(Reading database ... 14883 files and directories currently installed.)
Preparing to unpack libprocps3_3.3.9-1ubuntu2.2_amd64.deb ...
Unpacking libprocps3:amd64 (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2.1) ...
Preparing to unpack procps_3.3.9-1ubuntu2.2_amd64.deb ...
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart-session/201105/30780: Connection refused
Unpacking procps (1:3.3.9-1ubuntu2.2) over (1:3.3.9-1ubuntu2.1) ...
Setting up libprocps3:amd64 (1:3.3.9-1ubuntu2.2) ...
Setting up procps (1:3.3.9-1ubuntu2.2) ...
initctl: Unable to connect to Upstart: Failed to connect to socket 
/com/ubuntu/upstart-session/201105/30780: Connection refused
 * Setting kernel variables ... 
   
sysctl: setting key kernel.printk: Read-only file system
sysctl: setting key kernel.kptr_restrict: Read-only file system
sysctl: setting key fs.protected_hardlinks: Read-only file system
sysctl: setting key fs.protected_symlinks: Read-only file system
sysctl: setting key kernel.sysrq: Read-only file system
sysctl: setting key kernel.yama.ptrace_scope: Read-only file system
sysctl: setting key vm.mmap_min_addr: Read-only file system

[ OK ]
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-0ubuntu6.5) ...

root@trusty-procps:/root# cat /etc/sysctl.d/*.conf /etc/sysctl.conf | sysctl -e 
-p - || echo fail
sysctl: setting key kernel.printk: Read-only file system
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
sysctl: setting key kernel.kptr_restrict: Read-only file system
sysctl: setting key fs.protected_hardlinks: Read-only file system
sysctl: setting key fs.protected_symlinks: Read-only file system
sysctl: setting key kernel.sysrq: Read-only file system
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
sysctl: setting key kernel.yama.ptrace_scope: Read-only file system
sysctl: setting key vm.mmap_min_addr: Read-only file system
root@trusty-procps:/root# 

** Tags added: verification-done-trusty

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1420496] Re: package fglrx (not installed) failed to install/upgrade: intentando sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el paquete fglrx-dev 2:14.501-0ubuntu1

2015-02-10 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/1420496

Title:
  package fglrx (not installed) failed to install/upgrade: intentando
  sobreescribir `/usr/lib/fglrx/libGL.so', que está también en el
  paquete fglrx-dev 2:14.501-0ubuntu1

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

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

[Bug 1072764] Re: Unity launcher dissapears when Calibre starts

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

** Changed in: calibre (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/1072764

Title:
  Unity launcher dissapears when Calibre starts

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

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


[Bug 1072764] Re: Unity launcher dissapears when Calibre starts

2015-02-10 Thread Ian
Exactly the same problem here using Ubuntu 14.04 except I'm using
'classic' desktop instead of Unity. Top panel bar disappears (although
the items can still be accessed blindly) and also the same happens with
Docky. Only happens with Calibre.

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

Title:
  Unity launcher dissapears when Calibre starts

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

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


[Bug 1419961] Re: linux: 3.16.0-31.41 -proposed tracker

2015-02-10 Thread Brad Figg
** Changed in: kernel-sru-workflow/prepare-package-signed
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Seth Forshee 
(sforshee)

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

Title:
  linux: 3.16.0-31.41 -proposed tracker

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

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


[Bug 1419554] Please test proposed package

2015-02-10 Thread Adam Conrad
Hello William, or anyone else affected,

Accepted procps into utopic-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/procps/1:3.3.9-1ubuntu5.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1419554] Please test proposed package

2015-02-10 Thread Adam Conrad
Hello William, or anyone else affected,

Accepted procps into trusty-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/procps/1:3.3.9-1ubuntu2.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1419554] Re: Can't upgrade procps in LXC 1.1

2015-02-10 Thread Adam Conrad
Hello William, or anyone else affected,

Accepted procps into precise-proposed. The package will build now and be
available at
http://launchpad.net/ubuntu/+source/procps/1:3.2.8-11ubuntu6.4 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

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

** Tags added: verification-needed

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

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

Title:
  Can't upgrade procps in LXC 1.1

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

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


[Bug 1383727] Re: Fast installer - failure to install grub (UEFI mode)

2015-02-10 Thread Jeff Lane
Just a follow up, when can we expect to see this resolved in Trusty as
we move users/testers over to MAAS 1.7.1 in Trusty?

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

Title:
  Fast installer - failure to install grub (UEFI mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1383727/+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 1384800] Re: words with apostrophes are not suggested by prediction

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-keyboard

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

Title:
  words with apostrophes are not suggested by prediction

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

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


[Bug 1383727] Re: Fast installer - failure to install grub (UEFI mode)

2015-02-10 Thread Jeff Lane
Just a follow up, when can we expect to see this resolved in Trusty as
we move users/testers over to MAAS 1.7.1 in Trusty?

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

Title:
  Fast installer - failure to install grub (UEFI mode)

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

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


[Bug 932177] Re: XFCE (and other non-GNOME) desktops do not initialise gnome-keyring correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

2015-02-10 Thread isomorphismes
I have this problem in R using the jsonlite package. Ubuntu 12.04 i686.
Using awesome window manager.

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

Title:
  XFCE (and other non-GNOME) desktops do not initialise gnome-keyring
  correctly / WARNING: gnome-keyring:: couldn't connect to PKCS11

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

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


[Bug 1328381] Re: evolution looses write permission on remote authenticated caldav calendar intermittently

2015-02-10 Thread Monsta
** Bug watch added: GNOME Bug Tracker #721712
   https://bugzilla.gnome.org/show_bug.cgi?id=721712

** Also affects: evolution via
   https://bugzilla.gnome.org/show_bug.cgi?id=721712
   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/1328381

Title:
  evolution looses write permission on remote authenticated caldav
  calendar intermittently

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

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


[Bug 1417048] Re: Tapping input source button opens menu instead of cycling layouts

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-keyboard

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

Title:
  Tapping input source button opens menu instead of cycling layouts

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

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


[Bug 1416036] Re: Emoji layout should be enabled by default

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-keyboard

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

Title:
  Emoji layout should be enabled by default

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

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


[Bug 1418671] Re: unity8-lxc-setup crashed with FileNotFoundError in __main__: [Errno 2] No such file or directory: '/var/lib/lxc/unity8-lxc/rootfs/etc/hostname'

2015-02-10 Thread Christopher Townsend
Hi Niklas,

Thanks for confirming:)

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

Title:
  unity8-lxc-setup crashed with FileNotFoundError in __main__: [Errno 2]
  No such file or directory:
  '/var/lib/lxc/unity8-lxc/rootfs/etc/hostname'

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity8-preview-lxc/+bug/1418671/+subscriptions

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


[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2015-02-10 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [TOPBLOCKER] UI randomly freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1377332/+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 1377332] Re: [TOPBLOCKER] UI randomly freezes

2015-02-10 Thread Serge Hallyn
** Changed in: cgmanager (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/1377332

Title:
  [TOPBLOCKER] UI randomly freezes

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

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


[Bug 1372512] Re: Changing the auto download setting is not detected

2015-02-10 Thread Pat McGowan
I rebooted and entered the updates page on system settings, then the
update started.

It seems the only way to really get an autodownload is for it to trigger
when the original notification is received?

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

Title:
  Changing the auto download setting is not detected

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

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


[Bug 1420454] Re: Trusty HWE metapackage for cloud-tools

2015-02-10 Thread Brad Figg
** Package changed: linux-meta (Ubuntu) = linux (Ubuntu)

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

Title:
  Trusty HWE metapackage for cloud-tools

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

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


[Bug 1420454] Re: Trusty HWE metapackage for cloud-tools

2015-02-10 Thread Robert C Jennings
There is no meta-package that I can find that point to the HWE cloud-
tools on Trusty, I would have to add them by name (linux-lts-utopic-
cloud-tools-version) I think but I might be missing something.
Anyhow, I would like to create an image build recipe once that keeps up
with the current HWE kernel and tools.  Thanks.

** Description changed:

  In bug #1393877 the linux-hwe-virtual-trusty meta package was created to
  track the latest HWE kernel for trusty, however there is no mechanism to
  install the latest HWE cloud tools on trusty.
  
- Could linux-hwe- cloud-tools-virtual-trusty (and the rest) be created
- for use with cloud images?
+ Could linux-hwe-cloud-tools-virtual-trusty (and the rest) be created for
+ use with cloud images?

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

Title:
  Trusty HWE metapackage for cloud-tools

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

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


[Bug 1419842] Re: qemu-system-ppc device or resource busy and segfault with smt on

2015-02-10 Thread Luciano Chavez
** Also affects: qemu (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/1419842

Title:
  qemu-system-ppc device or resource busy and segfault with smt on

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

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


[Bug 1419555] Re: initial install/try window is not displayed on netbook screen

2015-02-10 Thread Melissa Draper
Loaded up a Utopic live usb and the try/install screen appears.

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

Title:
  initial install/try window is not displayed on netbook screen

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

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


[Bug 1420460] [NEW] package mysql-server-5.5 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2015-02-10 Thread Anuj
Public bug reported:

Problem faced on Ubuntu 14.04.2 while installing 5.5 after removing 5.6.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: mysql-server-5.5 (not installed)
Uname: Linux 3.17.4-031704-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.7
AptOrdering:
 mysql-server-core-5.5: Install
 mysql-server-5.5: Install
 mysql-server-core-5.5: Configure
 mysql-server-5.5: Configure
Architecture: amd64
Date: Wed Feb 11 01:05:12 2015
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2015-01-16 (25 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (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/1420460

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


<    2   3   4   5   6   7   8   9   10   11   >