[Bug 1373560] Re: /etc/cron.daily/spamassassin calls sa-update with potentially incorrect umask

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

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

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

Title:
  /etc/cron.daily/spamassassin calls sa-update with potentially
  incorrect umask

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1373560/+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 1373560] Re: /etc/cron.daily/spamassassin calls sa-update with potentially incorrect umask

2015-01-16 Thread Nikolai Kristiansen
I'm hitting this on mailservers which runs with system wide umask of
007, set in /etc/profile.

After /etc/cron.daily/spamassassin has run, and the first email is
processed, amavis will shut down, since it cant' read
/var/lib/spamassassin/3.004000/updates_spamassassin_org.cf resulting in
an uppile in postfix's defferred queue.

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

Title:
  /etc/cron.daily/spamassassin calls sa-update with potentially
  incorrect umask

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1373560/+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 1411564] Re: neutron-vpn-agent should wait for ipsec to start on boot

2015-01-16 Thread James Page
Error:

Command: ['sudo', '/usr/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 
'ip', 'netns', 'exec', 'qrouter-e8521385-ab12-4fbf-9e02-d1c9f43f0686', 'ipsec', 
'whack', '--ctlbase', 
'/var/lib/neutron/ipsec/e8521385-ab12-4fbf-9e02-d1c9f43f0686/var/run/pluto', 
'--status']
Exit code: 1
Stdout: ''
Stderr: 'whack: Pluto is not running (no 
/var/lib/neutron/ipsec/e8521385-ab12-4fbf-9e02-d1c9f43f0686/var/run/pluto.ctl)\n'


** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  neutron-vpn-agent should wait for ipsec to start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1411564/+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 1411575] [NEW] Need patch in Trusty to run esx under kvm

2015-01-16 Thread Yolanda Robla
Public bug reported:

There is a need to spin up an ESx host under KVM. We found that a patch
is needed, and there is a fix upstream. Actually this fix is on 2.2.0
version of qemu, but we need that backported to Trusty.

This link provides more information about it:

https://lists.gnu.org/archive/html/qemu-devel/2014-05/msg03806.html

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

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

Title:
  Need patch in Trusty to run esx under kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1411575/+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 1215617] Re: Should not stop if there are active clients

2015-01-16 Thread Dimitri John Ledkov
You can however minimise the downtime:

Currently this happens:

prerm libvirt-bin - stop libvirt
...
upgrade hundreds of packages
...
postinst libvirt-bin - start libvirt

However using --restart-after-upgrade option should be feasible:
   -R, --restart-after-upgrade
   Do not stop the init script until after the package upgrade has been 
completed. This is different than the default behavior, which stops the script 
in the prerm, and starts it again in the
   postinst.

   This can be useful for daemons that should not have a possibly long 
downtime during upgrade. But you should make sure that the daemon will not get 
confused by the package being upgraded
   while it's running before using this option.


That way:
prerm libvirt-bin - old libvirt continious to run

postinst libvirt-bin - stop; start libvirt-bin (restarted into new libvirt)

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

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

Title:
  Should not stop if there are active clients

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1215617/+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 1411582] [NEW] Azure data source should auto-detect ephemeral disk location

2015-01-16 Thread Daniel Watkins
Public bug reported:

Currently we assume it will be /dev/sdb, but this may change. There is
an example of how to handle this in the Azure Linux agent.

To quote stevez in a comment on bug 1410835:

Device names are not persistent in Linux and could change, so it is not
guaranteed that the ephemeral disk will be called /dev/sdb. Ideally this
should be auto-detected in cloud-init at runtime (for example, see
DeviceForIdePort() in the Azure Linux agent).

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Azure data source should auto-detect ephemeral disk location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1411582/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread Daniel Watkins
Hi trialotto,

cloud-init has default settings for Azure instances that ensure that the
first partition of the ephemeral disk is formatted as ext4. It does this
by providing default values for disk_setup and fs_setup; you can see
these at http://bazaar.launchpad.net/~cloud-init-dev/cloud-
init/trunk/view/head:/cloudinit/sources/DataSourceAzure.py#L54.

cloud-init, by default, mounts the first partition of the first
ephemeral disk at /mnt. You can see the code that does this at
http://bazaar.launchpad.net/~cloud-init-dev/cloud-
init/trunk/view/head:/cloudinit/config/cc_mounts.py#L236.

If you are changing the layout of the disk, you will also need to
provide mount configuration (using the `mounts` configuration key) so
that cloud-init knows what it should mount where. We could, potentially,
look at making cloud-init a little smarter about automatically working
out mounts, but this would require a fair bit of testing across
different platforms.

Please let me know if this addresses your issues.


Thanks,

Dan

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread Daniel Watkins
Steve,

I have just filed https://bugs.launchpad.net/ubuntu/+source/cloud-
init/+bug/1411582 regarding the inconstancy of device naming; could you
confirm that I've captured the issue accurately?


Thanks,

Dan

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1411623] [NEW] mail -N not woking

2015-01-16 Thread Tor Stenvaag
Public bug reported:

I have a server application that uses the command mail -N. It has been
working in Ubuntu server for I do not know how many years. After an
apt-get dist-upgrade yesterday this command broke. It now states that
an argument is needed.

$ mail -N
mail: option requires an argument -- 'N'
usage: mail [-dEIinv] [-a header] [-b bcc-addr] [-c cc-addr] [-s subject] 
to-addr ...
mail [-dEIiNnv] -f [name]
mail [-dEIiNnv] [-u user]

When tracking the mail command I end up with

$ ls -l /usr/bin/bsd-mailx
-rwxr-xr-x 1 root root 97384 Jan 5 18:05 /usr/bin/bsd-mailx
$ dpkg -S /usr/bin/bsd-mailx
bsd-mailx: /usr/bin/bsd-mailx
$ lsb_release -rd
Description:Ubuntu 12.04.5 LTS
Release:12.04
$ apt-cache policy bsd-mailx
bsd-mailx:
  Installed: 8.1.2-0.2006cvs-1ubuntu0.1
  Candidate: 8.1.2-0.2006cvs-1ubuntu0.1
  Version table:
 *** 8.1.2-0.2006cvs-1ubuntu0.1 0
500 http://no.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 8.1.2-0.2006cvs-1 0
500 http://no.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

** Affects: bsd-mailx (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  mail -N not woking

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsd-mailx/+bug/1411623/+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 1292548] Re: smb.conf contains valid users = %S in [global]

2015-01-16 Thread Denis Konstantinov
*** This bug is a duplicate of bug 1261873 ***
https://bugs.launchpad.net/bugs/1261873

Jiri Vanek (bin-0) , thank you!

 Replace the parameter valid users for just users don't use any
 more valid users on your
 configuration it will either deny access to Samba server or deny access
 to shares.

i confirm this helps!

my error was:

  Forcing Primary Group to 'Domain Users' for smbuse
[2015/01/16 14:42:08.645699,  3] ../source3/smbd/error.c:82(error_packet_set)
  NT error packet at ../source3/smbd/reply.c(952) cmd=117 (SMBtconX) 
NT_STATUS_ACCESS_DENIED
[2015/01/16 14:42:08.646976,  3] 
../source3/smbd/server_exit.c:212(exit_server_common)

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

Title:
  smb.conf contains valid users = %S in [global]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1292548/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Martin Meredith
** Bug watch added: freedesktop.org Bugzilla #88492
   https://bugs.freedesktop.org/show_bug.cgi?id=88492

** Also affects: light-locker via
   https://bugs.freedesktop.org/show_bug.cgi?id=88492
   Importance: Unknown
   Status: Unknown

** Project changed: light-locker = policykit-1

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1411623] Re: mail -N not woking

2015-01-16 Thread Tor Stenvaag
The T argument is removed from the getopt argument, but the
corresponding : is not removed.

+Index: bsd-mailx-8.1.2-0.2006cvs/main.c
+===
+--- bsd-mailx-8.1.2-0.2006cvs.orig/main.c  2015-01-05 11:39:00.136339604 
-0500
 bsd-mailx-8.1.2-0.2006cvs/main.c   2015-01-05 11:39:00.132339587 
-0500
+@@ -115,18 +115,8 @@
+   subject = NULL;
+   header = NULL;
+   replyto = NULL;
+-  while ((i = getopt(argc, argv, EINT:a:b:c:defins:u:v)) != -1) {
++  while ((i = getopt(argc, argv, EIN:a:b:c:defins:u:v)) != -1) {

** Summary changed:

- mail -N not woking
+ mail -N not working

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

Title:
  mail -N not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsd-mailx/+bug/1411623/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Martin Meredith
Can;t seem to link the openldap bug, so

http://www.openldap.org/its/index.cgi/Incoming?id=8025

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

** Changed in: hundredpapercuts
   Status: Incomplete = Confirmed

** Changed in: light-locker (Ubuntu)
   Status: Incomplete = Confirmed

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

** Changed in: policykit-1 (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Howard Chu
As I noted in our ITS#8025, this has nothing to do with upstream
OpenLDAP. It may be specific to the particular way you built OpenLDAP in
your distro, or it may be due to pam_ldap itself, but neither of these
are in the purview of the OpenLDAP Project. Certainly there is nothing
in vanilla OpenLDAP source code that operates at a low enough system
level to interfere with screen blanking or locking.

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Martin Meredith
Howard, It's having the usernames come from ldap, rather than the local
system, that causes policykit to have weird stuff happen, that causes
screen locking.  It's all interconnected :)

The bug isn't in the parts individually, but in the integration of them
all.

** No longer affects: openldap

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Bug Watch Updater
Launchpad has imported 1 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=88492.

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


On 2015-01-16T11:56:51+00:00 Martin Meredith wrote:

When combined with pam_ldap, to login to a centralised server, the GUI
components of policykit fail, this means that the UI cannot shutdown,
cannot mount disks, install packages, etc (Xubuntu 14.04).

I can provide any further info, but I don't know what you require to
research this issue :).

pkexec from a terminal works fine.

Reply at: https://bugs.launchpad.net/ubuntu/+source/light-
locker/+bug/1410195/comments/14


** Changed in: policykit-1
   Status: Unknown = Confirmed

** Changed in: policykit-1
   Importance: Unknown = Medium

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1411575] Re: Need patch in Trusty to run esx under kvm

2015-01-16 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Need patch in Trusty to run esx under kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1411575/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread Daniel Watkins
trialotto, I've just been doing some testing, and I've realised my above
answer is incorrect; this is definitely a problem in how cloud-init's
Azure data source works.

I'm looking in to it now.

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Matt Ezell
Anything I can do to help this SRU along?  This is affecting our Trusty
and Utopic boxes.  Right now, I've manually pulled in a Vivid package so
I actually have working systems.  It would be nice to get this into the
*-updates repos.

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Louis Bouchard
looks like I forgot to attach the trusty debdiff

** Patch added: lp1387594_glibc_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+attachment/4299974/+files/lp1387594_glibc_trusty.debdiff

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Robie Basak
** Description changed:

  [SRU justification]
  The version of the library in the archive for Utopic and Trusty has been 
built prior to a change in glibc that removes an expected symbol. Rebuild of 
the libnss-ldap library with the current source package will render the library 
unusable and may cause systems to become unbootable.
  
  [Impact]
  Without this fix, a rebuild of the libnss-ldap package will cause grave 
impact where usage of the libnss-ldap will segfault. Such a segfault during the 
boot process will cause the system to become unbootable.
  
  [Fix]
  Backport the glibc-2.16.patch that is now merged in Vivid into Utopic and 
Trusty. The version of the library in Precise already uses the correct glibc 
symbol.
  
  [Test Case]
  On a server properly configured for ldap authentication :
  
  root@trusty-ldapclient:~# getent passwd john
  john:x:1:5000:John Doe:/home/john:/bin/bash
  
  The same test on arm64 or ppc64el platform where the libnss-ldap have
  been rebuilt recently you will get :
  
  root@trusty-ldapclient:~# getent passwd john
  Segmentation fault (core dumped)
  
  $ sudo apt-get download libnss-ldap
  $ mkdir tmp
  $ dpkg -x libnss-ldap_264-2.2ubuntu4_amd64.deb tmp
  $ nm -D tmp/lib/x86_64-linux-gnu/libnss_ldap-2.15.so |grep lock$
   w __pthread_mutex_lock
   w __pthread_mutex_unlock
  #Rebuild the library
  $ pull-lp-source libnss-ldap trusty
  $ sbuild -A -d trusty libnss-ldap_264-2.2ubuntu4.dsc
  $ rm -Rf tmp/*
  $ dpkg -x libnss-ldap_264-2.2ubuntu4_amd64.deb tmp
  $ nm -D tmp/lib/x86_64-linux-gnu/libnss_ldap-2.19.so | grep lock$
   U __libc_lock_lock
   U __libc_lock_unlock
  
  Notice that the libnss-ldap version change (2.15 - 2.19). With the
  newly built version, the expected _pthread_mutex_lock|unlock is no
  longer present.
  
  [Regression]
  None expected. This is already present and in use in the upstream version of 
the library.
  
+ 15:27 rbasak caribou: so what I don't like about this is that the
+ patch seems a bit invasive in an area where if there's a regression,
+ it'll be in multithreading code that'll be non-deterministic and thus
+ difficult to test.
+ 
+ 15:27 rbasak caribou: OTOH, it's broken on ppc64el at the moment? That
+ means we need to fix it.
+ 
+ 15:28 rbasak Having an active upstream that had committed the code
+ would give me more confidence that the patch is good (since they're more
+ familiar with the code and will have reviewed it)
+ 
+ 15:29 rbasak But Debian have committed it, so that's better than
+ nothing.
+ 
+ 15:31 rbasak caribou: I think we have no choice but to push it to
+ Trusty (and Utopic), but we should let the SRU team decide at that
+ stage. IMHO, my concern should be noted in Regression Potential, so
+ I'll do that now.
+ 
  [Original Description of the problem]
  
  Unlike previously thought, this bug is _NOT_ specific to the PPC64EL
  architecture. More details in the analysis.
  
  Many commands that require the use of libnss-ldap will fail with
  Segmentation Fault. The boot procedure itself can be blocked with the
  following message.
  
  One potential workaround is to remove the use of ldap from the
  /etc/nsswitch.conf file to at least provide a bootable system.

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Robie Basak
Uploaded to Trusty and Utopic with minor changes as discussed with Louis
on IRC.

Note that I've looked at the patches, but they're too in depth for me to
follow really. Superficially they look fine, and Debian have also
included them so they're in Vivid, and so I think this is sufficient
provided we do the usual SRU testing. Note my thoughts about regression
potential in the bug description, though.

Thanks Louis!

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread Daniel Watkins
Actually, I've realised that I was passing in invalid cloud
configuration data. If I have the following in azure-disk.cfg:

#cloud-config
disk_setup:
ephemeral0:
table_type: mbr
layout: [66, 33]
overwrite: True
fs_setup:
- device: ephemeral0.1
  filesystem: ext4
- device: ephemeral0.2
  filesystem: ext4
mounts:
- [ephemeral0.1, /mnt, auto, defaults,nobootwait, 0, 0]
- [ephemeral0.2, /media, auto, defaults,nobootwait, 0, 0]

and I run:

$ azure vm create ... --custom-data azure-disk.cfg

then I see the following:

$ ssh ubu...@oddbloke-disk-150116-1555.cloudapp.net df -h
Filesystem  Size  Used Avail Use% Mounted on
...
/dev/sdb1   393G   71M  373G   1% /mnt
/dev/sdb2   203G   60M  192G   1% /media


I think there _is_ a problem with specifying swap partitions (they don't seem 
to get `mkswap` run on them before a mount is attempted). That will be handled 
in bug 1374166, so I'm going to mark this as Invalid and we can track the swap 
issues over there.

** Changed in: cloud-init (Ubuntu)
   Status: New = Invalid

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Howard Chu
Try replacing pam-ldap/nss-ldap with nslcd and/or nssov and see if the
problem persists. I'd bet it doesn't. See here
https://bugs.launchpad.net/debian/+source/sudo/+bug/423252/comments/84
for reasons why you should have abandoned pam-ldap/nss-ldap years ago.

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-16 Thread Scott Moser
** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: Triaged = In Progress

** Changed in: cloud-initramfs-tools (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  kernel panic during MAAS fastpath install of Vivid images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1411294/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread trialotto
Daniel,

I was aware of DataSourceAzure.py and cc_mounts.py and the fact that
built-in config for Azure requires declaration of sdb (and not
ephemeral0). The before mentioned fact is only an inconvenience for
users that would like to declare custom mount points and make the
mistake to use an in incorrect reference to the ephemeral disk (i.e. not
declaring sdb). The misdeclaration will only result in the ephemeral
disk not being mounted, that should not be a real issue.

However, the above reveals a (minor) bug in cc_mounts.py.

The cfg mnt array in the cc_mounts.py script is sanitized, in such a
fashion that default mounts are only added if other entries do not have
the same device name (see lines 285 - 307).

A declaration of  [ sdb, mount point ] or [ sdbX, mount point ] (in
case of partitions) in custom cloud config settings will not result in
an append of the ephemeral0 default mount (since the device name remains
the same) and that is good.

After all, when declaring [ sdb, mount point ] or [ sdbX, mount
point ] (in case of partitions), cc_mounts.py will append device
/dev/sdb or /dev/sdbx (in case of partitions) to the cfg mnt arry,
instead of the default mount declarations for ephemeral0.

This is really cumbersome, when using partitions and certainly when
using swap (dedicated) partitions.

The bug is (in essence) that the sanitizing in cc_mounts.py  does not
prevent that the standard alias /dev/sdb, as specificied in
DataSourceAzure.py, or any other declared aliases will be appended to
the cfg mnt array, which should not occur, if these aliases are pointing
to one and the same ephemeral disk.

The (minor) bug can be easily resolved by sanitizing for aliases in
cc_mounts.py.


I was (also) aware that cc_mounts.py contains the declaration [swap, none, 
swap, sw, 0, 0] in the default set of mounts and that 
DataSourceAzure.py does not have to contain any reference to swap or mount 
points thereof. 

However, the accidental declaration of [ swap, mount point or None
] reveals a bug, that occurs even when a declaration of the form [ sdb,
mount point ] is provided in cloud-config settings.

The bug is, in my humble opinion, (solely) related to the following
lines of code in cc_mounts.py:

for line in actlist:
# write 'comment' in the fs_mntops, entry,  claiming this
line[3] = %s,%s % (line[3], comment)
if line[2] == swap:
needswap = True
if line[1].startswith(/):
dirs.append(line[1])
cc_lines.append('\t'.join(line))

with these lines of code stating that any device called swap (or
/dev/swap, since that is the same in cloud-init)

a) will mount, as a result of

if line[1].startswith(/):
dirs.append(line[1])

if only if

- the declaration is of form [ swap, mount point ] AND 
- the device called swap actually exists, for instance as a result of the 
existence of swap partitions AND
- the swap partition is declared first in the disk_setup cloud-config settings, 

b) will not mount, as a result of (taking into account defvals = [None,
None, auto, defaults,nobootwait, 0, 2])

   if line[2] == swap:
needswap = True

if the declaration is of form [ swap, None ], with the missing
fields hence being replaced by appropriate values from defvals, hence
implying that line[2] == swap never applies,

c) will not mount properly, if the declaration is of form [ swap,
mount point or None, swap ],

d) will not mount at all, if the declaration is of form [swap, none,
swap, sw, 0, 0], due to sanitizing in cc_mounts.py,

and one could therefore come to the obvious conclusion that the bug is
related to the definition of defvals.

However, the obvious conclusion is not appropriate in this case.

In essence, one should not be able to declare [ swap, mount point or
None ] (or similar) at all (!).

Furthermore, a declaration for swap only makes sense when using swap
partitions, but swap partitions are not desirable at all.

Moreover, the cloud-init versions 0.7.6 and 0.7.7 already allow for the
creation of swap files.

In short, the bug can and should be resolved by sanitizing (i.e.
ignoring) any declarations of the form [ swap, mount point ] and  [
swap, None ] or similar, hence also implying that even the [ swap ]
declaration has no function in case of sanitizing.

In my humble opinion, the swap bug can and should be resolved quickly.

Kind regards.

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1410835] Re: Azure ephemeral disk and custom mount points

2015-01-16 Thread trialotto
@Daniel,

I just read your latest (two) posts, I was not able to read them while
commenting, my apologies.

The makeswap bug (when using partitions) is very different from the
swap bug and the alias bug.

In short:

- the swap bug can be resolved by sanitizing declarations of form [ swap, x, 
x, ... ]
- the alias bug can be resolved by adding some code to check for double 
entries in the cfg mgt array, due to aliases

Kind regards.

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

Title:
  Azure ephemeral disk and custom mount points

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1410835/+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 1411757] [NEW] update to latest msgpack-python release

2015-01-16 Thread Ken Dreyer (Red Hat)
Public bug reported:

msgpack-python version 0.4.4 is out on PyPI. Would you mind updating the
Ubuntu packages to 0.4.4?

(It would be great to see a newer version in Precise as well)

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

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

Title:
  update to latest msgpack-python release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msgpack-python/+bug/1411757/+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 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-initramfs-tools

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

Title:
  kernel panic during MAAS fastpath install of Vivid images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1411294/+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 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-16 Thread Scott Moser
fix uploaded.
just for some more information, can fairly easily reproduce this bug using a 
cloud image:

img_url=http://cloud-images.ubuntu.com/daily/server/vivid/current/vivid-server-cloudimg-amd64-disk1.img;
   
img_dl=${img_url##*/} 
wget -O $img_dl $img_url
qemu-img convert -O qcow2 $img_dl disk.img.dist 
qemu-img create -f qcow2 -b disk.img.dist disk.img  

# pull out kernel/initramfs  
sudo mount-image-callback disk.img --read-only -- \ 
   sh -xc 'cp $MOUNTPOINT/boot/vmlinu?-* kernel   
   cp $MOUNTPOINT/boot/initrd.* initrd
   chmod ugo+r kernel initrd'

# boot qemu, should boot to bash prompt, currently on vivid (3.18 + 
0.25ubuntu1) will kernel panic
qemu-system-x86_64 -enable-kvm -m 1024 \
   -drive if=virtio,file=disk.img \ 
   -kernel kernel -initrd initrd \  
   -append root=LABEL=cloudimg-rootfs overlayroot=tmpfs:debug=1 console=ttyS0 
init=/bin/bash \   
 
   -nographic -echr 0x5

# patchin a new deb
sudo mount-image-callback disk.img -- \ 
   sh -exc '
 deb=$1; shift; 
 cp $deb $MOUNTPOINT/tmp/fix.deb
 chroot $MOUNTPOINT dpkg -i /tmp/fix.deb
 rm $MOUNTPOINT/tmp/fix.deb' -- overlayroot_0.26ubuntu1_all.deb  

# then re-copy out the kernel and boot again to see fix.

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

Title:
  kernel panic during MAAS fastpath install of Vivid images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1411294/+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 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/vivid/cloud-initramfs-tools
/vivid-proposed

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

Title:
  kernel panic during MAAS fastpath install of Vivid images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1411294/+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 1374166] Re: Document how to add swap space on Azure resource disk

2015-01-16 Thread Daniel Watkins
OK, so passing a file containing the following as custom-data gives us a
swap partition and a mounted disk at /mnt:

#cloud-config
disk_setup:
ephemeral0:
table_type: mbr
layout: [[66, 82], 33]
overwrite: True
fs_setup:
- device: ephemeral0.1
  filesystem: swap
- device: ephemeral0.2
  filesystem: ext4
mounts:
- [ephemeral0.1, none, swap, sw, 0, 0]
- [ephemeral0.2, /mnt]

Like so:

$ mount
...
/dev/sdb2 on /mnt type ext4 (rw,_netdev)

$ swapon -s
FilenameTypeSizeUsedPriority
/dev/sdb1   partition   418696184   0   
-1

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

Title:
  Document how to add swap space on Azure resource disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374166/+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 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-initramfs-tools - 0.26ubuntu1

---
cloud-initramfs-tools (0.26ubuntu1) vivid; urgency=medium

  * cloud-initramfs-dyn-netconf: support BOOTIF= that contains
upper case a-f.
  * overlayroot: use required 'workdir' option on overlayfs mount for
kernels = 3.18 (LP: #1411294)
 -- Scott Moser smo...@ubuntu.com   Fri, 16 Jan 2015 12:01:06 -0500

** Changed in: cloud-initramfs-tools (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  kernel panic during MAAS fastpath install of Vivid images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1411294/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Martin Meredith
https://github.com/opscode-cookbooks/openldap/issues/44 -- this has
been filed, as this is why we ended up with the outdated package

** Also affects: libnss-ldap (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Martin Meredith
Switching to libpam-ldapd and nslcd have fixed this issue.  I've marked
this as an issue against libpam-ldap.

** Changed in: light-locker (Ubuntu)
   Status: Confirmed = Invalid

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

** Changed in: policykit-1 (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: libpam-ldap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libpam-ldap (Ubuntu)
   Status: New = Incomplete

** Changed in: libpam-ldap (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: libpam-ldap (Ubuntu)
   Importance: Undecided = Critical

** Changed in: hundredpapercuts
   Status: Confirmed = Invalid

** No longer affects: policykit-1 (Ubuntu)

** No longer affects: openldap (Ubuntu)

** No longer affects: libpam-ldap (Ubuntu)

** No longer affects: light-locker (Ubuntu)

** Also affects: libpam-ldap (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: libpam-ldap (Ubuntu)
   Status: New = Confirmed

** Changed in: libpam-ldap (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Alberto Salvia Novella
** Changed in: libnss-ldap (Ubuntu)
   Importance: Undecided = Critical

** Changed in: libnss-ldap (Ubuntu)
   Status: New = Triaged

** Changed in: libpam-ldap (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Ryan Tandy
Might be related to bug 781737. pam-ldap/nss-ldap dropping privileges
is, AFAIK, caused by libgcrypt (bug 423252). If this is the same bug,
then the pending openldap merge (bug 1395098) will resolve it, as gcrypt
will no longer be used. But switching to nss-pam-ldapd is a good
recommendation anyway, since the older modules are dead upstream.

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1410195/+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 1411582] Re: Azure data source should auto-detect ephemeral disk location

2015-01-16 Thread Stephen A. Zarkos
This looks like the correct problem statement - the SCSI layer schedules
these tasks and so subtle timings could cause disk names to change.
This is also we recommend UUIDs or labels or similar to be used in
fstab.

The logic for DeviceForIdePort() is based on the fact that our vmbus
driver at least knows the order of the disks (IDE or SCSI) that are
attached on the Host side.  And on Azure, the first IDE disk is always
the OS disk, and the second is always the ephemeral disk.  That is known
and must be the case for all VMs.

So in the agent, DeviceForIdePort()[0] always returns the OS disk, and
DeviceForIdePort()[1] always returns the ephemeral disk.  Ideally cloud-
init should use a similar method to auto-detect the ephemeral disk and
update fstab if needed.

Thanks!

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

Title:
  Azure data source should auto-detect ephemeral disk location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1411582/+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 1374115] Re: Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure

2015-01-16 Thread trialotto
@Stephen,

The mount location CAN be changed by setting

- ResourceDisk.Format=y (instead of n) AND
- ResourceDisk.MountPoint=/opt (or any other directory, instead of /mnt)

in waagent.conf.

The change becomes effective after a shutdown and start-up sequence (and
I assume the same applies to a normal restart).

The mount location cannot be changed, if and only if
ResourceDisk.Format=n.

Also note that the ResourceDisk.MountPoint variable in waagent.conf can
be blank, in which case the standard mount point will be used by cloud-
init, being /mnt.

All the above already leaves the question why ResourceDisk.MountPoint
should be present in waagent.conf, given that

- most of the work is done by cloud-init and cloud-config settings, 
- the ResourceDisk.MountPoint is only working in combination with 
ResourceDisk.Format=y, 
- the specification of mount points should not be limited to only the resource 
(ephemeral) disk, 

and so on.

In essence, the Azure Datasource, used by cloud-init, should be able to
push some flexible configuration of variables to cloud-init.

As a result, a desire to change many variables will require that

1 - a (huge) number of variables is added to waagent.conf, with corresponding 
code in waagent script, OR
2 - the Azure Datasource should be WRITEABLE, allowing the change of 
cloud-config settings without specifying CustomData at provisioning time and 
(therefore) the changed cloud-config settings becoming effective at shut-down 
and start-up sequences, 

and, to be honest, the proper and efficient way of doing things should
be method 2.

Kind regards...

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

Title:
  Allow cloud-config to modify partitioning and mount point of temporary
  resource disk in Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374115/+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 1374166] Re: Document how to add swap space on Azure resource disk

2015-01-16 Thread trialotto
@Daniel,

I did all the testing before and came to the same result (as you are
probably aware of) BUT with a different CONCLUSION.

I personally concluded that the use of swap partitions, if ever
desirable, is (also) not desirable in the current case AND certainly not
on an ephemeral disk, given that:

1 - a swap partition at the beginning of a device/disk can be efficient, but 
will lead to a waste of disk space, with this being static, 
2 - a huge swap partition (if someone makes that strange mistake) will result 
in severe problems and performance issues, 
3 - a swap partition at creation time considerably reduces provisioning 
speed/performance, 
4 - a swap partition can become huge (i.e. too large) if a VM is upgraded to a 
larger size (with a larger ephemeral disk), 
5 - an OPTIMAL swap partition should be a function of memory (similar to logic 
introduced with cloud-config setting swap). 

Moreover, the swap partition as such can become obsolete, given the swap
function(s) in cloud-init versions 0.7.6 and 0.7.7.

In short, I have an issue with the procentual division of the disk, into
a normal partition and a swap partition.

The percentage assigned to the swap partition should be able to allow
for

- automated calculations of the percentage (via logic, to optimize swap space)
- manual overrides of the automated calculations

Kind regards

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

Title:
  Document how to add swap space on Azure resource disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374166/+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 1374115] Re: Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure

2015-01-16 Thread Stephen A. Zarkos
That's what I meant, on Ubuntu images the ResourceDisk.Format should be
n because cloud-init handles this.  We do not want the Linux agent and
cloud-init fighting over formatting or reformatting, and then mounting
the resource disk.

You're right, perhaps these parameters should not exist in the cloud
images.  That would be a simple patch to the walinuxagent package unless
cloud-init wants to start using those parameters at some point.

Thanks.

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

Title:
  Allow cloud-config to modify partitioning and mount point of temporary
  resource disk in Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374115/+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 1374115] Re: Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure

2015-01-16 Thread trialotto
@Stephen,

I think you know why I stated that the ResourceDisk.Format variable is a
remarkable explanation for specific behaviour of waagent.

It must also be clear why I (also) stated that some parts of the waagent
script are rather obsolete or unnecessary.

A huge part of the waagent script can be discarded when allowing cloud-
init to do the work, including those parts of the waagent script that
are aiming on specific distro´s, since cloud-init also takes care of
distro-specific code.

However, allowing cloud-init do to all the work, will only become a huge
advantage if

1 - the corresponding (Azure) Datasource can be written to, AND/OR 
2 - waagent.conf is designed to be an addition (i.e. customizable extension) to 
a (for security reasons non-writeable) Datasource, 

with Datasource referring to the file used by cloud-init.

Is option 2 achievable? And how can I test that?

Finally, note that the introduction of cloud-init version 0.7.6 in the
Ubuntu images would be desirable: this version of cloud-init works fine
in Trusty (14.04.1 LTS) and also has the option to create swap with
(advanced) cloud-config settings.

Can this new cloud-init version be introduced?

Kind regards.

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

Title:
  Allow cloud-config to modify partitioning and mount point of temporary
  resource disk in Azure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1374115/+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 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Alberto Salvia Novella
** No longer affects: hundredpapercuts

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

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


Re: [Bug 1410195] Re: Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

2015-01-16 Thread Nathan Stratton Treadway
On Fri, Jan 16, 2015 at 18:05:04 -, Ryan Tandy wrote:
 will no longer be used. But switching to nss-pam-ldapd is a good
 recommendation anyway, since the older modules are dead upstream.

(In fact there is discussion underway regarding downgrading libnss-ldap
and libpam-ldap out of main; see LP: #1408478 for more information.)

Nathan

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

Title:
  Ctrl+Alt+F7 bypasses the light-locker lock-screen under XFCE

To manage notifications about this bug go to:
https://bugs.launchpad.net/policykit-1/+bug/1410195/+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 1411326] Re: package libvirt-bin 1.2.8-0ubuntu11.2 failed to install/upgrade: subprocess installed post-installation script was killed by signal (Terminated)

2015-01-16 Thread Serge Hallyn
Thanks for the update.  I will mark this 'invalid' meaning cannot be
reproduced now.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  package libvirt-bin 1.2.8-0ubuntu11.2 failed to install/upgrade:
  subprocess installed post-installation script was killed by signal
  (Terminated)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1411326/+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 1411811] Re: Please update php, mysql on ubuntu 15.04

2015-01-16 Thread Seth Arnold
** Package changed: php-ps (Ubuntu) = php5 (Ubuntu)

** Also affects: mysql-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

** Information type changed from Private Security to Public

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

Title:
  Please update php, mysql on ubuntu 15.04

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


Re: [Bug 1367495] Re: Bridge still not created if bind9 is on

2015-01-16 Thread Serge Hallyn
 Finally, on my host I get:
 root@srv-Ub1404:~# ps -ef | grep dnsmasq
 lxc-dns+ 11309 1  0 Jan15 ?00:00:00 dnsmasq -u lxc-dnsmasq 
 --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --conf-file= 
 --listen-address 10.0.3.1 --dhcp-range 10.0.1.2,10.0.1.254 
 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo 
 --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases 
 --dhcp-authoritative

so your dnsmasq is listening on 10.0.3.1 but serving
10.0.1.2..10.0.1.254.  Is that by design, or should it be serving
10.0.3.2..10.0.3.254?

Since you're using a non-standard setup anyway, you should be able to
get dns in your containers by putting

nameserver 10.0.3.1

into /etc/resolv.conf, or else

nameserver 8.8.8.8

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

Title:
  Bridge still not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+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 1292234] Re: qcow2 image corruption on non-extent filesystems (ext3)

2015-01-16 Thread Chris J Arges
** Summary changed:

- qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)
+ qcow2 image corruption on non-extent filesystems (ext3)

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

Title:
  qcow2 image corruption on non-extent filesystems (ext3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1292234/+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 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
** Package changed: qemu-kvm (Ubuntu) = qemu (Ubuntu)

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

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

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+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 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
Could you show the results of:

strings /lib/x86_64-linux-gnu/libusb-1.0.so.0.1.0 | grep libusb_get_p

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

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

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+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 1408692] Re: libvirt does not start because libusb_get_port_numbers symbol is undefined

2015-01-16 Thread Serge Hallyn
Just to be sure you do also get this error if you just type

/usr/bin/qemu-system-x86_64 -vnc :1

?

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

Title:
  libvirt does not start because libusb_get_port_numbers symbol is
  undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1408692/+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 1367495] Re: Bridge still not created if bind9 is on

2015-01-16 Thread Yonatan Yehezkeally
Not by design, no. Any of that, really, since I wouldn't have known
where to go to make these alterations if I wanted to (well, now that you
pointed that out, I should be able to reverse-engineer it and see if it
at least assigns IP addresses to containers automatically that way).
It's a pretty new installation of Ubuntu server; I can't think of any
non-standard thing I did on that machine that might've caused all this
mess.

By the way, adding `nameserver 8.8.8.8` to /etc/resolv.conf made no
difference. Putting it in /etc/resolvconf/resolv.conf.d/base and running
`resolvconf -u` resulted in requests hanging for a few seconds before it
returns the same message, that the address couldn't have been resolved.
All the while I can ping 8.8.8.8 just fine.

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

Title:
  Bridge still not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+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 1368439] Re: Random high latency with KSM enabled and multiple CPU sockets

2015-01-16 Thread Serge Hallyn
Is this still an issue for you?

There were some actual KSM corruption bugs which were somewhat recently
fixed.

KSM in general wil use more CPU in order to reduce memory contention, so
your results are not necessarily unexpected.  Aside from turning KSM
off, you can also reduce the KSM frequency.

There are some other tuning hints at http://www.linux-
kvm.org/page/Tuning_Kernel

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Random high latency with KSM enabled and multiple CPU sockets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1368439/+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 1256866] Re: package qemu-kvm 1.0+noroms-0ubuntu14.12 failed to install/upgrade: dependency problems - leaving unconfigured

2015-01-16 Thread Serge Hallyn
If you are still having an issue, please reply.

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  package qemu-kvm 1.0+noroms-0ubuntu14.12 failed to install/upgrade:
  dependency problems - leaving unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1256866/+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 1347684] Re: icmp response flapping during CPU load

2015-01-16 Thread Serge Hallyn
This sort of result is not unexpected when the guest is under high load,
depending on your setup and whether the nics are emulated.

Can you show your kvm command line?

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

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

Title:
  icmp response flapping during CPU load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1347684/+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 1319100] Re: qemu-arm-static bug in signal handling avoids using mono

2015-01-16 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  qemu-arm-static bug in signal handling avoids using mono

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1319100/+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 746114] Re: FreeBSD freeze during boot when running in Qemu KVM on AMD and Intel

2015-01-16 Thread Serge Hallyn
If this is still an issue, please try to reproduce it with the lastest
upstream daily build from https://launchpad.net/~ubuntu-
virt/+archive/ubuntu/virt-daily-upstream

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  FreeBSD freeze during boot when running in Qemu KVM on AMD and Intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/746114/+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 685096] Re: USB Passthrough not working for Windows 7 guest

2015-01-16 Thread Serge Hallyn
The file seems to be in qemu-system-common (at least in Ubuntu 14.10).

The next question is how to best help the user to run the right command.
Should it go into the manpage?

** Package changed: qemu-kvm (Ubuntu) = qemu (Ubuntu)

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

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

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

Title:
  USB Passthrough not working for Windows 7 guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/685096/+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 551545] Re: PXE netboot not booting localboot from virtio-disk

2015-01-16 Thread Ryan Harper
This issue should be fixed in the qemu-kvm version included in precise.

** Changed in: qemu-kvm (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  PXE netboot not booting localboot from virtio-disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/551545/+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 1047040] Re: kvm crashed on precise - memory corruption

2015-01-16 Thread Serge Hallyn
Please reply if you can still reproduce this bug.

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  kvm crashed on precise - memory corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1047040/+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 1387881] Re: qemu fails to recognize full virtualization

2015-01-16 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Status: New = Invalid

** Changed in: qemu
   Status: New = Invalid

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

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

Title:
  qemu fails to recognize full virtualization

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1387881/+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 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-16 Thread Serge Hallyn
Thanks - just to be clear, was ther eany downside to setting
CONFIG_VGA_ALLOCATE_EXTRA_STACK=n?

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

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

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

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1404396/+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 1396497] Re: 'qemu-img snapshot' allows new snapshot to be created with the name of an existing snapshot

2015-01-16 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  'qemu-img snapshot' allows new snapshot to be created with the name of
  an existing snapshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1396497/+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 1318830] Re: High CPU usage on windows virtual machine

2015-01-16 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Status: Incomplete = New

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

Title:
  High CPU usage on windows virtual machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1318830/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Adam Conrad
Hello Louis, or anyone else affected,

Accepted libnss-ldap into trusty-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/libnss-
ldap/264-2.2ubuntu4.14.04.1 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: libnss-ldap (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

** Changed in: libnss-ldap (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1387594] Please test proposed package

2015-01-16 Thread Adam Conrad
Hello Louis, or anyone else affected,

Accepted libnss-ldap into utopic-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/libnss-
ldap/264-2.2ubuntu4.14.10.1 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
Server Team, which is subscribed to libnss-ldap in Ubuntu.
https://bugs.launchpad.net/bugs/1387594

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1318830] Re: High CPU usage on windows virtual machine

2015-01-16 Thread Ryan Harper
Hi,

Are you running ntp in the host or timekeeping in the guest?  If so, is
the guest clock close to what current time should be?

Also, can you try adding this option:

-global mc146818rtc.lost_tick_policy=slew

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

Title:
  High CPU usage on windows virtual machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1318830/+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 1387594] Re: init: symbol lookup error: /lib/powerpc64le-linux-gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

2015-01-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/libnss-ldap

** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/libnss-ldap/utopic-
proposed

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

Title:
  init: symbol lookup error: /lib/powerpc64le-linux-
  gnu/libnss_ldap.so.2: undefined symbol: __libc_lock_lock

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/1387594/+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 1359421] Re: Update librtas for LE support

2015-01-16 Thread Adam Conrad
*** This bug is a duplicate of bug 1391322 ***
https://bugs.launchpad.net/bugs/1391322

** This bug has been marked a duplicate of bug 1391322
   [ubuntu- 14.10] librtas: fixes for LE support

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

Title:
  Update librtas for LE support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librtas/+bug/1359421/+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 1411875] [NEW] I am unable to get desktop for ubuntu 14.04. sa-compile fails with exit 2.

2015-01-16 Thread sudhanva
Public bug reported:

I am unable to recover the desktop for my vmware workstation image
(amd64). I updated from 14.04 to 14.10 and since then has not started.
It shows sa-compile error.

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

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

Title:
  I am unable to get desktop for ubuntu 14.04. sa-compile fails with
  exit 2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1411875/+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 997978] Re: KVM images lose connectivity with bridged network

2015-01-16 Thread Gibbo
I report the same situation as comment 129. 
Spark Cluster installed with Ambari 1.7, installed HDP 2.2 running Zookeeper, 
Ganglia, HDFS and YARN.
Ubuntu 12.04

uname -r
3.2.0-67-virtual

Instances running fine until the start of a Spark of Hadoop job with YARN. The 
Job gets accepted but then 2 slaves of the cluster are interested by the bug 
and lose connectivity. They are still accessible by the openstack web page 
console but can't reach the network. Reboots brings the VM in a halt state. 
Solved with  ethtool -K eth0 tx off sg off tso off ufo off gso off gro off lro 
off

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

Title:
  KVM images lose connectivity with bridged network

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/997978/+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 1411575] Re: Need patch in Trusty to run esx under kvm

2015-01-16 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:2.1+dfsg-11ubuntu2

---
qemu (1:2.1+dfsg-11ubuntu2) vivid; urgency=medium

  * Cherrypick upstream patch needed to allow ESx hosts to run under
kvm (LP: #1411575)
 -- Serge Hallyn serge.hal...@ubuntu.com   Fri, 16 Jan 2015 16:32:48 -0600

** Changed in: qemu (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Need patch in Trusty to run esx under kvm

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


Re: [Bug 1318830] Re: High CPU usage on windows virtual machine

2015-01-16 Thread Philip Orleans
I no longer use KVM. It is unsupported, it seems.
Yours
Federico

On Fri, Jan 16, 2015 at 5:16 PM, Ryan Harper 1318...@bugs.launchpad.net
wrote:

 Hi,

 Are you running ntp in the host or timekeeping in the guest?  If so, is
 the guest clock close to what current time should be?

 Also, can you try adding this option:

 -global mc146818rtc.lost_tick_policy=slew

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

 Title:
   High CPU usage on windows virtual machine

 Status in QEMU:
   New
 Status in qemu package in Ubuntu:
   New

 Bug description:
   I got Ubuntu 14.04, with Qemu 2.0 and moved my windows VM to this new
 box, and made sure that what this article indicates was achieved
   https://www.kraxel.org/blog/2014/03/qemu-and-usb-tablet-cpu-consumtion/
   I can attest that it works following the instructions, erasing the
 registry, etc.
   Unfortunately, with 4 cpus as below, I still see 60% CPU outside as
 shown by Top versus 0% CPU inside. My Kernel is 3.15.0-031500rc4-generic
   If some developer wants to log in and take a look, I am happy to help.
 The box is not in production and I take full responsibility. Until this is
 solved, KVM is not going to compete with Hyper-V or Vmware.  Basically KVM
 is not suitable for the Enterprise as of yet.

   qemu-system-x86_64 -enable-kvm -name Production -S -machine pc-
   i440fx-2.0,accel=kvm,usb=off -cpu

 kvm64,+rdtscp,+pdpe1gb,+x2apic,+dca,+pcid,+pdcm,+xtpr,+tm2,+est,+smx,+vmx,+ds_cpl,+monitor,+dtes64,+pclmuldq,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme,hv_relaxed,hv_vapic,hv_spinlocks=0xfff
   -m 4024 -realtime mlock=off -smp 4,sockets=1,cores=4,threads=1 -uuid
   e8701c5c-b542-0199-fd2a-1047df24770e -no-user-config -nodefaults
   -chardev

 socket,id=charmonitor,path=/var/lib/libvirt/qemu/Production.monitor,server,nowait
   -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime
   -no-shutdown -boot strict=on -device piix3-usb-
   uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive
   file=/var/lib/libvirt/images/Production.img,if=none,id=drive-virtio-
   disk0,format=raw -device virtio-blk-
   pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-
   disk0,bootindex=1 -netdev tap,fd=30,id=hostnet0,vhost=on,vhostfd=31
   -device virtio-net-
   pci,netdev=hostnet0,id=net0,mac=00:16:3a:d2:cd:ea,bus=pci.0,addr=0x3
   -netdev tap,fd=35,id=hostnet1,vhost=on,vhostfd=36 -device virtio-net-
   pci,netdev=hostnet1,id=net1,mac=52:54:00:70:fe:54,bus=pci.0,addr=0x4
   -chardev pty,id=charserial0 -device isa-
   serial,chardev=charserial0,id=serial0 -device usb-tablet,id=input0
   -vnc 127.0.0.1:0 -device VGA,id=video0,bus=pci.0,addr=0x2 -device
   intel-hda,id=sound0,bus=pci.0,addr=0x5 -device hda-
   duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device virtio-balloon-
   pci,id=balloon0,bus=pci.0,addr=0x7

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


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

Title:
  High CPU usage on windows virtual machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1318830/+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 1385885] Re: etckeeper (with git) fails to commit any data on fresh utopic install

2015-01-16 Thread Ryan Tucker
A workaround:  chmod +x /etc/etckeeper/commit.d/50vcs-commit

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

Title:
  etckeeper (with git) fails to commit any data on fresh utopic install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1385885/+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 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-16 Thread Richard Laager
There's no downside for me.
http://www.seabios.org/pipermail/seabios/2015-January/008546.html and
http://www.seabios.org/pipermail/seabios/2015-January/008547.html have a
couple of answers. Basically, CONFIG_VGA_ALLOCATE_EXTRA_STACK improves
things for some old DOS programs. No examples were given.

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1404396/+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 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-16 Thread Richard Laager
I see I haven't given a status update here... There were a couple of
patches on the mailing list. One definitely fixes it. The other fixes
it, but possibly (I should retest) breaks video output while booting (on
seabios git, but not 1.7.4).

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

Title:
  [regression] vgabios - seabios breaks (my) 16-bit applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1404396/+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 1411535] [NEW] [Dell Precision M4800] No Unity 3D support on nVidia GK106GLM [10de:11fc] with open-source driver

2015-01-16 Thread Po-Hsu Lin
Public bug reported:

CID: 201305-13527 Dell Precision M4800

With Enable Switchable Graphics disabled in the BIOS, this system
would use software rendering in Unity.

ubuntu@201305-13527:~$ /usr/lib/nux/unity_support_test -c -p
OpenGL vendor string:   VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)
OpenGL version string:  2.1 Mesa 10.1.3

Not software rendered:no
Not blacklisted:  yes
GLX fbconfig: yes
GLX texture from pixmap:  yes
GL npot or rect textures: yes

Compiz supported: no

But with that aforementioned option enabled, it won't have this issue.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-44-generic 3.13.0-44.73
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
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1439 F pulseaudio
 /dev/snd/controlC1:  ubuntu 1439 F pulseaudio
CRDA:
 country TW:
(2402 - 2472 @ 40), (3, 27)
(5270 - 5330 @ 40), (3, 17), DFS
(5735 - 5815 @ 40), (3, 30)
CurrentDesktop: Unity
Date: Fri Jan 16 02:21:07 2015
HibernationDevice: RESUME=UUID=4e3c0183-4d3f-495e-8d6a-57e2b23e6412
InstallationDate: Installed on 2015-01-16 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Dell Inc. Precision M4800
ProcFB:
 0 inteldrmfb
 1 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-44-generic 
root=UUID=3edd6366-27b1-41af-88d4-ac1abe216d8f ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-44-generic N/A
 linux-backports-modules-3.13.0-44-generic  N/A
 linux-firmware 1.127.11
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/03/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0FVDR2
dmi.board.vendor: Dell Inc.
dmi.board.version: X02
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd12/03/2014:svnDellInc.:pnPrecisionM4800:pvr01:rvnDellInc.:rn0FVDR2:rvrX02:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision M4800
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: 201305-13527 amd64 apport-bug taipei-lab trusty

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

Title:
  [Dell Precision M4800] No Unity 3D support on nVidia GK106GLM
  [10de:11fc] with open-source driver

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

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


[Bug 1411535] Status changed to Confirmed

2015-01-16 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  [Dell Precision M4800] No Unity 3D support on nVidia GK106GLM
  [10de:11fc] with open-source driver

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

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


[Bug 1378744] Re: nVidia GK106GLM [Quadro K2100M] [10de:11fc] Connect to HDMI / DP port with open-source driver will cause Xorg crash

2015-01-16 Thread Po-Hsu Lin
For bug https://bugs.freedesktop.org/show_bug.cgi?id=76990
I can't reproduce this on this system (with Switchable Graphics enabled or 
disabled), therefore I think this is not the case.

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

Title:
  nVidia GK106GLM [Quadro K2100M] [10de:11fc] Connect to HDMI / DP port
  with open-source driver will cause Xorg crash

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

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


[Bug 1410909] Re: linux-armadaxp: 3.2.0-1644.63 -proposed tracker

2015-01-16 Thread Brad Figg
All builds are complete, packages in this bug can be copied to
-proposed.

** Changed in: kernel-sru-workflow/prepare-package
   Status: New = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: New = Confirmed

** Changed in: kernel-sru-workflow/package-testing
   Status: New = In Progress

** Changed in: kernel-sru-workflow/package-testing
   Status: In Progress = Confirmed

** Description changed:

  This bug is for tracking the 3.2.0-1644.63 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Wednesday, 14. January 2015 18:03 UTC
- kernel-stable-phase:Prepare
- kernel-stable-phase-changed:Wednesday, 14. January 2015 18:03 UTC
  kernel-stable-master-bug:1410459
  kernel-stable-Certification-testing-end:Friday, 16. January 2015 07:01 UTC
  kernel-stable-Security-signoff-end:Friday, 16. January 2015 07:02 UTC
+ kernel-stable-phase:PPA Testing
+ kernel-stable-phase-changed:Friday, 16. January 2015 08:02 UTC
+ kernel-stable-Prepare-package-end:Friday, 16. January 2015 08:02 UTC
+ kernel-stable-Promote-to-proposed-start:Friday, 16. January 2015 08:02 UTC
+ ppa-package-testing-start:Friday, 16. January 2015 08:02 UTC

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

Title:
  linux-armadaxp: 3.2.0-1644.63 -proposed tracker

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

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


[Bug 1376324] Re: /usr/sbin/unity-system-compositor:*** Error in `unity-system-compositor': free(): invalid pointer: ADDR ***

2015-01-16 Thread Daniel van Vugt
** Description changed:

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity-system-compositor.  This problem was most recently seen
  with version 0.0.5+14.10.20140917-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/bfb855ebc60f251bf495a2ffb24f2924c50bdbf8
  contains more details.
+ 
+ *** WARNING ***
+ Due to the limited nature of the stack trace comparison in errors.ubuntu.com, 
ALL heap corruption bugs in unity-system-compositor will land here. That does 
NOT make them the same as this bug.

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

Title:
  /usr/sbin/unity-system-compositor:*** Error in `unity-system-
  compositor': free(): invalid pointer: ADDR ***

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

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


[Bug 1411539] UsbDevices.txt

2015-01-16 Thread Mirto Silvio Busico
apport information

** Attachment added: UsbDevices.txt
   
https://bugs.launchpad.net/bugs/1411539/+attachment/4299801/+files/UsbDevices.txt

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

Title:
  usb-creator fails - cannot generate usb disk

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

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


[Bug 1411539] UsbCreatorLog.txt

2015-01-16 Thread Mirto Silvio Busico
apport information

** Attachment added: UsbCreatorLog.txt
   
https://bugs.launchpad.net/bugs/1411539/+attachment/4299800/+files/UsbCreatorLog.txt

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

Title:
  usb-creator fails - cannot generate usb disk

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

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


[Bug 1411539] [NEW] usb-creator fails - cannot generate usb disk

2015-01-16 Thread Mirto Silvio Busico
Public bug reported:

Using Kubuntu 14.10 64Bit, to reproduce

1) select Kubuntu 14.10 64bit ISO image
2) use a usb key of 8Gb or more (tried vaRIOUS BRAND)
3) select erase disk
4) assign 4Gb for the persistent disk
5) start the operation

The progress stops when it says creating persistent file 99% 
From here nothing happens

Dmesg says:

[ 2722.281146] usb 3-1: new high-speed USB device number 6 using xhci_hcd
[ 2722.409760] usb 3-1: New USB device found, idVendor=0781, idProduct=557d
[ 2722.409764] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2722.409766] usb 3-1: Product: Cruzer Force
[ 2722.409768] usb 3-1: Manufacturer: SanDisk
[ 2722.409769] usb 3-1: SerialNumber: 4C530010271021100025
[ 2722.435128] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 2722.435181] scsi6 : usb-storage 3-1:1.0
[ 2722.435245] usbcore: registered new interface driver usb-storage
[ 2722.438343] usbcore: registered new interface driver uas
[ 2723.435271] scsi 6:0:0:0: Direct-Access SanDisk  Cruzer Force 1.26 
PQ: 0 ANSI: 6
[ 2723.435697] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 2723.437195] sd 6:0:0:0: [sdc] 31266816 512-byte logical blocks: (16.0 
GB/14.9 GiB)
[ 2723.439162] sd 6:0:0:0: [sdc] Write Protect is off
[ 2723.439168] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 2723.439515] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[ 2723.447774]  sdc: sdc1 sdc2
[ 2723.450034] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 2741.921795] FAT-fs (sdc1): Volume was not properly unmounted. Some data may 
be corrupt. Please run fsck.
[ 2783.375371] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 2783.377357] ISO 9660 Extensions: RRIP_1991A
[ 4634.256459] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 4634.256477] ISO 9660 Extensions: RRIP_1991A
--- 
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
DistroRelease: Ubuntu 14.10
InstallationDate: Installed on 2014-11-24 (52 days ago)
InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
Package: usb-creator (not installed)
ProcEnviron:
 LANGUAGE=it_IT
 TERM=xterm
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Tags:  utopic
UDisksDump: Error: [Errno 2] File o directory non esistente
Uname: Linux 3.16.0-29-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected utopic

** Tags added: apport-collected utopic

** Description changed:

  Using Kubuntu 14.10 64Bit, to reproduce
  
  1) select Kubuntu 14.10 64bit ISO image
  2) use a usb key of 8Gb or more (tried vaRIOUS BRAND)
  3) select erase disk
  4) assign 4Gb for the persistent disk
  5) start the operation
  
  The progress stops when it says creating persistent file 99% 
  From here nothing happens
  
  Dmesg says:
  
  [ 2722.281146] usb 3-1: new high-speed USB device number 6 using xhci_hcd
  [ 2722.409760] usb 3-1: New USB device found, idVendor=0781, idProduct=557d
  [ 2722.409764] usb 3-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [ 2722.409766] usb 3-1: Product: Cruzer Force
  [ 2722.409768] usb 3-1: Manufacturer: SanDisk
  [ 2722.409769] usb 3-1: SerialNumber: 4C530010271021100025
  [ 2722.435128] usb-storage 3-1:1.0: USB Mass Storage device detected
  [ 2722.435181] scsi6 : usb-storage 3-1:1.0
  [ 2722.435245] usbcore: registered new interface driver usb-storage
  [ 2722.438343] usbcore: registered new interface driver uas
  [ 2723.435271] scsi 6:0:0:0: Direct-Access SanDisk  Cruzer Force 1.26 
PQ: 0 ANSI: 6
  [ 2723.435697] sd 6:0:0:0: Attached scsi generic sg2 type 0
  [ 2723.437195] sd 6:0:0:0: [sdc] 31266816 512-byte logical blocks: (16.0 
GB/14.9 GiB)
  [ 2723.439162] sd 6:0:0:0: [sdc] Write Protect is off
  [ 2723.439168] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
  [ 2723.439515] sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
  [ 2723.447774]  sdc: sdc1 sdc2
  [ 2723.450034] sd 6:0:0:0: [sdc] Attached SCSI disk
  [ 2741.921795] FAT-fs (sdc1): Volume was not properly unmounted. Some data 
may be corrupt. Please run fsck.
  [ 2783.375371] ISO 9660 Extensions: Microsoft Joliet Level 3
  [ 2783.377357] ISO 9660 Extensions: RRIP_1991A
  [ 4634.256459] ISO 9660 Extensions: Microsoft Joliet Level 3
  [ 4634.256477] ISO 9660 Extensions: RRIP_1991A
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8.1
+ Architecture: amd64
+ DistroRelease: Ubuntu 14.10
+ InstallationDate: Installed on 2014-11-24 (52 days ago)
+ InstallationMedia: Kubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
+ Package: usb-creator (not installed)
+ ProcEnviron:
+  LANGUAGE=it_IT
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=it_IT.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
+ Tags:  utopic
+ UDisksDump: 

[Bug 1411543] [NEW] nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-16 Thread Codrin Cean
Public bug reported:

update problem

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.113-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.16.0-30.40-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8.1
Architecture: amd64
DKMSKernelVersion: 3.16.0-30-generic
Date: Fri Jan 16 10:08:11 2015
InstallationDate: Installed on 2014-12-13 (33 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
PackageVersion: 331.113-0ubuntu0.1
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

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

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


[Bug 1411535] Re: [Dell Precision M4800] No Unity 3D support on nVidia GK106GLM [10de:11fc] with open-source driver

2015-01-16 Thread Po-Hsu Lin
This issue could be fixed by installing the proprietary nvidia-331
driver. Therefore I think we don't need to add the blocker tag to this.

** Package changed: linux (Ubuntu) = xserver-xorg-video-nouveau
(Ubuntu)

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

Title:
  [Dell Precision M4800] No Unity 3D support on nVidia GK106GLM
  [10de:11fc] with open-source driver

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

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


[Bug 1411514] Re: [Dell Precision M4800] Brightness can't be controlled on 14.04.1

2015-01-16 Thread Po-Hsu Lin
With the proprietary driver nvidia-331 installed, the brightness control could 
work as expected.
(Switchable Graphic disabled.)

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

Title:
  [Dell Precision M4800] Brightness can't be controlled on 14.04.1

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

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


[Bug 1410309] Re: [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always keeps the same color (white).

2015-01-16 Thread tai271828
** Tags added: 201405-15063

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always
  keeps the same color (white).

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

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


[Bug 1410309] Re: [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always keeps the same color (white).

2015-01-16 Thread Anthony Wong
** Changed in: linux (Ubuntu)
 Assignee: Hui Wang (hui.wang) = (unassigned)

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always
  keeps the same color (white).

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

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


[Bug 1410308] Re: [HP EliteBook 725 G2 Notebook PC] mic mute LED does not work.

2015-01-16 Thread tai271828
** Tags added: 201405-15063

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mic mute LED does not work.

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

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


[Bug 1410908] Re: linux-ti-omap4: 3.2.0-1459.79 -proposed tracker

2015-01-16 Thread Paolo Pisati
git://kernel.ubuntu.com/ppisati/ubuntu-precise.git ti-omap4

** Summary changed:

- linux-ti-omap4: version to be filled -proposed tracker
+ linux-ti-omap4: 3.2.0-1459.79 -proposed tracker

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

Title:
  linux-ti-omap4: 3.2.0-1459.79 -proposed tracker

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

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


[Bug 1409721] Re: [HP EliteBook 725 G2 Notebook PC] mic mute key (Fn+F8) does not work

2015-01-16 Thread tai271828
** Tags added: 201405-15063

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mic mute key (Fn+F8) does not work

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

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


[Bug 995111] Re: Print failure since upgrade to 12.04

2015-01-16 Thread sandipahire007
HI Team

i am using xubuntu 12.04

i have send print from server 2003
and printer connected  xubuntu 12.04 

Server ip is 192.168.0.2
ubuntu ip is 192.168.105.208

printing failed .. how to possible printing in xubuntu. ???

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

Title:
  Print failure since upgrade to 12.04

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

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


[Bug 1317511] Re: 6 Ways to Dress Yourself Slim

2015-01-16 Thread William Grant
*** This bug is a duplicate of bug 1317489 ***
https://bugs.launchpad.net/bugs/1317489

** Package changed: gitg (Ubuntu) = null-and-void

** Changed in: null-and-void
   Status: New = Invalid

** Information type changed from Public to Private

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

Title:
  6 Ways to Dress Yourself Slim

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1317511/+subscriptions

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


[Bug 1356722] Re: [Dell Precision T7600] plugged USB storage would drop after resume from suspend

2015-01-16 Thread Anthony Wong
** Changed in: hwe-next
   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/1356722

Title:
  [Dell Precision T7600] plugged USB storage would drop after resume
  from suspend

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

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


[Bug 1356277] Re: AMD Radeon 7450 [1002:677b] No display with DP port

2015-01-16 Thread Anthony Wong
That makes sense, do you want to close it?

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

** Changed in: hwe-next
   Status: New = Incomplete

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

Title:
  AMD Radeon 7450 [1002:677b] No display with DP port

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

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


[Bug 1410668] Re: [Dell Latitude E5450] Touchpad is being recognized as ImPS/2 Generic Wheel Mouse

2015-01-16 Thread Anthony Wong
** Changed in: hwe-next
 Assignee: (unassigned) = Jesse Sung (wenchien)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Jesse Sung (wenchien)

** Changed in: hwe-next
   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/1410668

Title:
  [Dell Latitude E5450] Touchpad is being recognized as ImPS/2 Generic
  Wheel Mouse

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

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


[Bug 1410309] Re: [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always keeps the same color (white).

2015-01-16 Thread tai271828
HP ProBook 440 G2 Notebook PC
CID: 201405-15063
could reproduce this issue.

The attachment
201405-15063.apport.linux.log
shows the log.

** Attachment added: 201405-15063.apport.linux.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1410309/+attachment/4299809/+files/201405-15063.apport.linux.log

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mute LED does not work. it always
  keeps the same color (white).

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

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


[Bug 1410308] Re: [HP EliteBook 725 G2 Notebook PC] mic mute LED does not work.

2015-01-16 Thread tai271828
HP ProBook 440 G2 Notebook PC
CID: 201405-15063
could reproduce this issue.

The attachment
201405-15063.apport.linux.log
shows the log.


** Attachment added: 201405-15063.apport.linux.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1410308/+attachment/4299808/+files/201405-15063.apport.linux.log

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

Title:
  [HP EliteBook 725 G2 Notebook PC] mic mute LED does not work.

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

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


[Bug 1327990] Re: [Dell Inspiron 5447] failed to suspend-resume when using AMD Radeon R7 M260 graphic card [1002:6900]

2015-01-16 Thread Anthony Wong
** Changed in: hwe-next
   Importance: Undecided = High

** Changed in: fglrx-installer (Ubuntu)
 Assignee: Jesse Sung (wenchien) = Alberto Milone (albertomilone)

** Changed in: hwe-next
 Assignee: (unassigned) = Alberto Milone (albertomilone)

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

Title:
  [Dell Inspiron 5447] failed to suspend-resume when using AMD Radeon R7
  M260 graphic card [1002:6900]

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

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


  1   2   3   4   5   6   7   8   9   10   >