[Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread James Hunt
Hi Serge,

Yes, I get the hang  on upstream too (HEAD
e157b8fdd412d48eacfbb8c67d3d58780154faa3).

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1257352/+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 1261338] [NEW] lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Vincent Ladeuil
Public bug reported:

and even 'lxc-stop -k -t timeout' can hang :-/

The context is an automated test run with otto using a lxc-container
trigerring a kernel crash on the host.

The host is still alive and so is the container but trying to implement
a catch-all to stop a container left running is blocked because there is
no way in this particular case to stop the container.

The only alternative so far is to reboot the host :-/

http://q-jenkins.ubuntu-ci:8080/job/autopilot-trusty-daily_release/label
=qa-intel-4000/951/console is one occurrence where the kernel crashed
and 'lxc-stop -k -t 120 -n trusty-i386-20131216-0008' hanged requiring
the job to be aborted.

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


** Tags: ci-engineering

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1261335] [NEW] Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Public bug reported:

If Nova-compute tries to start before libvirt-bin is up it will fail.


2013-10-08 07:24:16.703 2537 INFO nova.manager [-] Skipping periodic task 
_periodic_update_dns because its interval is negative
2013-10-08 07:24:18.683 2537 INFO nova.virt.driver [-] Loading compute driver 
'libvirt.LibvirtDriver'
2013-10-08 07:24:19.243 INFO nova.openstack.common.rpc.common 
[req-d1fb1b3c--43db-b421-ac67c1c956b8 None None] Connected to AMQP server 
on *.example.com:5672
2013-10-08 07:24:19.281 2537 AUDIT nova.service [-] Starting compute node 
(version 2013.1.3)
2013-10-08 07:24:22.129 INFO nova.compute.manager 
[req-660b8846-b31c-405c-b37b-a92273db35a2 None None] Updating host status
2013-10-08 07:24:22.654 2537 CRITICAL nova [-] End of file while reading data: 
Input/output error
2013-10-08 07:24:22.654 2537 TRACE nova Traceback (most recent call last):
2013-10-08 07:24:22.654 2537 TRACE nova File /usr/bin/nova-compute, line 85, 
in module
2013-10-08 07:24:22.654 2537 TRACE nova service.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 689, in wait
2013-10-08 07:24:22.654 2537 TRACE nova _launcher.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 209, in wait
2013-10-08 07:24:22.654 2537 TRACE nova super(ServiceLauncher, self).wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 179, in wait
2013-10-08 07:24:22.654 2537 TRACE nova service.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2013-10-08 07:24:22.654 2537 TRACE nova return self._exit_event.wait()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2013-10-08 07:24:22.654 2537 TRACE nova return hubs.get_hub().switch()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2013-10-08 07:24:22.654 2537 TRACE nova return self.greenlet.switch()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2013-10-08 07:24:22.654 2537 TRACE nova result = function(*args, **kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 147, in run_server
2013-10-08 07:24:22.654 2537 TRACE nova server.start()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 429, in start
2013-10-08 07:24:22.654 2537 TRACE nova self.manager.init_host()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 620, in 
init_host
2013-10-08 07:24:22.654 2537 TRACE nova self._report_driver_status(context)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 3744, in 
_report_driver_status
2013-10-08 07:24:22.654 2537 TRACE nova capabilities = 
self.driver.get_host_stats(refresh=True)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3449, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova return 
self.host_state.get_host_stats(refresh=refresh)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3449, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova return 
self.host_state.get_host_stats(refresh=refresh)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3771, in 
get_host_stats
2013-10-08 07:24:22.654 2537 TRACE nova self.update_status()
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 3787, in 
update_status
2013-10-08 07:24:22.654 2537 TRACE nova self.driver.get_memory_mb_used())
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2631, in 
get_memory_mb_used
2013-10-08 07:24:22.654 2537 TRACE nova return self.get_memory_mb_total() - 
avail / 1024
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2542, in 
get_memory_mb_total
2013-10-08 07:24:22.654 2537 TRACE nova return self._conn.getInfo()[1]
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 187, in doit
2013-10-08 07:24:22.654 2537 TRACE nova result = proxy_call(self._autowrap, f, 
*args, **kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 147, in proxy_call
2013-10-08 07:24:22.654 2537 TRACE nova rv = execute(f,*args,**kwargs)
2013-10-08 07:24:22.654 2537 TRACE nova File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 76, in tworker
2013-10-08 07:24:22.654 2537 

[Bug 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~wenjianhn/+junk/nova_grizzly

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
# TODO(wenjianhn): 
1. steps to reproduce the bug
 2. steps to verify the fix

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1260845] Re: libkrb5-dev version 1.10-beta1 has broken RDNS support

2013-12-16 Thread Robie Basak
*** This bug is a duplicate of bug 571572 ***
https://bugs.launchpad.net/bugs/571572

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Which versions in Ubuntu are affected, please? Also, please see
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/571572/comments/17

Right now I'm not clear on what needs to be patched where, with the
details of the interaction with libc and how this varies between
releases, to actually upload anything. If somebody could clarify the
situation with specific required minimal patches in Ubuntu and a correct
fix in Trusty if required (or confirmation that Trusty is not affected),
and there is consensus that this is accurate, then we can get this done.
Details in the comment I linked above, and
https://wiki.ubuntu.com/StableReleaseUpdates#Procedure. Without a
detailed technical clarification of the situation covering Ubuntu
releases, this bug will languish.

I'm marking this bug as a duplicate of bug 571572 as I assume that it's
the same issue. If this is wrong, please explain and I can undo the
duplicate mark. Otherwise, please continue discussion in the other bug.
Thanks!

** This bug has been marked a duplicate of bug 571572
   krb5 prefers the reverse pointer no matter what for locating service tickets.

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

Title:
  libkrb5-dev version 1.10-beta1 has broken RDNS support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1260845/+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 1257082] Re: MAAS does not use NTP servers specified in DHCPD options

2013-12-16 Thread Robie Basak
Setting to Medium priority as a workaround is available.

Debian is considering making NTP available by default in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731594.

I'm also concerned that though changing NTPDATE_USE_NTP_CONF to default
to no if /etc/ntp.conf doesn't exist seems to be right solution right
now, it may have a negative impact to non-MAAS users, and so this needs
to be considered carefully.

So it seems like we're still figuring out what the right solution should
be. Some discussion in Ubuntu at: https://lists.ubuntu.com/archives
/ubuntu-devel/2013-December/037895.html

Given that there's a workaround, I think we should probably wait to see
what Debian wants to do with ntp by default before we tackle this. If
this takes too long, then I suppose we could patch the behaviour above,
or even send that to Debian.

** Description changed:

+ [Impact]
+ 
+ MAAS-deployed systems *that do not have persistent RTCs* (unusual) have
+ difficulty with time and authentication, generally making these nodes
+ unusable.
+ 
+ [Workaround]
+ 
+ See comment #8.
+ 
+ [Original Description]
+ 
  I have tried setting up NTP servers as DHCP options to MAAS nodes
  because I am behind a proxy here at work that cannot contact
  ntp.ubuntu.com. Here is the top of the dhcpd.conf file on on my MAAS
  head node, maas01:
  
  root@maas01:/etc/dhcp# less dhcpd.conf
  default-lease-time 600;
  max-lease-time 7200;
  
  subnet 192.168.0.0 netmask 255.255.0.0 {
-   option domain-name mgmt;
-   option domain-name-servers 192.168.255.254;
-   option routers 192.168.255.254;
+   option domain-name mgmt;
+   option domain-name-servers 192.168.255.254;
+   option routers 192.168.255.254;
  
-   pool {
- range 192.168.0.1 192.168.255.253;
- deny unknown-clients;
-   }
+   pool {
+ range 192.168.0.1 192.168.255.253;
+ deny unknown-clients;
+   }
  }
  
  subnet 10.255.0.0 netmask 255.255.0.0 {
-   option domain-name maas;
-   option domain-name-servers 10.255.0.1;
-   option routers 10.255.0.1;
-   option ntp-servers 172.31.22.1, 172.31.23.1, 172.31.20.104;
-   next-server 10.255.0.1;
+   option domain-name maas;
+   option domain-name-servers 10.255.0.1;
+   option routers 10.255.0.1;
+   option ntp-servers 172.31.22.1, 172.31.23.1, 172.31.20.104;
+   next-server 10.255.0.1;
  
-   pool {
- range 10.255.1.0 10.255.255.254;
- deny unknown-clients;
-   }
+   pool {
+ range 10.255.1.0 10.255.255.254;
+ deny unknown-clients;
+   }
  }
  
  I have also verified the parameter is being sent to a client’s DHCP
  lease:
  
  ubuntu@sled204n0:/var$ cat /var/lib/dhcp/dhclient.eth0.leases
  lease {
-   interface eth0;
-   fixed-address 10.255.4.44;
-   option subnet-mask 255.255.0.0;
-   option routers 10.255.0.1;
-   option dhcp-lease-time 600;
-   option dhcp-message-type 5;
-   option domain-name-servers 10.255.0.1;
-   option dhcp-server-identifier 10.255.0.1;
-   option ntp-servers 172.31.22.1,172.31.23.1,172.31.20.104;
-   option domain-name maas;
-   renew 4 2000/01/06 19:40:51;
-   rebind 4 2000/01/06 19:40:51;
-   expire 4 2000/01/06 19:40:51;
+   interface eth0;
+   fixed-address 10.255.4.44;
+   option subnet-mask 255.255.0.0;
+   option routers 10.255.0.1;
+   option dhcp-lease-time 600;
+   option dhcp-message-type 5;
+   option domain-name-servers 10.255.0.1;
+   option dhcp-server-identifier 10.255.0.1;
+   option ntp-servers 172.31.22.1,172.31.23.1,172.31.20.104;
+   option domain-name maas;
+   renew 4 2000/01/06 19:40:51;
+   rebind 4 2000/01/06 19:40:51;
+   expire 4 2000/01/06 19:40:51;
  }
  
  Even so, the date on the target node is still incorrect.
  
  ubuntu@sled204n0:/etc$ date
  Thu Jan  6 19:52:29 UTC 2000
  
  The ntpdate defaults are the following (unchanged from MAAS defaults):
  
  ubuntu@sled204n0:/etc$ cat /etc/default/ntpdate
  # The settings in this file are used by the program ntpdate-debian, but not
  # by the upstream program ntpdate.
  
  # Set to yes to take the server list from /etc/ntp.conf, from package ntp,
  # so you only have to keep it in one place.
  NTPDATE_USE_NTP_CONF=yes
  
  # List of NTP servers to use  (Separate multiple servers with spaces.)
  # Not used if NTPDATE_USE_NTP_CONF is yes.
  NTPSERVERS=ntp.ubuntu.com
  
  # Additional options to pass to ntpdate
  NTPOPTIONS=
  
  And the DHCP generated NTP server file is correct:
  
  ubuntu@sled204n0:/etc$ cat /var/lib/ntpdate/default.dhcp
  # NTP server entries received from DHCP server
  NTPSERVERS='172.31.22.1 172.31.23.1 172.31.20.104'
  
  The culprit seems to be in how ntpdate-debian is programmed. the logic
  ignores /var/lib/ntpdate/default.dhcp if /etc/default/ntpdate sets
  NTPDATE_USE_NTP_CONF=yes (the default).
  
  After examining the script further my recommendation would be for the
  /etc/dhcp/dhclient-exit-hooks.d/ntpdate to create the file
  /var/lib/ntp/ntp.conf.dhcp. By doing so ntpdate-debian will work
  transparently with /etc/defaults/ntpdate and NTP servers advertised by
  DHCPD.
 

[Bug 1256721] Re: recompiling with nostrip fails due to a error in override_dh_strip

2013-12-16 Thread Robie Basak
Since this is trivial to fix and is in Ubuntu-specific packaging, I'd
like to fix this on next upload.

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  recompiling with nostrip fails due to a error in override_dh_strip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1256721/+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 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread Serge Hallyn
** Also affects: qemu
   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/1257352

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1257352/+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 1261338] Re: lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Serge Hallyn
What exactly is the kernel crash being triggered on the host?

What does 'sudo strace -f lxc-stop -k -n container' show?

What does the file outout show after running 'sudo lxc-stop -l info -o
outout -n container' ?

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1261338] Re: lxc-stop and even lxc-stop -k can hang

2013-12-16 Thread Serge Hallyn
(I should've explicitly asked:  exactly what steps are you taking to
reproduce this)

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

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

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

Title:
  lxc-stop and even lxc-stop -k can hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1261338/+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 1259332] Re: spiceproxy logrotate manages nova-novncproxy.log

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  spiceproxy logrotate manages nova-novncproxy.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1259332/+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 1257732] Re: Wrong configuration file path in Mellanox Neutron Agent init script

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Wrong configuration file path in Mellanox Neutron Agent  init script

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1257732/+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 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2013-12-16 Thread Serge Hallyn
Thanks,  James.  I'll aim to test on some older releases and bisect if
possible.

If you have a chance to test on precise, raring, and saucy, or to
actually bisect in the upstream git tree, please let me know.

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

Title:
  kvm hangs occasionally when switching out of the qemu console

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1257352/+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 907152] Re: Error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd may need to be started: No such file or directory

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  Error: unable to connect to '/var/run/libvirt/libvirt-sock', libvirtd
  may need to be started: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/907152/+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 1190280] Re: Nova compute starts too early when combined with libvirt and Xen

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  Nova compute starts too early when combined with libvirt and Xen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1190280/+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 1161338] Re: python-nova should depend on ebtables

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  python-nova should depend on ebtables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1161338/+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 1249708] Re: Missing neutron-ovs-cleanup service

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Missing neutron-ovs-cleanup service

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1249708/+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 1243147] Re: Neutron ML2 plugin package is missing

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/neutron/icehouse

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

Title:
  Neutron ML2 plugin package is missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1243147/+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 928834] Re: nova-compute depends on qemu-kvm, even if kvm is not used

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-server-dev/nova/icehouse

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

Title:
  nova-compute depends on qemu-kvm, even if kvm is not used

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-cloud-images] cloud-images

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
cloud-images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-images

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-cloud-init] cloud-init

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
cloud-init
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-cloud-init

-- 
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 1261441] [NEW] package nmap (not installed) failed to install/upgrade: Versuch, »/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 0.6.40-2 ist

2013-12-16 Thread Schaphoff
Public bug reported:

nu idea

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: nmap (not installed)
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Mon Dec 16 17:13:32 2013
DuplicateSignature: package:nmap:(not installed):Versuch, 
»/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 
0.6.40-2 ist
ErrorMessage: Versuch, »/usr/share/man/man1/nping.1.gz« zu überschreiben, 
welches auch in Paket nping 0.6.40-2 ist
InstallationDate: Installed on 2013-10-08 (68 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: nmap
Title: package nmap (not installed) failed to install/upgrade: Versuch, 
»/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in Paket nping 
0.6.40-2 ist
UpgradeStatus: Upgraded to saucy on 2013-11-02 (43 days ago)

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


** Tags: apport-package i386 need-duplicate-check saucy

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

Title:
  package nmap (not installed) failed to install/upgrade: Versuch,
  »/usr/share/man/man1/nping.1.gz« zu überschreiben, welches auch in
  Paket nping 0.6.40-2 ist

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-curtin] Curtin

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
Curtin
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-curtin

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-maas] MAAS activities for 14.04

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
MAAS activities for 14.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-maas

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-mysql-alternatives] A cornucopia of MySQL; strategy and alternatives for 14.04

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
A cornucopia of MySQL; strategy and alternatives for 14.04
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-mysql-alternatives

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Blueprint servercloud-1311-seeded-package-review] Server Seeded Package review

2013-12-16 Thread Patricia Gaughen
Blueprint changed by Patricia Gaughen:

Definition Status: Pending Approval = Approved

-- 
Server Seeded Package review
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-1311-seeded-package-review

-- 
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 1261452] [NEW] juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
Public bug reported:

juju-core is currently unavailable for arm64, this bug is intended to
track that progress.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

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

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

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

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

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread dann frazier
juju-core relies on mongodb, which is also not available for arm64.
mongodb has a build-dependency on libv8, which requires porting to
arm64.

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1260843] Re: sync genshi 0.7-1 from debian

2013-12-16 Thread Barry Warsaw
This bug was fixed in the package genshi - 0.7-1

---
genshi (0.7-1) unstable; urgency=low

  [ Barry Warsaw ]
  * Team upload.
- Closes: #673935
  * New upstream release.  Closes: #731280
- Closes: #713747 (FTBFS)
- Closes: #673935 (py:match templates patch applied upstream).
  * d/control:
- With maintainer permission, put DPMT in Maintainers, moved Arnaud to 
  Uploaders, and added Barry to the latter.
- Add python3-genshi binary package.
- Update Build-Depends for pybuild and remove cdbs.
- Standards-Version: 3.9.5 with no further changes needed.
- Add X-Python3-Version header.
- wrap-and-sort
  * d/rules:
- Switch to pybuild and add Python 3 support as a byproduct.
- Removed cdbs and simplified.
  * d/watch: Updated
  * d/compat: Update to v8.
  * d/patches/fix_tests_failure_with_python27.patch: Updated.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Barry Warsaw ba...@debian.org  Wed, 04 Dec 2013 12:13:02 -0500

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

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

Title:
  sync genshi 0.7-1 from debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/genshi/+bug/1260843/+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 1261501] [NEW] ceph osds unbalanced

2013-12-16 Thread David Ames
Public bug reported:

Our ceph ring has some osds that are not balanced

We are using the 0.48.3-0ubuntu1~cloud0 version of ceph on precise
Full settings:
full_ratio: 0.95,
near_full_ratio: 0.85,

ceph osd tree
   weight
12  1   osd.12  up  1
11  1   osd.11  up  1
13  1   osd.13  up  1
23  2   osd.23  up  1
27  2   osd.27  up  1
24  2   osd.24  up  1
25  2   osd.25  up  1
26  2   osd.26  up  1
48  2   osd.48  up  1
51  2   osd.51  up  1
55  2   osd.55  up  1

df of ceph-osd node:
/dev/sdc1   917G  716G  202G  79% /var/lib/ceph/osd/ceph-11
/dev/sdd1   917G  347G  571G  38% /var/lib/ceph/osd/ceph-12
/dev/sdb1   917G  791G  127G  87% /var/lib/ceph/osd/ceph-13
/dev/sdf1   1.8T  1.1T  729G  61% /var/lib/ceph/osd/ceph-23
/dev/sdh1   1.8T  1.1T  727G  61% /var/lib/ceph/osd/ceph-24
/dev/sde1   1.8T  1.2T  610G  67% /var/lib/ceph/osd/ceph-25
/dev/sdi1   1.8T  1.1T  731G  61% /var/lib/ceph/osd/ceph-26
/dev/sdg1   1.8T  1.1T  756G  59% /var/lib/ceph/osd/ceph-27
/dev/sdj1   1.9T  989G  874G  54% /var/lib/ceph/osd/ceph-48
/dev/sdk1   1.9T 1007G  856G  55% /var/lib/ceph/osd/ceph-51
/dev/sdl1   1.9T  960G  903G  52% /var/lib/ceph/osd/ceph-55

Notice ceph-13 is at 87% and ceph-11 is at 79% while ceph-12 which has
the same size and weight is only at 38%

What is causing this imbalance?

Manual re-balancing causes downtime in our environment, what can we do
to solve this?

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

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
They likely have too few placement groups. They can retrieve their current 
value using ...
$ ceph osd pool get {pool-name} pg_num

Please have IS set the number of placement groups according to the below page.  
http://ceph.com/docs/master/rados/operations/placement-groups/

Basically it should be  = 100 * number of osds/number of replicas

Assuming they are at a new enough version they should be able to run
ceph osd pool set {pool-name} pg_num {pg_num}

#wosup

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
Woops missed the below.

Once you increase the number of placement groups, you must also increase
the number of placement groups for placement (pgp_num) before your
cluster will rebalance. The pgp_num should be equal to the pg_num. To
increase the number of placement groups for placement, execute the
following:

ceph osd pool set {pool-name} pgp_num {pgp_num}

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread Michael Hudson-Doyle
juju-core also depend on golang of course, which is also not available
for arm64.

Here is the status as of 2012-12-17 as I understand it:

1) Go
   a) there is a version of gccgo in trusty that can compile juju, but only 
with a patched version of the 'go tool'
  i) need kick these patches upstream (they are in review)
  ii) need a plan to provide a gccgo-compiled go tool in trusty
   b) there is a problem with setting up the heap for statically linked 
gccgo-compiled binaries
  i) need to beat some feedback out of golang-dev about this
  ii) we can provide a patch for this for trusty regardless of what 
upstream does 

2) mongodb
   a) the v8 thing
  i) it is possible a v8 port to arm64 will appear, although it's not clear 
that this will suffice for mongodb
  ii) mongodb can be built without js support though, and we think juju 
will work with such a mongodb (need to check this!)
   b) even without v8, some porting is required
  i) intel assembly can be replaced with gcc intrinsics (Robie has patches 
for this and is planning on sending them upstream)
  ii) there appears to be a toolchain bug in trusty (I've been pointed to a 
fix upstream and will be testing that out as soon as I finish typing this 
comment!)

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1261452/+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 1261529] [NEW] mysql-5.5 creates the 'test' database

2013-12-16 Thread Jamie Strandboge
*** This bug is a security vulnerability ***

Public security bug reported:

Tracking bug to fix http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=732306. This will be fixed in a future mysql-5.5
update. Users may run the 'mysql_secure_installation' command to remove
the test database in the meantime. Please see 'man
mysql_secure_installation' for details.

** Affects: mysql-5.5 (Ubuntu)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Precise)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Quantal)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Raring)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Saucy)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Ubuntu Trusty)
 Importance: Low
 Status: Triaged

** Affects: mysql-5.5 (Debian)
 Importance: Unknown
 Status: Unknown

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

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

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

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

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

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Precise)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Raring)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Raring)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Importance: Undecided = Low

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: mysql-5.5 (Ubuntu Trusty)
   Importance: Undecided = Low

** Description changed:

  Tracking bug to fix http://bugs.debian.org/cgi-
- bin/bugreport.cgi?bug=732306
+ bin/bugreport.cgi?bug=732306. This will be fixed in a future mysql-5.5
+ update. Users may run the 'mysql_secure_installation' command to remove
+ the test database in the meantime. Please see 'man
+ mysql_secure_installation' for details.

** Bug watch added: Debian Bug tracker #732306
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732306

** Also affects: mysql-5.5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732306
   Importance: Unknown
   Status: Unknown

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

Title:
  mysql-5.5 creates the 'test' database

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1261529/+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 1261101] [NEW] It can not with the last Ubuntu-Trusty, probléme with dépendance.

2013-12-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

hi, 
i try to install ceilometor with Ubuntu Trusty. I can not,  problem dependance, 
this is the message : 

Paramétrage de ceilometer-common (2014.1~b1-0ubuntu1) ...
2013-12-15 07:38:27.469 2922 ERROR stevedore.extension [-] Could not load 
'sqlite': (WebOb 1.3 (/usr/lib/python2.7/dist-packages), 
Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 ERROR stevedore.extension [-] (WebOb 1.3 
(/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension Traceback (most recent 
call last):
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 134, in 
_load_plugins
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension invoke_kwds,
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/named.py, line 95, in 
_load_one_plugin
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension ep, invoke_on_load, 
invoke_args, invoke_kwds,
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/stevedore/extension.py, line 146, in 
_load_one_plugin
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension plugin = ep.load()
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2107, in load
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension if require: 
self.require(env, installer)
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 2120, in require
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension 
working_set.resolve(self.dist.requires(self.extras),env,installer)))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension   File 
/usr/lib/python2.7/dist-packages/pkg_resources.py, line 580, in resolve
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension raise 
VersionConflict(dist,req) # XXX put more info here
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension VersionConflict: (WebOb 
1.3 (/usr/lib/python2.7/dist-packages), Requirement.parse('WebOb=1.2.3,1.3'))
2013-12-15 07:38:27.469 2922 TRACE stevedore.extension 
2013-12-15 07:38:27.470 2922 CRITICAL ceilometer [-] No 'ceilometer.storage' 
driver found, looking for 'sqlite'
Aucun rapport « apport » n'a été créé car le message d'erreur indique une 
erreur consécutive à un échec précédent.
  Aucun rapport « apport » n'a été créé car le 
message d'erreur indique une erreur consécutive à un échec précédent.
Aucun 
rapport « apport » écrit car MaxReports a déjà été atteint
dpkg: erreur de traitement 
de ceilometer-common (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
dpkg: des problèmes de dépendances empêchent la configuration de 
ceilometer-agent-central :
 ceilometer-agent-central dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; 
cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-agent-central (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de ceilometer-api 
:
 ceilometer-api dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-api (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de 
ceilometer-collector :
 ceilometer-collector dépend de ceilometer-common (= 2014.1~b1-0ubuntu1) ; 
cependant :
 Le paquet ceilometer-common n'est pas encore configuré.

dpkg: erreur de traitement de ceilometer-collector (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 ceilometer-common
 ceilometer-agent-central
 ceilometer-api
 ceilometer-collector
E: Sub-process /usr/bin/dpkg returned an error code (1)

thank's.

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

-- 
It can not with the last Ubuntu-Trusty, probléme with dépendance.
https://bugs.launchpad.net/bugs/1261101
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ceilometer in Ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1261101] Re: It can not with the last Ubuntu-Trusty, probléme with dépendance.

2013-12-16 Thread Julien Danjou
** Project changed: ceilometer = ceilometer (Ubuntu)

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

Title:
  It can not with the last Ubuntu-Trusty, probléme with dépendance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1261101/+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 1261452] Re: juju-core is unavailable for arm64

2013-12-16 Thread Michael Hudson-Doyle
** Also affects: juju-core
   Importance: Undecided
   Status: New

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

Title:
  juju-core is unavailable for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1261452/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Dave Chiluk
** Changed in: ceph (Ubuntu)
 Assignee: (unassigned) = Dave Chiluk (chiluk)

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread James Troup
This is Ceph Argonaut (from Folsom UCA); AIUI Ceph doesn't support/live
PG addition until Dumpling.  Can you confirm?  Are there any
workarounds?

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261501] Re: ceph osds unbalanced

2013-12-16 Thread Sage Weil
This may also be due to legacy CRUSH behavior that is fixed in bobtail
(though not made default until recently).  In newer Ceph versions, you
can do 'ceph osd crush tunables optimal' to get the improved mapping
(expect some data movement).

I suggest you upgrade, in any case!

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

Title:
  ceph osds unbalanced

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1261501/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to reproduce the bug:

On a new Ubuntu 12.04 server, execute the following commands:
  sudo apt-get install -y python-software-properties
  sudo add-apt-repository cloud-archive:grizzly
  sudo apt-get update
  sudo apt-get install -y nova-compute

  sudo stop nova-compute
  sudo stop libvirt-bin

  # simulate that libvirt-bin starts after nova-compute is running
  sudo start nova-compute
  sleep 5

   sudo status nova-compute
  # expected result:
  #   start/running
  # actual result:
  #   stop/waiting

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1261335] Re: Nova-compute fails if it doesn't wait for libvirt-bin

2013-12-16 Thread Jian Wen
Steps to verify the fix:

1. Copy the patched upstart configuration to /etc/init
2. Execute the following commands:

   sudo stop nova-compute
   sudo stop libvirt-bin

   sudo start nova-compute
   sleep 10
   sudo status nova-compute
   # nova-compute start/running, process 13692
   # It's up and running. No error log is appended in nova-compute.log.

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

Title:
  Nova-compute fails if it doesn't wait for libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1261335/+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 1022222] Re: vgabios need support DDC EDID

2013-12-16 Thread Michael Tokarev
FWIW, Debian (upstream qemu following) now finally switched to vgabios
from seabios (so bochs lgpl vgabios isn't used anymore), and seavgabios
now have the resolutions mentioned - it looks like we've added these
based on the patch for bochs vgabios mentioned here.

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

Title:
  vgabios need support DDC EDID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/seabios/+bug/102/+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 1235783] Re: package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-12-16 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package dovecot-core 1:2.1.7-7ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1235783/+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 1081154] Re: On raring avahi returns MAC instead of IP

2013-12-16 Thread Launchpad Bug Tracker
[Expired for squid-deb-proxy (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: squid-deb-proxy (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  On raring avahi returns MAC instead of IP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1081154/+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 1253458] Re: Switch to Python 3

2013-12-16 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

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

Title:
  Switch to Python 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/1253458/+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 1261627] [NEW] package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 255

2013-12-16 Thread luis
Public bug reported:

no puedo instalar la paqueteria samba

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: samba4 4.0.3+dfsg1-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
AptOrdering: samba4: Configure
Architecture: amd64
Date: Mon Dec 16 23:51:54 2013
DpkgHistoryLog:
 Start-Date: 2013-12-16  23:51:53
 Commandline: apt-get install apache2
DuplicateSignature: package:samba4:4.0.3+dfsg1-0.1ubuntu1:el subproceso 
instalado el script post-installation devolvió el código de salida de error 255
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 255
InstallationDate: Installed on 2013-11-27 (20 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: samba4
Title: package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 255
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package samba4 4.0.3+dfsg1-0.1ubuntu1 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1261627/+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 1236531] Re: support running apt with eatmydata

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

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

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

Title:
  support running apt with eatmydata

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1236531/+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 1258919] Re: printing issue with parallel-to-usb adapter

2013-12-16 Thread boblinux
I just made another test : I stopped the cups service, loaded usblp with
modprobe, and ran :

 cat lines.ps | gs -q -sDEVICE=ppmraw -r600 -sPAPERSIZE=letter -dNOPAUSE
-sOutputFile=- - | pnm2ppa --eco -v 720  -i - -o -  /dev/usb/lp0

so : lines.ps contains 56 lines to be printed, which fails with
cups+libusb : here : SUCCESS !

I am not sure that this helps for my diagnostic - it just tells that
cups + usblp is flawed with my devices ...

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

Title:
  printing issue with parallel-to-usb adapter

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

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


[Bug 1261296] Re: microphone mute led can't work on the Thinkpad laptops

2013-12-16 Thread Hui Wang
** Tags added: blocks-hwcert-enablement

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

** Changed in: hwe-next
 Assignee: (unassigned) = Hui Wang (hui.wang)

** Changed in: hwe-next
   Status: New = In Progress

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

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

Title:
  microphone mute led can't work on the Thinkpad laptops

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

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


[Bug 1212848] Re: Sync ktp-accounts-kcm 0.7.0-1 (universe) from Debian unstable (main)

2013-12-16 Thread Jackson Doak
** Summary changed:

- Sync ktp-accounts-kcm 0.6.3-1 (universe) from Debian unstable (main)
+ Sync ktp-accounts-kcm 0.7.0-1 (universe) from Debian unstable (main)

** Description changed:

- Please sync ktp-accounts-kcm 0.6.3-1 (universe) from Debian unstable
+ Please sync ktp-accounts-kcm 0.7.0-1 (universe) from Debian unstable
  (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
-   * New upstream release (LP: #1208837)
-   * Bump on libktpcommoninternalsprivate-dev
-   * Drop empty debian/patches folder
- Everything has been added to the debian release, can we sync?
+   * New upstream release (LP: #1208837)
+   * Bump on libktpcommoninternalsprivate-dev
+   * Drop empty debian/patches folder
+ Debian's package is identical except some lintian overrides and dependency 
versions. The tarball might need fakesyncing though.
  
- Changelog entries since current saucy version 0.6.3-0ubuntu1:
+ Changelog entries since current saucy version 0.7.0-0ubuntu1:
  
- ktp-accounts-kcm (0.6.3-1) unstable; urgency=low
+ ktp-accounts-kcm (0.7.0-1) unstable; urgency=low
  
-   * Imported Upstream version 0.6.3
-   * add debian/ to origin/master branch
-   * Update Build-Depends: libktpcommoninternalsprivate-dev (= 0.6.3)
+   * New upstream release.
+   * Update Build-Depends: libktpcommoninternalsprivate-dev = 0.7.0
+   * Update Depends kde-telepathy-data = 0.7.0
  
-  -- Mark Purcell m...@debian.org  Sun, 11 Aug 2013 09:52:21 +1000
+  -- Diane Trout di...@ghic.org  Wed, 27 Nov 2013 18:04:07 -0800

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

Title:
  Sync ktp-accounts-kcm 0.7.0-1 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1212848/+subscriptions

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

[Bug 1261301] [NEW] Double nm-applet icon in system tray (lxde)

2013-12-16 Thread Andrey Danin
Public bug reported:

Installed clean 14.04 on toshiba ac100 netbook (tegra2 based).
After installation I have two icons of nm-applet in system tray.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager-gnome 0.9.8.0-1ubuntu6
Uname: Linux 3.1.10-6-ac100 armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
CRDA: Error: [Errno 2] No such file or directory: 'iw'
CurrentDesktop: LXDE
Date: Mon Dec 16 11:49:43 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 # Include files from /etc/network/interfaces.d:
 source-directory /etc/network/interfaces.d
IpRoute:
 default via 10.0.2.1 dev wlan0  proto static 
 10.0.2.0/24 dev wlan0  proto kernel  scope link  src 10.0.2.2  metric 9
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
PciNetwork:
 
SourcePackage: network-manager-applet
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
 NAME  UUID   TYPE  
TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
 macbooknet805db024-c88c-45c3-b523-39994f3b6ac7   
802-11-wireless   1387179995   Пн. 16 дек. 2013 11:46:35  yes   
no /org/freedesktop/NetworkManager/Settings/1
 stuwhome  70785e55-2770-49ff-aeb0-62cdbb667e86   
802-11-wireless   1387133892   Вс. 15 дек. 2013 22:58:12  yes   
no /org/freedesktop/NetworkManager/Settings/0
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.4connected   enabled   enabled 
enabledenabled disabled

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


** Tags: ac100 apport-bug armhf trusty

** Attachment added: double wifi icon screenshot
   
https://bugs.launchpad.net/bugs/1261301/+attachment/3930126/+files/double-wifi.png

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

Title:
  Double nm-applet icon in system tray (lxde)

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

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

[Bug 750164] Re: WARNING: at /build/buildd/linux-2.6.38/lib/kref.c:34 kref_get+0x2d/0x30()

2013-12-16 Thread Hospik
I have not seen this bug in a while and am unable to reproduce.
Unless someone experiences this bug, I suggest it be closed.

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

Title:
  WARNING: at /build/buildd/linux-2.6.38/lib/kref.c:34
  kref_get+0x2d/0x30()

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

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


[Bug 669778] Re: 10.10 Boot error when booting from live usb

2013-12-16 Thread kne-yo
** Description changed:

  Binary package hint: syslinux
  
  I've created a bootable usb which boots perfectly on my laptop but gives a 
boot error on my desktop
  for details please refer my post. I'm sure that this is a bug as two other 
members reported the same problem.
- I've even posted a temp fix that worked for me
- 
- here's the link http://ubuntuforums.org/showthread.php?t=1598050

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

Title:
  10.10 Boot error when booting from live usb

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

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


[Bug 1212843] Re: Sync ktp-approver 0.6.3-1 (universe) from Debian unstable (main)

2013-12-16 Thread Jackson Doak
no, and a fakesync might be more applicable. This is still syncable

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

Title:
  Sync ktp-approver 0.6.3-1 (universe) from Debian unstable (main)

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

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


[Bug 480671]

2013-12-16 Thread Mozilla-e
I am pretty sure I have tried everything, including clicking out of the field, 
when I first got the problem.  It was impossible.
But that was in version 5.0.  I didn't retry every option with every new 
version.
I checked and indeed, it is now possible to save user 'User' with password 'p' 
and user 'user' with password 'ppp'.

Now how can I recall the password for user?  If I press 'u' and select
'user' from the dropdown, it fills in 'User'.  If I type 'user' and I
tab out of the field, it gets converted to 'User'.  In both cases the
password is 'p'.  If I type 'user' and click out of the field, it
remains 'user' but there is no autocomplete.

The only thing you need to do to make me happy, and I am sure it is a
small fix is:

When recalling the password, I imagine the code something like:
for each stored user/password {
  if( form user == stored user ignoring case ){
 set form user = stored user
 set form password = stored password
 break;
  }
}

The fix is to search first for an exact match, and if it fails, search for a 
match ignoring case
found = false;
for each stored user/password {
  if( form user == stored user ){
 set form password = stored password
 found = true;
 break;
  }
}
if( !found ){
  for each stored user/password {
if( form user == stored user, ignoring case ){
  set form user = stored user
  set form password = stored password
  break;
}
  }
}

I really don't know who can argue against this being a nicer behavior.

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

Title:
  Firefox auto-completes login fields in a case-insensitive manner

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

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


[Bug 1051559]

2013-12-16 Thread Ajones-m
Using gstreamer on 24/25 will exhibit bug 884651 which is not fixed
until Firefox 26. This is probably the most annoying of the bugs that
blocked the pref on by default.

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

Title:
  Build Firefox with GStreamer support

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

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


[Bug 480671]

2013-12-16 Thread Pietro Battiston
Indeed, something has changed. I don't know if the bug can be considered
as fixed, but it does seem to be mitigated under 24.1.0.

What, I think, is still annoying most of us (and the reason why I
personally had not noticed the change) is that if you press Tab (which
in principle does _not_ trigger autocompletion, i.e. if you just have
just entered a prefix), Firefox does revert to the saved case.

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

Title:
  Firefox auto-completes login fields in a case-insensitive manner

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

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


[Bug 480671]

2013-12-16 Thread Gavin Sharp
(In reply to Lewis Rosenthal from comment #55)
 (In reply to :Gavin Sharp (email ga...@gavinsharp.com) from comment #54)
  You can type Admin, and then click elsewhere to dismiss the autocomplete
  popup before submitting the form, right?
  
 
 No, Gavin. As soon as the password field is clicked, the username reverts to
 the saved case.

I don't see this.

Here's what I did:
1) Load http://gavinsharp.com/tmp/form.html in Firefox (either Nightly or 
current release)
2) Enter u as username, and p as the password
3) Submit the form, and tell Firefox to remember the password
4) Reload the page (Firefox should now auto-fill in the saved password)
5) Replace the u in the username field with U, and then click somewhere 
else on the page to dismiss the autocomplete popup
6) Submit the form (clicking the submit button)

Firefox then prompts me to save the new password for U.

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

Title:
  Firefox auto-completes login fields in a case-insensitive manner

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

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


[Bug 1261303] [NEW] Incorrectly Demuxing MKV with Opus Audio

2013-12-16 Thread Michael Murphy
Public bug reported:

When playing back a MKV that has opus audio, mplayer incorrectly detects
the audio as 'Uncompressed PCM' instead of Opus and therefore plays back
rather loud noise.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: mplayer 2:1.0~rc4.dfsg1+svn34540-1ubuntu4
ProcVersionSignature:
 
Uname: Linux 3.12.4-custom x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Dec 16 01:57:32 2013
InstallationDate: Installed on 2013-11-25 (20 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: mplayer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Changed in: mplayer (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/1261303

Title:
  Incorrectly Demuxing MKV with Opus Audio

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

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


[Bug 1261302] [NEW] Incorrectly Demuxing MKV with Opus Audio

2013-12-16 Thread Michael Murphy
Public bug reported:

When playing back a MKV that has opus audio, VLC incorrectly detects the
audio as 'undf' instead of Opus and therefore does not play the audio at
all.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: vlc 2.1.1-1
ProcVersionSignature:
 
Uname: Linux 3.12.4-custom x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.7-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Dec 16 01:58:08 2013
InstallationDate: Installed on 2013-11-25 (20 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Changed in: vlc (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/1261302

Title:
  Incorrectly Demuxing MKV with Opus Audio

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

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


[Bug 1252601] Re: Default (purple) background wallpaper is grainy and low quality

2013-12-16 Thread Daniel van Vugt
Also note: 1920x1080 wallpaper will get stretched on higher-res devices
like the Nexus 10 (2560x1600). If you fix that, then single-pixel
graininess is probably OK when the image resolution is at least that of
the device.

See also:
sudo apt-get install gnome-backgrounds
dpkg -L gnome-backgrounds

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

Title:
  Default (purple) background wallpaper is grainy and low quality

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

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


[Bug 1253974] Re: glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests

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

** Changed in: glamor-egl (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/1253974

Title:
  glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests

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

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


[Bug 1253974] Re: glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests

2013-12-16 Thread Timo Jyrinki
** Tags added: ci

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

Title:
  glamor-egl 0.5.1-0ubuntu6 crashes when running autopilot tests

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

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


[Bug 1261308] [NEW] Intel ivy bridge crash on a CI machine executing autopilot tests

2013-12-16 Thread Timo Jyrinki
Public bug reported:

A following crash was gotten in CI when running autopilot tests:

/var/local/autopilot/autopilot.log: 06:25:06.559 DEBUG globals:155 - Starting: 
['/usr/bin/recordmydesktop', '--fps=6', '--no-wm-check', '--no-sound', 
'--no-frame', '-o', 
'/var/local/autopilot//videos/autopilot.tests.functional.test_input_stack.TouchGesturesTests.test_pinch_gesture.ogv']
/var/local/autopilot/autopilot.log: 06:25:06.569 INFO __init__:162 - Launching 
process: ['/usr/bin/qmlscene', '-qt=qt5', '-testability', '/tmp/tmpyErdkz.qml']
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.717922] kernel BUG at 
/build/buildd/linux-3.12.0/drivers/gpu/drm/i915/i915_gem.c:4839!
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.736780] Modules linked in: bluetooth veth squashfs aufs nls_utf8 isofs 
xt_CHECKSUM xt_tcpudp iptable_mangle ipt_MASQUERADE iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack bridge stp llc 
iptable_filter ip_tables x_tables x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm crc32_pclmul aesni_intel aes_i586 xts lrw 
snd_hda_codec_hdmi gf128mul snd_hda_codec_realtek ablk_helper cryptd i915 
drm_kms_helper snd_hda_intel snd_hda_codec drm snd_hwdep snd_pcm snd_page_alloc 
i2c_algo_bit mxm_wmi mei_me snd_timer snd mei soundcore psmouse serio_raw 
joydev lpc_ich microcode wmi mac_hid video lp parport hid_generic usbhid hid 
e1000e ahci ptp libahci pps_core
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.822345] Hardware name:  /DZ77BH-55K, BIOS 
BHZ7710H.86A.0097.2012.1228.1346 12/28/2012
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.851440] EIP: 0060:[f901d776] EFLAGS: 00210246 CPU: 2
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.880754] EAX: e6b90270 EBX: e6b90270 ECX: ed4b4000 EDX: ed4b55e0
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.910940]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.941836] Stack:
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22506.973256]  e8921c00    00b4 00c0 e6b90294 

/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.005758] Call Trace:
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.037812]  [c130a8ec] ? _copy_from_user+0x2c/0x40
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.070637]  [f9024990] ? i915_gem_execbuffer+0x560/0x560 [i915]
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.104147]  [f9024990] ? i915_gem_execbuffer+0x560/0x560 [i915]
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.137652]  [f8e2c430] ? drm_copy_field+0x70/0x70 [drm]
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.171153]  [c16561af] ? __do_page_fault+0x24f/0x530
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.204938]  [c11826c0] SyS_ioctl+0x60/0x80
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.238719] Code: 39 50 f4 8d 48 cc 75 0a eb 1b 8d 76 00 39 50 f4 74 13 8b 
41 34 39 c3 8d 48 cc 75 f1 b8 ff ff ff ff 5b 5d c3 90 8b 41 18 5b 5d c3 0f 0b 
90 8d b4 26 00 00 00 00 55 89 e5 56 53 3e 8d 74 26 00 8b
/var/log/syslog: Dec 16 06:25:07 trusty-i386-20131216-0008 kernel: 
[22507.367196] ---[ end trace d36900663c323dfa ]---
/var/local/autopilot/autopilot.log: 06:25:33.001 ERROR proxies:410 - Introspect 
error on :1.180:/com/canonical/Autopilot/Introspection: 
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.
/var/local/autopilot/autopilot.log: 06:25:33.001 DEBUG proxies:413 - Executing 
introspect queue due to error
/home/ubuntu/.cache/upstart/gnome-session.log: WARN  2013-12-16 06:25:32 unity 
unknown:0 Failed to fetch xid: Timeout was reached
/home/ubuntu/.cache/upstart/gnome-session.log: WARN  2013-12-16 06:25:33 unity 
unknown:0 Failed to fetch type: Timeout was reached
/home/ubuntu/.cache/upstart/gnome-session.log: WARN  2013-12-16 06:25:33 unity 
unknown:0 Failed to fetch monitor: Timeout was reached
/home/ubuntu/.cache/upstart/gnome-session.log: WARN  2013-12-16 06:25:34 unity 
unknown:0 Failed to fetch maximized state: Timeout was reached
/home/ubuntu/.cache/upstart/gnome-session.log: WARN  2013-12-16 06:25:34 unity 
unknown:0 Failed to fetch xid: Timeout was reached

The machine in question - qa-intel-4000 - is experiencing this crasher a
lot, with both current kernel (3.12.0-7-generic) and the previous update
(3.12.0-5-generic).

An URL to full log with 3.12.0-7-generic: http://q-jenkins.ubuntu-
ci

[Bug 1261306] [NEW] xbacklight don't work on Toshiba ac100

2013-12-16 Thread Andrey Danin
Public bug reported:

Clear 14.04 installation. Then xbacklight was installed (note:
xbacklight is used by default in .config/openbox/lubuntu-rc.xml as
backlight control command).

$ xbacklight
No outputs have backlight property

$ xbacklight -dec 10
No outputs have backlight property

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xbacklight 1.1.2-1
Uname: Linux 3.1.10-6-ac100 armv7l
ApportVersion: 2.12.7-0ubuntu2
Architecture: armhf
CurrentDesktop: LXDE
Date: Mon Dec 16 12:08:14 2013
SourcePackage: xbacklight
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: ac100 apport-bug armhf trusty

** Tags added: ac100

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

Title:
  xbacklight don't work on Toshiba ac100

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

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


[Bug 1208257] Re: [HP ProBook 4540s] brightness control problems

2013-12-16 Thread prathik
I too can confirm that on the same laptop. Also  once i  wake it up from
sleep and enter my password the screen goes blank. I need to repress the
power button and screen is back again.  Should i install any drivers.  I
am facing quiet a few screen issues.

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

Title:
  [HP ProBook 4540s] brightness control problems

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

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


[Bug 1202958] Re: Firefox crashing frequently in saucy

2013-12-16 Thread viktor
I installed Saucy a couple of days before release and have been experiencing 
this more and more frequently. To the point that I have now ditched Firefox and 
am using Chromium instead.
Version 26 update didn't help, nor did putting cache into RAMfs.
Possibly loading multiple flash players triggers the hard freeze (only way out 
is to kill the application) but I have not been able to properly report a bug 
with apport.

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

Title:
  Firefox crashing frequently in saucy

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

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


[Bug 1261112] Re: grub-installer fail

2013-12-16 Thread PsyCo. Invulne
Wish I could but the boot menu is stuck in a over enlarged state where I can't 
access half the utilities. Thought installation of the graphics driver would 
fix it but no. Either way I ran the installation without the partitioning and 
without first starting the virtual drive. It installed this time, so though you 
didn't help much I  really appreciate the attention. Nice to see support on 
open source software anyday.
Any other advice is also appreciated.
To a better abundant world.cheers.

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

Title:
  grub-installer fail

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

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


[Bug 1258919] Re: printing issue with parallel-to-usb adapter

2013-12-16 Thread boblinux
I meant : cups+libusb is flawed : sorry !

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

Title:
  printing issue with parallel-to-usb adapter

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

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


[Bug 1261308] Missing required logs.

2013-12-16 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1261308

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: trusty

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

Title:
  Intel ivy bridge crash on a CI machine executing autopilot tests

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

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


Re: [Bug 610055] Re: [pm-utils][maverick] system stutters, freezes, hangs, gratuitous 'Commit=0' errors

2013-12-16 Thread John Hunt
Hello,

I seem to recall this was a hardware fault in my case therefore for me it's
OK to close this bug.

Thanks,
John

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

Title:
  [Dell Latitude E6400] system stutters, freezes, hangs, gratuitous
  'Commit=0' errors

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

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


[Bug 1110085] Re: update-manager does not indicate when user feedback is required

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

** Changed in: update-manager (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/1110085

Title:
  update-manager does not indicate when user feedback is required

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

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


[Bug 1243071] Re: Glom crashes at startup with libxml error

2013-12-16 Thread Launchpad Bug Tracker
This bug was fixed in the package glom - 1.22.4-0ubuntu2

---
glom (1.22.4-0ubuntu2) trusty; urgency=medium

  * Add missing libgettextpo-dev build dep to fix FTBFS.
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 16 Dec 2013 07:33:54 +0100

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

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

Title:
  Glom crashes at startup with libxml error

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-12-16 Thread zzecool
I have the same problem Like Nicholas Shatokhin and inferrna , but i
noticed that i dont have to reboot , the problem even appears even if
you work at the pc as the time goes by..

The shortcut even though it shows Alt + Shift L it only works if you
press Shift L + Alt and the only solution is to reset the text entry
to Alt + Shift L again .. and again..

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1260718] Re: Move to postgresql-9.3

2013-12-16 Thread Martin Pitt
https://launchpad.net/ubuntu/+source/pgfincore/1.1.2-1

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

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

Title:
  Move to postgresql-9.3

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

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


[Bug 1260718] Re: Move to postgresql-9.3

2013-12-16 Thread Martin Pitt
https://launchpad.net/ubuntu/+source/pgsql-asn1oid/0.0.20100818-3

** Changed in: pgsql-asn1oid (Ubuntu Trusty)
   Status: Fix Committed = Fix Released

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

Title:
  Move to postgresql-9.3

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

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


[Bug 1203225] Re: Xorg crashed with SIGABRT in raise()

2013-12-16 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1202763 ***
https://bugs.launchpad.net/bugs/1202763

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

** Changed in: xorg-server (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/1203225

Title:
  Xorg crashed with SIGABRT in raise()

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

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


[Bug 1231437] Re: 快捷关机界面汉化不全

2013-12-16 Thread Anthony Wong
This can be fixed in alpha1. Trusty translation has been added, and
those strings have been reviewed:
https://translations.launchpad.net/ubuntu/trusty/+source/unity/+pots/unity/zh_CN/+translate?batch=10show=allsearch=would+you+like,
so Trusty should have the correct translation.

** Changed in: ubuntukylin
   Status: In Progress = Fix Committed

** Changed in: ubuntukylin
Milestone: trusty-alpha2 = trusty-alpha1

** Changed in: language-pack-zh-hans-base (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  快捷关机界面汉化不全

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

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

[Bug 1247924] Re: fs-core-modules should provide ext2-modules

2013-12-16 Thread Ike Panhc
Fix in branch already

http://kernel.ubuntu.com/git?p=hwe/ubuntu-saucy-
exynos5.git;a=commit;h=e19ff076970a8fdcbc430648770ef5a06f122c12

** Changed in: linux-exynos5 (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  fs-core-modules should provide ext2-modules

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

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


[Bug 1208386] Re: Live Session, the Install Ubuntu 13.10 icon disappeared in Launcher.

2013-12-16 Thread Anthony Wong
Ubuntu Kylin testers, could you please confirm if this issue still
exist?

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

** Changed in: ubuntukylin
   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/1208386

Title:
  Live Session, the Install Ubuntu 13.10  icon disappeared in
  Launcher.

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

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


[Bug 1260718] Re: Move to postgresql-9.3

2013-12-16 Thread Martin Pitt
** Changed in: postgis (Ubuntu Trusty)
   Status: In Progress = Fix Committed

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

Title:
  Move to postgresql-9.3

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

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


[Bug 1238656] Re: boinc manager preferences defaults to run always

2013-12-16 Thread LocutusOfBorg
Can you please try in a Virtual Machine or in a clean environment? I
suspect you changed some permissions and the program is not able anymore
to save the file

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

Title:
  boinc manager preferences defaults to run always

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

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


[Bug 1252154] Re: [Dell Inspiron 3135] Multiple CRITICAL/HIGH failures in fwts report

2013-12-16 Thread Alex Hung
The critical errors from the method test is caused by acpica.

Quoted from cking's email:

The core issue is that a traversal of an region linked list is looping
forever in ACPICA causing it not to return and making some fwts method
tests to fail on some platforms.  I can reproduce the bug in acpiexec,
so the bug is not a fwts bug, but an underlying ACPICA interpreter bug.
I've given it a few hours of debugging and reverting back to ancient
versions of ACPICA and I can't see why the list is getting corrupted, so
I'm now deferring it to Intel. 

** Bug watch added: bugs.acpica.org/ #1062
   https://bugs.acpica.org/show_bug.cgi?id=1062

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

Title:
  [Dell Inspiron 3135] Multiple CRITICAL/HIGH failures in fwts report

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

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


[Bug 1252154] Re: [Dell Inspiron 3135] Multiple CRITICAL/HIGH failures in fwts report

2013-12-16 Thread Alex Hung
upstream bug# is available here:
https://bugs.acpica.org/show_bug.cgi?id=1062

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

Title:
  [Dell Inspiron 3135] Multiple CRITICAL/HIGH failures in fwts report

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

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


[Bug 1236012]

2013-12-16 Thread Libreoffice-commits
Jan-Marek Glogowski committed a patch related to this issue.
It has been pushed to libreoffice-4-2:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8b4775458600dc2a2e8eb17e0bade35221c6b2eah=libreoffice-4-2

fdo#67011: Run Display::Yield through KDEXLib::Yield.


It will be available in LibreOffice 4.2.

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

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

Title:
  [KUBUNTU] Calc freezes screen when using drag-and-drop on cells

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

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


[Bug 1218890]

2013-12-16 Thread Mstahl
*** Bug 67868 has been marked as a duplicate of 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/1218890

Title:
  eps import fails, graphics filter not found

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-12-16 Thread Aurel Branzeanu
Yes, the problem reappears as the time goes by...

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1231437] Re: 快捷关机界面汉化不全

2013-12-16 Thread Luo Lei
Would you like...
有更合适的翻译没,不是说“您打算...”过于口语吗?

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

Title:
  快捷关机界面汉化不全

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

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

[Bug 1261314] Re: Message Source display with wrong Character encoding

2013-12-16 Thread Jörg Frings-Fürst
** Attachment added: apt-cache policy evolution
   
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1261314/+attachment/3930222/+files/apt-cache%20policy%20Part2

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

Title:
  Message Source display with wrong Character encoding

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

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


[Bug 1261314] [NEW] Message Source display with wrong Character encoding

2013-12-16 Thread Jörg Frings-Fürst
Public bug reported:

In the message Preview the messages was displayed with the right
Character Encoding.

See:
###
Guten Tag,

Aktuell können Sie sich bereits ab 60 Euro pro Monat privat versichern.

Das Jahresende rückt näher , noch haben Sie die Chance zu profitieren, nächstes 
Jahr wird es nicht mehr möglich sein sich für 60 Euro pro Monat privat zu 
versichern.
###

The same message in the message source:

###
Guten Tag,

Aktuell knnen Sie sich bereits ab 60 Euro pro Monat privat versichern.

Das Jahresende rckt nher , noch haben Sie die Chance zu profitieren, nchstes 
Jahr wird es nicht mehr mglich sein sich fr 60 Euro pro Monat privat zu 
versichern.
###

There are missing the umlauts.

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


** Tags: character endoding evolution saucy

** Attachment added: lsb_release -rd
   
https://bugs.launchpad.net/bugs/1261314/+attachment/3930221/+files/lsb_release.txt

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

Title:
  Message Source display with wrong Character encoding

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

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

[Bug 1261251] Re: ubiquity-dm doesn't have access to /dev/dri because of missing loginctl session

2013-12-16 Thread Dimitri John Ledkov
ubiquity-dm opens up a PAM session and specifically sets logind variables to 
open a greeter session (seat0).
please check with loginctl that a correct logind session is opened for 
ubiquity-dm.
if there is logind session opened, further debugging will be required to figure 
why /dev/dri is not available / not tagged for seat0.

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

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

Title:
  ubiquity-dm doesn't have access to /dev/dri because of missing
  loginctl session

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

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


[Bug 1247318] Re: Banshee crashes when opening

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

** Changed in: banshee (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/1247318

Title:
  Banshee crashes when opening

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

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


[Bug 1260396] Re: Ubiquity window spans width of screen

2013-12-16 Thread Jean-Baptiste Lallement
Confirmed with Ubuntu desktop 20131216 amd64

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

** Changed in: ubiquity (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/1260396

Title:
  Ubiquity window spans width of screen

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

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


[Bug 1202198] Re: gnome-settings daemon notifies as error an info message

2013-12-16 Thread Javier Bahillo
Hello Sebastian:

Is there any advance on this. Could I perform some test that might you
help on this?

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

Title:
  gnome-settings daemon notifies as error an info message

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

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


[Bug 1257734]

2013-12-16 Thread Matt
Wine 1.7.8 is not fixing this bug for me.  I have frequent
authentication failure hangs.  When I first install steam I can get in
but can not download any games or verify the game cache.

After I log out of steam,  logging in again causes steam to fail during
authentication.

Interestingly I get the same error prior to the 1.7.8 fix,
[1215/013422:ERROR:resource_bundle.cc(417)] Failed to load C:\Program Files 
(x86)\Steam\bin\chrome.pak
Some features may not be available.
fixme:iphlpapi:NotifyAddrChange (Handle 0x5e7d4d8, overlapped 0x5c974b0): stub
fixme:winsock:WSALookupServiceBeginW (0x5e7d5d8 0x0ff0 0x5e7d620) Stub!
[1215/013422:ERROR:network_change_notifier_win.cc(126)] WSALookupServiceBegin 
failed with: 8


Just as a sanity check
wine --version
wine-1.7.8

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

Title:
  Latest Steam update breaks wine

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

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


[Bug 1259306] Re: Text Entry Settings should provide option to manipulate input method settings

2013-12-16 Thread Matthew Paul Thomas
1. Are any of those settings ones that you would often want to change
*while* typing? (If so, maybe they should be in the indicator menu, not
just in System Settings.)

2. Why is the default number of candidates 5?

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

Title:
  Text Entry Settings should provide option to manipulate input method
  settings

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

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


[Bug 1259435] Re: No external mic can be detected on the machines with codec (Subsystem Id: 0x10280623)

2013-12-16 Thread madbiologist
There is a patch referencing this bug in the upstream 3.13-rc4 kernel.

commit 6c6eb4270c209cd3b46e4f0bb6b6480b53398111 - ALSA: hda - A Dell
headset detection quirk

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

Title:
  No external mic can be detected on the machines with codec (Subsystem
  Id: 0x10280623)

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

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


[Bug 1259437] Re: No external mic can be detected on the machines with codec (Subsystem Id: 0x10280628)

2013-12-16 Thread madbiologist
There is a patch referencing this bug in the upstream 3.13-rc4 kernel.

commit 0dfb9809e93b60946d1915b554138eb93595860c - ALSA: hda - Another
Dell headset detection quirk

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

Title:
  No external mic can be detected on the machines with codec (Subsystem
  Id: 0x10280628)

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