[Bug 1314897] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script was killed by signal (Broken pipe)

2014-05-01 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1314897/+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 1314697] Re: Upon upgrade, DNS resolution no longer works

2014-05-01 Thread Colin King
I'm seeing this too, strace show it spinning on:

select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)

So we're getting ENOTSOCK on fd 0, which is /dev/null :

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

Title:
  Upon upgrade, DNS resolution no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1303876] Re: VPN agent dependencies are foobar

2014-05-01 Thread Tom Verdaat
Unlike the l3 agent package the vpn agent package is lacking the
/etc/init/neutron-l3-agent.conf file required to start the l3 agent.

Does the vpn agent provide a superset of functionality which means that
if you're already running the vpn agent you don't need to separately run
the l3 agent? Or is this a mistake which means this bug needs to be
reopened?

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

Title:
  VPN agent dependencies are foobar

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

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


Re: [Bug 1314697] Re: Upon upgrade, DNS resolution no longer works

2014-05-01 Thread Simon Kelley
On 01/05/14 07:45, Colin King wrote:
 I'm seeing this too, strace show it spinning on:
 
 select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
 recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
 accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
 select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
 recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
 accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
 
 So we're getting ENOTSOCK on fd 0, which is /dev/null :
 

It would be really useful to get an strace of dnsmasq from startup to
when it's in this state, since I've no yet been able to reproduce this.
Also the output of lsof | grep dnsmasq

The bug looks superficially like an earlier one which was triggered by
starting dnsmasq without stdout/stdin/stderr (ie fd 0,1,2). Sockets
would be opened which used these fds, and subsequently the connect std*
to /dev/null code would trash them. However that doesn't explain why
both the UDP and TCP listening sockets seem to be zero here.

Cheers,

Simon.

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

Title:
  Upon upgrade, DNS resolution no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+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 1314686] Re: Please add support for utopic

2014-05-01 Thread Robie Basak
** Changed in: juju-core (Ubuntu)
   Status: New = Triaged

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

Title:
  Please add support for utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1314686/+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 1314897] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script was killed by signal (Broken pipe)

2014-05-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script was killed by signal (Broken pipe)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1314897/+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 1314629] Re: AMT support requires an extra package to be installed

2014-05-01 Thread Robie Basak
From a packaging perspective, all that we can do here is the MIR, right?

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

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

Title:
  AMT support requires an extra package to be installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1314629/+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 1314740] Re: awk in startup script finds wrong pid

2014-05-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Confirmed in Trusty. This needs checking on Debian, and perhaps
submission to the Debian BTS.

Marking Importance: Medium since there's an easy workaround available
(modify /etc/init.d/nginx).

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

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

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

Title:
  awk in startup script finds wrong pid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1314740/+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 1314760] Re: first hrSWInstalledIndex is 0, should be 1

2014-05-01 Thread Robie Basak
** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  first hrSWInstalledIndex is 0, should be 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1314760/+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 1194074] Re: Default index.html blindly overwritten

2014-05-01 Thread Robie Basak
I've just noticed this bug.

IMHO, /usr/share/nginx/www/ should never be used to actually serve
files. To serve static files, the document root should be changed.
Somewhere under /srv is suitable under the FHS.

It would be nice if this were documented better somehow (I don't know
how), but this is a deliberate decision on the part of the Debian nginx
maintainers. See https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=730382 for some background and the current debate
(which I note already links here as an example of how things go wrong).

I'm all for changing the default document root to /var/www/html/ like
Apache to avoid this issue, but I think that this change is still up for
debate in Debian. I'm neutral on whether Ubuntu should unilaterally make
this change outside of Debian. On one hand I prefer not to diverge, but
the existence of this bug does demonstrate that this is a real issue for
real Ubuntu users. Apache's way seems to do better and is decades old.

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

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

Title:
  Default index.html blindly overwritten

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1194074/+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 1194074] Re: Default index.html blindly overwritten

2014-05-01 Thread Robie Basak
 IMHO, /usr/share/nginx/www/ should never be used to actually serve
files.

Apart from the default ones provided by packaging, of course.

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

Title:
  Default index.html blindly overwritten

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1194074/+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 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2014-05-01 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

It looks like this fix is suitable for an update to Trusty, assuming
that LDAP auth does not work at all without it. In order to do this,
we'll need a test case that has exact to reproduce the problem so that
we can verify the bug and any fix.

I'm imagining exact steps to set up a minimal LDAP server, add a user to
it, configure Apache to use it (on localhost would be fine), protect a
single page (eg. the default index.html) behind it, and then to see it
fail without the patch, and succeed with the patch.

If you could help with producing these steps, then this would be
appreciated.

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

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

Title:
  AuthnProviderAlias does not work w/ authnz_ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1313848/+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 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2014-05-01 Thread Robie Basak
 test case that has exact to reproduce

That has exact steps, that is.

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

Title:
  AuthnProviderAlias does not work w/ authnz_ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1313848/+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 1314445] Re: compile phalconphp from http://phalconphp.com/zh/download

2014-05-01 Thread Robie Basak
Thank you for your report.

If you're trying to downgrade from 5.6 to 5.5, then this is not an
automatically supported path, will require manual intervention as you
discovered, and thus is not a bug. See the 14.04 release notes:
https://wiki.ubuntu.com/TrustyTahr/ReleaseNotes#MySQL

If you're reporting something else, then please explain and then change
the bug status back to New. Thanks!

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

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

Title:
  compile phalconphp from  http://phalconphp.com/zh/download

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1314445/+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 1300026] Re: Enlistment/commissioning boot no longer works

2014-05-01 Thread wasantha gamage
I see the same error and same /proc/cmdline args while commissioning a
new maas setup. Rerunning the sudo maas-export-pxe-files does not help
in my case. I am on 12.0.4 LTS

vmdc-admin@ics3-ubuntu3:/var/log/maas$ dpkg -l | grep maas
ii  maas 1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server
ii  maas-cli 1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Client Tool
ii  maas-cluster-controller  1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Cluster Controller
ii  maas-common  1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server
ii  maas-dhcp1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server - DHCP Configuration (meta-package)
ii  maas-dns 1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server - DNS configuration (metapackage)
ii  maas-region-controller   1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server
ii  python-django-maas   1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server - (django files)
ii  python-maas-client   1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS API Client - (python files)
ii  python-maas-provisioningserver   1.4+bzr1693+dfsg-0ubuntu2.3~ctools0  
Ubuntu MAAS Server
vmdc-admin@ics3-ubuntu3:/var/log/maas$ uname -a
Linux ics3-ubuntu3 3.11.0-20-generic #34~precise1-Ubuntu SMP Thu Apr 3 17:25:07 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
vmdc-admin@ics3-ubuntu3:/var/log/maas$

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

Title:
  Enlistment/commissioning boot no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1300026/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-01 Thread Scott Moser
Can't we do  this sanely instead of making the intended-to-be-user-editable 
template file have such madness as :
  {{if node.split_arch()[0] in {'i386', 'amd64'} }}

Why not make 'arch' actually mean 'arch' and 'subarch' mean 'subarch' as
variables available to the template.

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-05-01 Thread Scott Moser
in response to comment 5, i'm not sure why the cache in the image
wouldn't have had either been updated or have had sane values built in.
that could be an image-build thing.

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

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+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 1310082] Re: d-i with precise+hwe-s stops at Architecture not supported

2014-05-01 Thread Scott Moser
I'd never tested this, but I thought that the 'saucy-netboot' entry
kernel and initramfs at [1] would default to intstalling the linux-
generic-lts-saucy.

Now, it still may, as we're explicitly asking in the preseed listed
above to install the linux-server.

2 things are then possible:
a.) ew can just remove the kernel/image and let the installer initramfs pick 
its default (I hope)
b.) we may have to explicitly drive that in the preseed.


--
[1] 
http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/installer-amd64/current/images/

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

Title:
  d-i with precise+hwe-s stops at Architecture not supported

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+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 1315026] [NEW] [Dell Inc. XPS M1330][14.04 Regression] suspend/resume failure

2014-05-01 Thread mexlinux
Public bug reported:

I have been using this laptop with ubuntu since day 0. It was working OK.
Did clean install ubuntu 14.04, now 90% of the times I does not resume.

I also noted that I don't have any option to hibernate (don't know if
that might be related)

NO envidia or any special hardware.


Description:Ubuntu 14.04 LTS
Release:14.04

Latest crash report attached

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Latest crash report
   
https://bugs.launchpad.net/bugs/1315026/+attachment/4102372/+files/susres.2014-05-01_06%3A47%3A59.219627.crash

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

Title:
  [Dell Inc. XPS M1330][14.04 Regression] suspend/resume failure

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

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


[Bug 1299975] Re: wireless script checks wrong sys file

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

** Changed in: pm-utils (Ubuntu)
   Status: New = Confirmed

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

Title:
  wireless script checks wrong sys file

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

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


[Bug 1312928] Re: SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

2014-05-01 Thread Colin Watson
** Changed in: openssh (Ubuntu Saucy)
 Assignee: (unassigned) = Colin Watson (cjwatson)

** Changed in: openssh (Ubuntu Trusty)
 Assignee: (unassigned) = Colin Watson (cjwatson)

** Changed in: openssh (Ubuntu Saucy)
   Status: New = Triaged

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

** Changed in: openssh (Ubuntu Saucy)
   Importance: Undecided = Medium

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

** Changed in: openssh (Ubuntu Trusty)
Milestone: None = ubuntu-14.04.1

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

Title:
  SSH-Agent not working in KDE/X-Session if user's login shell is a tcsh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1312928/+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 1290817] Re: Please merge migrate 0.8.5-1 (main) from Debian unstable

2014-05-01 Thread Chuck Short
** Changed in: migrate (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  Please merge migrate 0.8.5-1 (main) from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/migrate/+bug/1290817/+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 1315052] [NEW] lxc-attach from a different login session fails

2014-05-01 Thread Serge Hallyn
Public bug reported:

When using the cgroup  manager, if an unprivileged user starts a
container from one login session, then ssh's back in and tries lxc-
attach, that will fail.

The workaround for this is simply to start a container under screen or
tmux, then re-attach to that session to lxc-attach.

The proper fix is to use MovePidAbs in lxc-attach to move the current
task to the 'full' (relative to proxy) cgroup of the container.  This
requires a new GetPidCgroupAbs method (which is in cgmanager utopic but
not yet in trusty) to find out the proper cgroup to attach to.

** Affects: cgmanager (Ubuntu)
 Importance: High
 Status: Confirmed

** Affects: lxc (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: cgmanager (Ubuntu Trusty)
 Importance: High
 Status: Fix Committed

** Affects: lxc (Ubuntu Trusty)
 Importance: High
 Status: Confirmed

** Affects: cgmanager (Ubuntu Utopic)
 Importance: High
 Status: Confirmed

** Affects: lxc (Ubuntu Utopic)
 Importance: High
 Status: Triaged

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

** Also affects: lxc (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

** Changed in: cgmanager (Ubuntu Trusty)
   Status: New = Fix Committed

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

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

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

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

** Changed in: cgmanager (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: lxc (Ubuntu Trusty)
   Status: New = Confirmed

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

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

Title:
  lxc-attach from a different login session fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cgmanager/+bug/1315052/+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 1274720] Re: [SRU] screen server process can be crashed by byobu

2014-05-01 Thread Brian Murray
** Tags removed: verification-needed
** Tags added: verification-failed

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

Title:
  [SRU] screen server process can be crashed by byobu

To manage notifications about this bug go to:
https://bugs.launchpad.net/screen/+bug/1274720/+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 1314857] Re: seg fault in ivshmem when using ioeventfd=on

2014-05-01 Thread Gene Snider
When I tried the same thing with git master (latest)  I get a different error:
qemu_chr_fe_claim_no_fail: error chardev (null) already used

** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  seg fault in ivshmem when using ioeventfd=on

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1314857/+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 1315029] Re: shib2.load prevents webdav from reading .htpasswd file

2014-05-01 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  shib2.load prevents webdav from reading .htpasswd file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1315029/+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 1098294] Re: Use of uninitialized value $admin in string eq at ...

2014-05-01 Thread William Van Hevelingen
This shows up in Trusty in a different location

Setting up krb5-config (2.3) ...
Use of uninitialized value $admin in string eq at 
/var/lib/dpkg/info/krb5-config.config line 171, STDIN line 19.
[more output]

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

Title:
  Use of uninitialized value $admin in string eq at ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kerberos-configs/+bug/1098294/+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 1149410] Re: Stuck on Trying to connect to the Juju environment

2014-05-01 Thread brian mullan
I have the same problem as reported in the original post of this bug ...
except ... my use case is different.

I created an OpenStack instance of ubuntu 14.04.
I installed juju on that instance and configured it for Local Provider (re 
lxc).
I then bootstrapped and deployed Juju-GUI which successfully installed into its 
own LXC container.

If I install a desktop on that Openstack Ubuntu instance and log into it
via a remote desktop capability I can start Firefox and point it to the
10.0.30.x address of the juju-gui container and login to juju-gui.

While logged into the OpenStack Ubuntu instance I can obviously ping
to/from the juju-gui container and the Ubuntu Host.

But because my OpenStack Ubuntu instance is a 173.39.x.x address and the
juju-gui container is a non-routable 10.x.x.x address I obviously cannot
use Firefox from my Laptop and connect to the juju-gui.

However, I thought I could solve that by installing a Reverse Proxy on
the OpenStack Ubuntu Host and point it to the 10.0.3.x address of Juju-
gui container.

I used NGINX and it almost seems to work.

From my laptop I point Firefox to the 173.39.x.x address  of the Ubuntu
Host and the NGINX Proxy starts to redirect to the juju-gui.I see
the Juju-Gui login screen start to appear but it just keeps spinning its
circle and is stuck on Trying to connect to the Juju environment
message.

So I am piggy backing on this Bug report since the resulting message is
the same.I had thought that a Reverse Proxy like this would enable
this access.

My use-case is to have people that from their desktop at work use their
browser to connect to Juju-Gui then deploy services to LXC containers
on the OpenStack ubuntu instance.Its our own Openstack on our own
hardware so I can install this on a very large compute  network
resource machine.

note:  yes I understand I could deploy juju-gui to a cloud server but
then ... that server  the juju-gui would not be utilizing LXC
afterwards for deployment of charm services.

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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 1281447] Re: false positive in logwatch report

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

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

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

Title:
  false positive in logwatch report

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logwatch/+bug/1281447/+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 1219857] Re: vsftpd connections fail on amd64: 500 OOPS: child died

2014-05-01 Thread Brian Murray
Hello James, or anyone else affected,

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

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

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

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

** Changed in: vsftpd (Ubuntu Trusty)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  vsftpd connections fail on amd64: 500 OOPS: child died

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1219857/+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 1315141] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 126

2014-05-01 Thread Neal Sprague
Public bug reported:

sysadmin@Ubuntu-4600:~$ sudo apt-get install samba
[sudo] password for sysadmin: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
samba is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sysadmin@Ubuntu-4600:~$ samba
The program 'samba' is currently not installed.  You can install it by typing:
sudo apt-get install samba4
sysadmin@Ubuntu-4600:~$ sudo apt-get install samba4
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  attr bind9 bind9utils ldb-tools libdcerpc-server0 libdcerpc0 libgensec0
  libhdb9-heimdal libkdc2-heimdal libldb1 libndr-standard0 libndr0
  libregistry0 libsamba-credentials0 libsamba-hostconfig0 libsamba-policy0
  libsamba-util0 libsamdb0 libsmbclient-raw0 libtevent0 python-dnspython
  python-ldb python-samba python-talloc python-tdb samba-dsdb-modules
  samba4-common-bin
Suggested packages:
  bind9-doc phpldapadmin samba-gtk swat2
The following NEW packages will be installed:
  attr bind9 bind9utils ldb-tools libdcerpc-server0 libdcerpc0 libgensec0
  libhdb9-heimdal libkdc2-heimdal libldb1 libndr-standard0 libndr0
  libregistry0 libsamba-credentials0 libsamba-hostconfig0 libsamba-policy0
  libsamba-util0 libsamdb0 libsmbclient-raw0 libtevent0 python-dnspython
  python-ldb python-samba python-talloc python-tdb samba-dsdb-modules samba4
  samba4-common-bin
0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
Need to get 8,363 kB of archives.
After this operation, 38.3 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libhdb9-heimdal 
i386 1.6~git20120311.dfsg.1-2ubuntu0.1 [67.2 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise/universe libtevent0 i386 
0.9.15-2 [26.5 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ precise/universe libldb1 i386 
1:1.1.4-1 [136 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu/ precise/universe libsamba-util0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [231 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise/universe libndr0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [37.1 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise/universe libndr-standard0 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [1,676 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise/universe 
libsamba-hostconfig0 i386 4.0.0~alpha18.dfsg1-4ubuntu2 [56.2 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu/ precise/universe 
libsamba-credentials0 i386 4.0.0~alpha18.dfsg1-4ubuntu2 [29.0 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise/universe libsamdb0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [132 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise/universe libgensec0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [251 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu/ precise/universe libsmbclient-raw0 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [556 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu/ precise/main python-talloc i386 
2.0.7-3 [7,002 B]
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdcerpc0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [557 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise/universe libregistry0 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [53.6 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise/universe libdcerpc-server0 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [336 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise/universe libsamba-policy0 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [23.2 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-ldb i386 
1:1.1.4-1 [31.8 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main 
libkdc2-heimdal i386 1.6~git20120311.dfsg.1-2ubuntu0.1 [63.2 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu/ precise/main attr i386 
1:2.4.46-5ubuntu1 [28.7 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main bind9utils 
i386 1:9.8.1.dfsg.P1-4ubuntu0.8 [105 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main bind9 i386 
1:9.8.1.dfsg.P1-4ubuntu0.8 [336 kB]
Get:22 http://us.archive.ubuntu.com/ubuntu/ precise/universe ldb-tools i386 
1:1.1.4-1 [33.1 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu/ precise/main python-dnspython all 
1.9.4-0ubuntu3 [99.2 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu/ precise/main python-tdb i386 
1.2.9-4 [10.6 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu/ precise/universe python-samba i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [1,545 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu/ precise/universe samba-dsdb-modules 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [261 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu/ precise/universe samba4-common-bin 
i386 4.0.0~alpha18.dfsg1-4ubuntu2 [25.4 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu/ precise/universe samba4 i386 
4.0.0~alpha18.dfsg1-4ubuntu2 [1,649 kB]
Fetched 8,363 kB in 2min 56s (47.5 kB/s)   
Preconfiguring packages 

[Bug 1315143] [NEW] trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Matthias Klose
Public bug reported:

proposing a SRU for trusty, changing the ruby default from 1.9.1 to 2.0,
and stop building the tcltk ruby bindings.

rationale: trusty currently has two ruby versions and two Tcl/Tk
versions in main. reducing these one of each lowers the maintenance
burden for the LTS.

The transition to ruby2.0/ruby2.1 in utopic is almost done, so problems
and fixes are already known on a large scale.

Packages which would need updating:

 - update ruby2.0 to the version from utopic (this one was used for all uploads 
in utopic,
   so it would be good to use this working version.

 - update the gem2deb and rubygems-integration packages to drop
ruby1.9.1 support.

 - rebuild all packages having a Ruby-Version: attribute without 2.0 (this is 
not strictly related
   to the SRU, but should be done anyway). you currently can't use ruby2.0 gems 
where
   this information is missing for 300+ packages. These are no-change rebuilds.

- fix build failures with 2.0 as the default.  The majority of these are caused 
by .install
  files pointing to outdated ruby1.9.1 locations.

Testing:

 - explicity test puppet working with 2.0

 - a test rebuild of the archive, or a partial test rebuild.

Implementation:

 - use a ppa to prepare all these changes, and then copy these changes
to trusty-proposed.

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

** Affects: ruby-defaults (Ubuntu)
 Importance: Undecided
 Status: New

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

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1313848] Re: AuthnProviderAlias does not work w/ authnz_ldap

2014-05-01 Thread P. Dunbar
Well my env has active directory but let me take a look at openldap see
how hard it would be to setup in some basic fashion.

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

Title:
  AuthnProviderAlias does not work w/ authnz_ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1313848/+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 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

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

** Changed in: ruby-defaults (Ubuntu)
   Status: New = Confirmed

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

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

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

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-05-01 Thread Brian Murray
** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=10490
   Importance: Unknown
   Status: Unknown

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-05-01 Thread Brian Murray
Hello styro, or anyone else affected,

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

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

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

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

** Changed in: samba (Ubuntu Trusty)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Dimitri John Ledkov
** Also affects: ruby-defaults (Ubuntu Trusty)
   Importance: Undecided
   Status: New

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

** Changed in: ruby-defaults (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: puppet (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: ruby-defaults (Ubuntu Trusty)
 Assignee: (unassigned) = Matthias Klose (doko)

** Changed in: puppet (Ubuntu Trusty)
 Assignee: (unassigned) = Canonical Server Team (canonical-server)

** Changed in: ruby-defaults (Ubuntu)
   Status: Confirmed = Fix Released

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

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-05-01 Thread Seth Arnold
I believe I just tripped this bug; I compressed some qcow2 images using
this:

for f in sec-{lucid,precise,quantal,saucy,trusty}-{amd64,i386} ;
  do echo $f ;
  qemu-img convert -s pristine -p -f qcow2 -O qcow2 $f.qcow2 reclaimed.qcow2 ;
  mv reclaimed.qcow2 $f.qcow2 ;
  virsh snapshot-delete $f --snapshotname pristine ;
  uvt snapshot $f ;
done

The 'uvt snapshot' command makes a snapshot named 'pristine'.

AMD64 guests:
sec-lucid-amd64 booted without trouble.

sec-precise-amd64 reports:
Booting from Hard Disk...
Boot failed: not a booktable disk

No bootable device.

sec-quantal-amd64 reports:
Booting from Hard Disk...
error; file `/boot/grub/i386-pc/normal.mod' not found.
grub rescue 

sec-saucy-amd64 reports:
Booting from Hard Disk...
error: file `/boot/grub/i386-pc/normal.mod' not found.
Entering rescue mode...
grub rescue 

sec-trusty-amd64 reports:
Booting from Hard Disk...
Boot failed: not a bootable disk

No bootable device.


i386 guests:

sec-lucid-i386, sec-precise-i386, sec-quantal-i386, sec-saucy-i386 all
booted fine.

sec-trusty-i386 reports:
Booting from Hard Disk...
Boot failed: not a bootable disk

No bootable device.


I use the i386 VMs significantly less often than the amd64 VMs.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1315162] [NEW] fiddling with snapshots leads to unbootable images

2014-05-01 Thread Seth Arnold
*** This bug is a duplicate of bug 1292234 ***
https://bugs.launchpad.net/bugs/1292234

Public bug reported:

After compacting qcow2 filesystem images some of them are no longer
bootable.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: qemu 2.0.0~rc1+dfsg-0ubuntu3.1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May  1 14:27:49 2014
InstallationDate: Installed on 2012-10-18 (560 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
SourcePackage: qemu
UpgradeStatus: Upgraded to trusty on 2014-04-12 (19 days ago)

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


** Tags: amd64 apport-bug trusty

** This bug has been marked a duplicate of bug 1292234
   qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

Title:
  fiddling with snapshots leads to unbootable images

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1315162/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-05-01 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

** Changed in: samba
   Importance: Unknown = Medium

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

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

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


[Bug 1292234] Re: qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

2014-05-01 Thread Jamie Strandboge
FYI, I periodically use and follow the same procedure that Seth
described (in fact, I did it yesterday) and had no problems with qemu
1.5.0+dfsg-3ubuntu5.4 (which I've apt pinned since reporting this bug).

** Description changed:

  The security team uses a tool (http://bazaar.launchpad.net/~ubuntu-
  bugcontrol/ubuntu-qa-tools/master/view/head:/vm-tools/uvt) that uses
  libvirt snapshots quite a bit. I noticed after upgrading to trusty some
  time ago that qemu 1.7 (and the qemu 2.0 in the candidate ppa) has had
  stability problems such that the disk/partition table seems to be
  corrupted after removing a libvirt snapshot and then creating another
  with the same name. I don't have a very simple reproducer, but had
  enough that hallyn suggested I file a bug. First off:
  
  qemu-kvm 2.0~git-20140307.4c288ac-0ubuntu2
  
- $ cat /proc/version_signature 
+ $ cat /proc/version_signature
  Ubuntu 3.13.0-16.36-generic 3.13.5
  
  $ qemu-img info ./forhallyn-trusty-amd64.img
  image: ./forhallyn-trusty-amd64.img
  file format: qcow2
  virtual size: 8.0G (8589934592 bytes)
  disk size: 4.0G
  cluster_size: 65536
  Format specific information:
- compat: 0.10
+ compat: 0.10
  
  Steps to reproduce:
  1. create a virtual machine. For a simplified reproducer, I used virt-manager 
with:
-   OS type: Linux
-   Version: Ubuntu 14.04
-   Memory: 768
-   CPUs: 1
+   OS type: Linux
+   Version: Ubuntu 14.04
+   Memory: 768
+   CPUs: 1
  
-   Select managed or existing (Browse, new volume)
- Create a new storage volume:
-   qcow2
-   Max capacity: 8192
-   Allocation: 0
+   Select managed or existing (Browse, new volume)
+ Create a new storage volume:
+   qcow2
+   Max capacity: 8192
+   Allocation: 0
  
-   Advanced:
- NAT
- kvm
- x86_64
- firmware: default
+   Advanced:
+ NAT
+ kvm
+ x86_64
+ firmware: default
  
  2. install a VM. I used trusty-desktop-amd64.iso from Jan 23 since it
  seems like I can hit the bug more reliably if I have lots of updates in
  a dist-upgrade. I have seen this with lucid-trusty guests that are i386
  and amd64. After the install, reboot and then cleanly shutdown
  
  3. Backup the image file somewhere since steps 1 and 2 take a while :)
  
  4. Execute the following commands which are based on what our uvt tool
  does:
  
  $ virsh snapshot-create-as forhallyn-trusty-amd64 pristine uvt snapshot
  $ virsh snapshot-current --name forhallyn-trusty-amd64
  pristine
  $ virsh start forhallyn-trusty-amd64
  $ virsh snapshot-list forhallyn-trusty-amd64 # this is showing as shutoff 
after start, this might be different with qemu 1.5
  
  in guest:
  sudo apt-get update
  sudo apt-get dist-upgrade
  780 upgraded...
  shutdown -h now
  
  $ virsh snapshot-delete forhallyn-trusty-amd64 pristine --children
  $ virsh snapshot-create-as forhallyn-trusty-amd64 pristine uvt snapshot
  
  $ virsh start forhallyn-trusty-amd64 # this command works, but there is
  often disk corruption
  
  The idea behind the above is to create a new VM with a pristine snapshot
  that we could revert later if we wanted. Instead, we boot the VM, run
  apt-get dist-upgrade, cleanly shutdown and then remove the old
  'pristine' snapshot and create a new 'pristine' snapshot. The intention
  is to update the VM and the pristine snapshot so that when we boot the
  next time, we boot from the updated VM and can revert back to the
  updated VM.
  
  After running 'virsh start' after doing snapshot-delete/snapshot-create-
  as, the disk may be corrupted. This can be seen with grub failing to
  find .mod files, the kernel not booting, init failing, etc.
  
  This does not seem to be related to the machine type used. Ie, pc-
  i440fx-1.5, pc-i440fx-1.7 and pc-i440fx-2.0 all fail with qemu 2.0, pc-
  i440fx-1.5 and pc-i440fx-1.7 fail with qemu 1.7 and pc-i440fx-1.5 works
  fine with qemu 1.5.
  
- Only workaround I know if is to downgrade qemu to 1.5.0+dfsg-3ubuntu5.3
+ Only workaround I know if is to downgrade qemu to 1.5.0+dfsg-3ubuntu5.4
  from Ubuntu 13.10.

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

Title:
  qcow2 image corruption in trusty (qemu 1.7 and 2.0 candidate)

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

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


[Bug 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Matthias Klose
** Description changed:

  proposing a SRU for trusty, changing the ruby default from 1.9.1 to 2.0,
  and stop building the tcltk ruby bindings.
  
  rationale: trusty currently has two ruby versions and two Tcl/Tk
- versions in main. reducing these one of each lowers the maintenance
+ versions in main. reducing these to one of each lowers the maintenance
  burden for the LTS.
  
  The transition to ruby2.0/ruby2.1 in utopic is almost done, so problems
  and fixes are already known on a large scale.
  
  Packages which would need updating:
  
-  - update ruby2.0 to the version from utopic (this one was used for all 
uploads in utopic,
-so it would be good to use this working version.
+  - update ruby2.0 to the version from utopic (this one was used for all 
uploads in utopic,
+    so it would be good to use this working version.
  
-  - update the gem2deb and rubygems-integration packages to drop
+  - update the gem2deb and rubygems-integration packages to drop
  ruby1.9.1 support.
  
-  - rebuild all packages having a Ruby-Version: attribute without 2.0 (this is 
not strictly related
-to the SRU, but should be done anyway). you currently can't use ruby2.0 
gems where
-this information is missing for 300+ packages. These are no-change 
rebuilds.
+  - rebuild all packages having a Ruby-Version: attribute without 2.0 (this is 
not strictly related
+    to the SRU, but should be done anyway). you currently can't use ruby2.0 
gems where
+    this information is missing for 300+ packages. These are no-change 
rebuilds.
  
  - fix build failures with 2.0 as the default.  The majority of these are 
caused by .install
-   files pointing to outdated ruby1.9.1 locations.
+   files pointing to outdated ruby1.9.1 locations.
  
  Testing:
  
-  - explicity test puppet working with 2.0
+  - explicity test puppet working with 2.0
  
-  - a test rebuild of the archive, or a partial test rebuild.
+  - a test rebuild of the archive, or a partial test rebuild.
  
  Implementation:
  
-  - use a ppa to prepare all these changes, and then copy these changes
+  - use a ppa to prepare all these changes, and then copy these changes
  to trusty-proposed.

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1313785] Re: Can't SSH with juju ssh command to EC2 instance.

2014-05-01 Thread Curtis Hovey
** Changed in: juju-core
   Importance: Critical = High

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

Title:
  Can't SSH with juju ssh command to EC2 instance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1313785/+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 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Adam Conrad
No matter what you do here, you can't demote anything to universe in a
released series. The release pocket is set in stone.

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

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

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


Re: [Bug 1315143] Re: trusty SRU: change the ruby default from 1.9.1 to 2.0

2014-05-01 Thread Matthias Klose
Am 02.05.2014 00:43, schrieb Adam Conrad:
 No matter what you do here, you can't demote anything to universe in a
 released series. The release pocket is set in stone.

references?

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

Title:
  trusty SRU: change the ruby default from 1.9.1 to 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1315143/+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 1314025] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [make[1]: arm-xilinx-linux-gnueabi-gcc: Command not found]

2014-05-01 Thread Daniel van Vugt
** Summary changed:

- open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed 
to build
+ open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed 
to build [make[1]: arm-xilinx-linux-gnueabi-gcc: Command not found]

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [make[1]: arm-xilinx-linux-gnueabi-gcc: Command not
  found]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1314025/+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 1315188] [NEW] No init.d script included in icehouse ubuntu packaging

2014-05-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

The upstream packages for keystone in Ubuntu 14.04 seem to be missing
the init.d upstart scripts, so the post install script fails, but the
package install is marked as successful. This seems like a rather large
omission.

apt-get install keystone
invoke-rc.d: unknown initscript, /etc/init.d/keystone not found.
invoke-rc.d: policy-rc.d denied execution of stop.
invoke-rc.d: unknown initscript, /etc/init.d/keystone not found.
invoke-rc.d: policy-rc.d denied execution of start.

apt-cache policy keystone
keystone:
  Installed: 1:2014.1-0ubuntu1
  Candidate: 1:2014.1-0ubuntu1
  Version table:
 *** 1:2014.1-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

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

-- 
No init.d script included in icehouse ubuntu packaging
https://bugs.launchpad.net/bugs/1315188
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to keystone 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 1315188] Re: No init.d script included in icehouse ubuntu packaging

2014-05-01 Thread Dolph Mathews
** Project changed: keystone = keystone (Ubuntu)

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

Title:
  No init.d script included in icehouse ubuntu packaging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1315188/+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 644825] Re: screen unpredictably crashes

2014-05-01 Thread Mark Smith
*** This bug is a duplicate of bug 375625 ***
https://bugs.launchpad.net/bugs/375625

screen not freezing up nor turning zombie, but i got the error described
above.  it happens reliably.  i just manufactured Ubuntu 14.04.  when
exiting using ^A^D it does exactly what this bug describes.  my screen
is then lost completely (no longer exists), then i get logged out.  the
commands i'm running are:

byobu-screen -d -m -L -a -t amp703 -S amp703 -T xterm-color
byobu-screen -d -r amp703

i then type ^A^D it hangs for about 10 seconds.  it then returns this:

Error: Cannot find master process to attach to!

my PS1 appears as would normally happen after a command completes, but
then i am logged out immediately through no action of my own complete
with the word logout as if the ^D part was interpreted by my shell.

sure enough, if i just type ^A by itself within byobu, after 10s it
drops to my shell with the master process error above.

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

Title:
  screen unpredictably crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/644825/+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 644825] Re: screen unpredictably crashes

2014-05-01 Thread Mark Smith
*** This bug is a duplicate of bug 375625 ***
https://bugs.launchpad.net/bugs/375625

also, if i use screen directly, e.g. replace byobu-screen with just
screen, it works as expected.

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

Title:
  screen unpredictably crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/644825/+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 1314198] Re: [Asus X550LC] Touchpad not Recognized in ubuntu 14.04

2014-05-01 Thread nishu bindal
Hi Christopher,
I tried your solution, but its not working either.

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

Title:
  [Asus X550LC] Touchpad not Recognized in ubuntu 14.04

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

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


[Bug 1292357] Re: gnome-shell crashed with SIGABRT in g_assertion_message()

2014-05-01 Thread Attila Hammer
Tim, I confirming positive test result.
After I added your suggested PPA and install all awailable upgrades, when 
logout and login happened the screen magnification feature works correct again 
when I click the screen magnifier menu item in top bar/accessibility category.
When will be land this newest GJS upstream version with official Trusty 
repository?

Attila

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

Title:
  gnome-shell crashed with SIGABRT in g_assertion_message()

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

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


[Bug 1314895] Status changed to Confirmed

2014-05-01 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  computer doesn't shutdown

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

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


[Bug 1249777] Re: libsss-sudo generated nsswitch.conf leads to error messages upon sudo invocation

2014-05-01 Thread pdf
** Bug watch added: Red Hat Bugzilla #879633
   https://bugzilla.redhat.com/show_bug.cgi?id=879633

** Also affects: sudo (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=879633
   Importance: Unknown
   Status: Unknown

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

Title:
  libsss-sudo generated nsswitch.conf leads to error messages upon sudo
  invocation

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

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


[Bug 1314818] Re: Tiny fonts in indicator-sound

2014-05-01 Thread Lukasz Grzesik
This bug is from category Some Men Just Want to Watch the World Burn.
Probably after a week I become accustomed.

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

Title:
  Tiny fonts in indicator-sound

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1314818/+subscriptions

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


[Bug 1308853] Re: Battery info returns: sh: 0: -c requires an argument

2014-05-01 Thread Jonathan Marsden
(1) Lack of the link URL is not caused by these error messages in
hardinfo's output.  Neither pastebinit nor clipit care what text you
provide them as input.  See whether something as simple as

  date |pastebinit |clipit -c

works for you.

(2) The bug generating the unwanted output sh: 0: -c requires an
argument is in the source file arch/linux/common/battery.h in the
function __scan_battery_apcupsd .

Since Ubuntu bugs generally don't care whether you are using an APC UPS
or not, one workaround is to comment out the call to that function on
line 283 of the file and rebuild the hardinfo package.  My suspicion is
that someething bad is happening the code around line 58 to 60 of the
file, so it is trying to popen apcaccess when it does not exist, and the
shell used by popen is then complaining that you didn't give it a
command to execute.

As further confirmation, if you install apcupsd but dont bother
configuraing it, and then run hardinfo -ram devices.so again, you get a
different error about apcupsd.

(3) The error earlier in the output about gnome-about is because gnome-
about is not installed... and the code dealing with that is in
arch/linux/common/os.h in function detect_desktop_environment.  I see
that code uses GNOME_DESKTOP_SESSION_ID which on my Ubuntu 14.04 machine
is currently set to this-is-deprecated.  Around line 95 or so.

(4) The error about libc.so.6 is because that file is no longer at
/lib/libc.so.6 due to multiarch, it is now at /lib/x86_64-linux-
gnu/libc.so.6 or similar.  So the code at line 55 or so of
arch/linux/common/os.h in function get_libc_version is now in need of
rework.

I don't have time to dive into this and provide a real fix, I'm afaid,
but that should be a good start for anyone with more available time than
I have to investigate these errors further.

HOWEVER, note carefully that these hardinfo issues are *not* in
themselves preventing pastebinit or clipit from generating hardware
profiles on a pastebin site.  See http://pastebin.com/UwR4cWkZ which I
just created with the Ubuntu 14.04 hardinfo.

Whatever is breaking pastebin for phillw is some other issue entirely,
not a hardinfo problem.  Testing with a different text-generating
program at the start of the pipeline, such as date, or even ls, will
help to confirm this.

Jonathan

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

Title:
  Battery info returns: sh: 0: -c requires an argument

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

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


[Bug 1314898] [NEW] ubuntu upgrade from 13.10 to 14.4 stops at calculating something.

2014-05-01 Thread Bruce Barton
Public bug reported:

I don't have any more details.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.6
ProcVersionSignature: Ubuntu 3.11.0-20.34-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: i386
CrashDB: ubuntu
Date: Thu May  1 18:13:59 2014
InstallationDate: Installed on 2014-03-10 (51 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release i386 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-05-01 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: dist-upgrade i386 saucy third-party-packages

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

Title:
  ubuntu upgrade from 13.10 to 14.4 stops at calculating something.

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

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


[Bug 1314725] Re: python3-pygame needs packaging

2014-05-01 Thread Vincent Cheng
I'm waiting for the next pygame release to be made (1.9.2) before
uploading python3-pygame to Debian sid, FYI.

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

Title:
  python3-pygame needs packaging

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

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


Re: [Bug 1314421] Re: Installer crashed

2014-05-01 Thread Matt Easley
I installed 14.04 not 12.04. Automatic email might need updating:)
On 1 May 2014 01:14, Ubuntu Foundations Team Bug Bot 
1314...@bugs.launchpad.net wrote:

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. We noticed that you were installing the LTS version of
 Ubuntu using an older version of the installation media.  The latest
 point release of 12.04 is 12.04.4. Please try installing from that
 version of the installation media and see if that resolves your issue.
 Thanks in advance!

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

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

 Title:
   Installer crashed

 Status in “ubiquity” package in Ubuntu:
   Incomplete

 Bug description:
   Left instller running, when I returned it said it had crahsed and to
   submit this bug report

   14.04 32 bit desktop

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: ubiquity 2.18.7
   ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
   Uname: Linux 3.13.0-24-generic i686
   ApportVersion: 2.14.1-0ubuntu3
   Architecture: i386
   CasperVersion: 1.340
   Date: Wed Apr 30 00:17:32 2014
   InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper
 initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
   LiveMediaBuild: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
   ProcEnviron:
LANGUAGE=en_GB.UTF-8
TERM=linux
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_GB.UTF-8
   SourcePackage: ubiquity
   UpgradeStatus: No upgrade log present (probably fresh install)

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1314421/+subscriptions


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

Title:
  Installer crashed

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

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

[Bug 682144] Re: there is no python 3 module

2014-05-01 Thread Vincent Cheng
*** This bug is a duplicate of bug 1314725 ***
https://bugs.launchpad.net/bugs/1314725

** This bug has been marked a duplicate of bug 1314725
   python3-pygame needs packaging

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

Title:
  there is no python 3 module

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

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


[Bug 1314899] [NEW] [Hp Pavilion 23] USB3.0 flash drive will be detected as USB2.0 after re-plugged in

2014-05-01 Thread Po-Hsu Lin
Public bug reported:

CID: 201305-13489

Steps:
1. Install 12.04.4 + update (3.11.0-20)
2. Plug a flash driver to the USB3.0 port
3. Unplug it, and re-plug it

Expected result:
* USB3.0 superspeed flash drive detected as a USB3.0 superspeed device

Actual result:
* It will be detected as a superspeed device at the beginning, but detected as 
a high-speed device later

Debugging information:
lsusb -t on step 2
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
|__ Port 1: Dev 2, If 0, Class=stor., Driver=usb-storage, 5000M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
|__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
|__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
|__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
|__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M

lsusb -t on step 3
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
/:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
/:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
|__ Port 1: Dev 5, If 0, Class=stor., Driver=usb-storage, 480M
|__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
|__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
/:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
|__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
|__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
ProcVersionSignature: Ubuntu 3.11.0-20.34~precise1-generic 3.11.10.6
Uname: Linux 3.11.0-20-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-20-generic.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 1690 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Generic'/'HD-Audio Generic at 0xfeb0 irq 16'
   Mixer name   : 'Realtek ALC280'
   Components   : 'HDA:10ec0280,103c2af6,0013'
   Controls  : 20
   Simple ctrls  : 9
Date: Thu May  1 00:36:26 2014
HibernationDevice: RESUME=UUID=c1650269-911b-496f-8023-d8be86eed186
InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:
 0 radeondrmfb
 1 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-20-generic 
root=UUID=a76abc0f-275e-45be-841c-7f1d6d4b3e33 ro quiet splash initcall_debug 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-20-generic N/A
 linux-backports-modules-3.11.0-20-generic  N/A
 linux-firmware 1.79.12
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux-lts-saucy
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/19/2013
dmi.bios.vendor: AMI
dmi.bios.version: 3.19B
dmi.board.name: 2AF6
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 111
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnAMI:bvr3.19B:bd02/19/2013:svnHewlett-Packard:pn:pvr:rvnHewlett-Packard:rn2AF6:rvr111:cvnHewlett-Packard:ct3:cvr:
dmi.sys.vendor: Hewlett-Packard

** Affects: linux-lts-saucy (Ubuntu)
 Importance: Undecided
 Assignee: Anthony Wong (anthonywong)
 Status: New


** Tags: 201305-13489 amd64 apport-bug precise qa-kernel-lts-testing 
running-unity taipei-lab

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

Title:
  [Hp Pavilion 23] USB3.0 flash drive will be detected as USB2.0 after
  re-plugged in

To manage notifications about this bug go to:

[Bug 1314897] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script was killed by signal (Broken pipe)

2014-05-01 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script was killed by signal (Broken pipe)

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

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


[Bug 1301003] Re: kworker runs with 40-60% CPU because of modules e1000 and/or e1000e

2014-05-01 Thread Hans Deragon
My Lenovo T61 died on Sunday evening.  Does not even boot to BIOS, no
beep; it is a brick now.  Got myself a Lenovo w510.  Took the drive from
my T61 and put it into my w510.  The stock kernel 3.14 also does not
work with the w510 and proprietary Nvidia drivers.  I never had the
chance to update the BIOS of my T61.

I have no clue if the w510 suffer from the same problem.  Do we leave
this bug open in case someone else suffers from it?

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

Title:
  kworker runs with 40-60% CPU because of modules e1000 and/or e1000e

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

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


[Bug 1314899] Re: [Hp Pavilion 23] USB3.0 flash drive will be detected as USB2.0 after re-plugged in

2014-05-01 Thread Po-Hsu Lin
** Tags added: certification-grey usb3

** Description changed:

  CID: 201305-13489
  
  Steps:
  1. Install 12.04.4 + update (3.11.0-20)
  2. Plug a flash driver to the USB3.0 port
  3. Unplug it, and re-plug it
  
  Expected result:
  * USB3.0 superspeed flash drive detected as a USB3.0 superspeed device
  
  Actual result:
  * It will be detected as a superspeed device at the beginning, but detected 
as a high-speed device later
  
  Debugging information:
  lsusb -t on step 2
  /:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
- |__ Port 1: Dev 2, If 0, Class=stor., Driver=usb-storage, 5000M
+ |__ Port 1: Dev 2, If 0, Class=stor., Driver=usb-storage, 5000M
  /:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
- |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
- |__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
+ |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
+ |__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
  /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
- |__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
- |__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
+ |__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
+ |__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
  
  lsusb -t on step 3
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
  /:  Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M
  /:  Bus 06.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M
- |__ Port 1: Dev 5, If 0, Class=stor., Driver=usb-storage, 480M
- |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
- |__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
+ |__ Port 1: Dev 5, If 0, Class=stor., Driver=usb-storage, 480M
+ |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 12M
+ |__ Port 2: Dev 4, If 1, Class=HID, Driver=usbhid, 12M
  /:  Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M
  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
- |__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
- |__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
+ |__ Port 4: Dev 2, If 0, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
+ |__ Port 4: Dev 2, If 1, Class='bInterfaceClass 0x0e not yet handled', 
Driver=uvcvideo, 480M
  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M
+ 
+ From 
+  |__ Port 1: Dev 2, If 0, Class=stor., Driver=usb-storage, 5000M
+ Changed into 
+ |__ Port 1: Dev 5, If 0, Class=stor., Driver=usb-storage, 480M
+ 
+ Private bug 1214217 reported during the pre-install stage.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.11.0-20-generic 3.11.0-20.34~precise1
  ProcVersionSignature: Ubuntu 3.11.0-20.34~precise1-generic 3.11.10.6
  Uname: Linux 3.11.0-20-generic x86_64
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k3.11.0-20-generic.
  AplayDevices:
-   List of PLAYBACK Hardware Devices 
-  card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of PLAYBACK Hardware Devices 
+  card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  ArecordDevices:
-   List of CAPTURE Hardware Devices 
-  card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
-Subdevices: 1/1
-Subdevice #0: subdevice #0
+   List of CAPTURE Hardware Devices 
+  card 0: Generic [HD-Audio Generic], device 0: ALC280 Analog [ALC280 Analog]
+    Subdevices: 1/1
+    Subdevice #0: subdevice #0
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  ubuntu 1690 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  ubuntu 1690 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
-  Card hw:0 'Generic'/'HD-Audio Generic at 0xfeb0 irq 16'
-Mixer name : 'Realtek ALC280'
-Components : 'HDA:10ec0280,103c2af6,0013'
-Controls  : 20
-Simple ctrls  : 9
+  Card hw:0 'Generic'/'HD-Audio Generic at 0xfeb0 irq 16'
+    Mixer name : 'Realtek ALC280'
+    Components : 

[Bug 1313378] Re: [hsw mesa] Intel 4000 video crashes on play

2014-05-01 Thread Chris Wilson
It's not the original warning, and is actually fair evidence that the
gfx driver is still working.

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

Title:
  [hsw mesa] Intel 4000 video crashes on play

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

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


[Bug 1314697] Re: Upon upgrade, DNS resolution no longer works

2014-05-01 Thread Colin King
I'm seeing this too, strace show it spinning on:

select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)

So we're getting ENOTSOCK on fd 0, which is /dev/null :

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

Title:
  Upon upgrade, DNS resolution no longer works

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

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


[Bug 1314903] [NEW] OptiPNG Version Out Of Date

2014-05-01 Thread ~
Public bug reported:

The only way I'm able to get `optipng` working properly for my needs is
to update it per these instructions
http://kb.imakewebsites.ca/2012/10/16/installing-optipng-0-7-3-on-
ubuntu-12-04/.

I suggest that instead of this work-around, you add the latest version
of `optipng` to the PPA's.

Ubuntu 13.10 Saucy Salamander 64-bit

Thank you,

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


** Tags: compression images jpeg optipng ppa

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

Title:
  OptiPNG Version Out Of Date

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

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


[Bug 1312355] Re: 14e4:4315 [HP Pavilion dv7-2030er Entertainment Notebook PC] Cannot re-establish wi-fi connection after suspending

2014-05-01 Thread Christopher M. Penalver
Beowulf, this bug report is being closed due to your last comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1312355/comments/23
regarding this being fixed with an update. For future reference you can
manage the status of your own bugs by clicking on the current status in
the yellow line and then choosing a new status in the revealed drop down
box. You can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

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

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

Title:
  14e4:4315 [HP Pavilion dv7-2030er Entertainment Notebook PC] Cannot
  re-establish wi-fi connection after suspending

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

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


[Bug 1311098] Re: [Gigabyte Z68AP-D3] System won't suspend after upgrading to 14.04

2014-05-01 Thread Christopher M. Penalver
bhaskar, thank you for your comment. So your hardware and problem may be 
tracked, could you please file a new report with Ubuntu by executing the 
following in a terminal while booted into a Ubuntu repository kernel (not a 
mainline one) via:
ubuntu-bug linux

For more on this, please read the official Ubuntu documentation:
Ubuntu Bug Control and Ubuntu Bug Squad: 
https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue
Ubuntu Kernel Team: 
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports
Ubuntu Community: 
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette

When opening up the new report, please feel free to subscribe me to it.

Thank you for your understanding.

Helpful bug reporting tips:
https://wiki.ubuntu.com/ReportingBugs

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

Title:
  [Gigabyte Z68AP-D3] System won't suspend after upgrading to 14.04

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

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


[Bug 1314209] Re: USB Headset buttons don't work

2014-05-01 Thread Christopher M. Penalver
** Tags removed: headset usb
** Tags added: latest-bios-a08

** Attachment removed: Ubuntu-Bug report
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1314209/+attachment/4100379/+files/USBHeadsetNotWorking

** Summary changed:

- USB Headset buttons don't work
+ 047f:c006 [Dell OptiPlex GX260] USB Headset buttons don't work

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

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

Title:
  047f:c006 [Dell OptiPlex GX260] USB Headset buttons don't work

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

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


[Bug 1314796] Re: [systemd] package cgmanager 0.24-0ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

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

** Changed in: cgmanager (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/1314796

Title:
  [systemd] package cgmanager 0.24-0ubuntu5 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 100

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

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


[Bug 1314904] [NEW] Remote publishing does not work in GNOME/XFCE on trusty

2014-05-01 Thread Jens Georg
Public bug reported:

When selecting another publishing destination than Piwigo, the dialog
closes itself.

In the console the following output can be seen:

21:38  z4nD4R (shotwell:12245): GLib-GIO-CRITICAL **: 
g_app_info_get_commandline: assertion 'G_IS_APP_INFO (appinfo)' failed
21:38  z4nD4R (shotwell:12245): GLib-CRITICAL **: g_spawn_command_line_async: 
assertion 'command_line != NULL' failed
2

This is due to the UOA integration patch which is not installed on XFCE
or GNOME flavour.

Either the dependencies need to be fixed or a non-*OA version needs to
be provided.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: shotwell 0.18.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu May  1 08:52:29 2014
InstallationDate: Installed on 2010-07-01 (1399 days ago)
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
SourcePackage: shotwell
UpgradeStatus: Upgraded to trusty on 2014-04-26 (4 days ago)

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


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

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

Title:
  Remote publishing does not work in GNOME/XFCE on trusty

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

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


[Bug 1314795] Re: [systemd] package modemmanager 1.0.0-2ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 100

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

** Changed in: modemmanager (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/1314795

Title:
  [systemd] package modemmanager 1.0.0-2ubuntu1 failed to
  install/upgrade: subprocess new pre-removal script returned error exit
  status 100

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

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


[Bug 1303876] Re: VPN agent dependencies are foobar

2014-05-01 Thread Tom Verdaat
Unlike the l3 agent package the vpn agent package is lacking the
/etc/init/neutron-l3-agent.conf file required to start the l3 agent.

Does the vpn agent provide a superset of functionality which means that
if you're already running the vpn agent you don't need to separately run
the l3 agent? Or is this a mistake which means this bug needs to be
reopened?

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

Title:
  VPN agent dependencies are foobar

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

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


[Bug 579685] Re: unable to get stream from http://www.fs.fed.us/outdoors/naturewatch/eaglecam.html

2014-05-01 Thread Bug Watch Updater
** Changed in: totem
   Status: New = Expired

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

Title:
  unable to get stream from
  http://www.fs.fed.us/outdoors/naturewatch/eaglecam.html

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

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


[Bug 1149092] Re: mouse scroll wheel not working in Launcher

2014-05-01 Thread Jarno Kaikkonen
*** This bug is a duplicate of bug 1173623 ***
https://bugs.launchpad.net/bugs/1173623

This is intended behaviour; not a bug. Hold down ALT to scroll the Unity
sidebar as usual.

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

Title:
  mouse scroll wheel not working in Launcher

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

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


[Bug 1309578] Re: Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

2014-05-01 Thread Sangeet Khatri
Why is this bug still marked as incomplete. Don't we have enough detail
about the bug and whom it is affecting to?

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

Title:
  Ubuntu 14.04 suddenly reboots when booting from Live USB (AMD APU's)

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

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


[Bug 1314209] Re: 047f:c006 [Dell OptiPlex GX260] USB Headset buttons don't work

2014-05-01 Thread Christopher M. Penalver
WattoDa Toydarian, could you please test for this with the latest
development release of Ubuntu? ISO images are available from
http://cdimage.ubuntu.com/daily-live/current/ .

If it remains an issue, please just make a comment to this.

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

Title:
  047f:c006 [Dell OptiPlex GX260] USB Headset buttons don't work

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

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


[Bug 1284043] Re: udev renaming the same hardware network i/f to different name, breaks networking and firewall

2014-05-01 Thread Tom van Leeuwen
I did the suggestion:

$ grep GRUB_CMDLINE_LINUX_DEFAULT /etc/default/grub 
GRUB_CMDLINE_LINUX_DEFAULT=net.ifnames=1 biosdevname=0

followed by update-grub.

Since then rebooting gives consequent eth* naming.
I have no udev rules:

$ ls /etc/udev/rules.d/
README

Not sure if this helps any.

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

Title:
  udev renaming the same hardware network i/f to different name, breaks
  networking and firewall

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

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


[Bug 1313804] Re: Laptop display does not turn back on after resuming from suspend on HP Pavilion dv6

2014-05-01 Thread Christopher M. Penalver
Markus Ilmola, as per 
http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063lc=encc=usdlc=ensw_lang=product=5153075#N1270
 an update to your BIOS is available (F.21). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Thank you for your understanding.

** Tags removed: needs-full-computer-model
** Tags added: bios-outdated-f.21

** Summary changed:

- Laptop display does not turn back on after resuming from suspend on HP 
Pavilion dv6
+ [HP Pavilion dv6-6145eo Entertainment Notebook PC] Laptop display does not 
turn back on after resuming from suspend

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

Title:
  [HP Pavilion dv6-6145eo Entertainment Notebook PC] Laptop display does
  not turn back on after resuming from suspend

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

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


[Bug 1314441] Re: add GI marshalling test interface

2014-05-01 Thread Adam Conrad
Hello Tim, or anyone else affected,

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

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

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

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

** Changed in: gobject-introspection (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  add GI marshalling test interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gobject-introspection/+bug/1314441/+subscriptions

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


[Bug 1314434] Re: RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01) - not working

2014-05-01 Thread Christopher M. Penalver
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01) - not working

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

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


[Bug 1309369] Re: Filtered list rendered incorrectly after refresh

2014-05-01 Thread Richard Quirk
I've hacked in this fix for it - this forces the tree view to refresh
after a package selection change. No idea of the side effects, but
works for me. It still has a little visual flicker after selection
change but at least there are no more phantom entries.

--- gtk/rgmainwindow.cc.orig2014-05-01 09:34:54.963186517 +0200
+++ gtk/rgmainwindow.cc 2014-05-01 09:34:59.667186333 +0200
@@ -314,7 +314,7 @@ void RGMainWindow::refreshTable(RPackage
   _lister-limitBySearch(str);
}
 
-   if(_pkgList == NULL)
+   //if(_pkgList == NULL)
{
   _pkgList = GTK_TREE_MODEL(gtk_pkg_list_new(_lister));
   gtk_tree_view_set_model(GTK_TREE_VIEW(_treeView),

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

Title:
  Filtered list rendered incorrectly after refresh

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

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


[Bug 1314864] Re: Screen doesn't refresh after marking a package....

2014-05-01 Thread Richard Quirk
*** This bug is a duplicate of bug 1309369 ***
https://bugs.launchpad.net/bugs/1309369

** This bug has been marked a duplicate of bug 1309369
   Filtered list rendered incorrectly after refresh

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

Title:
  Screen doesn't refresh after marking a package

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

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


[Bug 1314911] [NEW] Chromium conflicts with IBus

2014-05-01 Thread Slamet Badwi
Public bug reported:

Recently, after upgrading Kubuntu 14.04 beta to the final release, I've
got Chromium browser with newer version, i.e 34. But I couldn't type
text in standard form bar. But, no problem with password form input.
Then, I tried installing fresh 14.04, then installed chromium-browser,
and IBus hasn't been installed yet. I used chromium for browsing, and
the problem with typing in form input disappeared. I thought it was
because the fresh install.

But then, I installed IBus Anthy including the dependencies. As soon as
the computer's restarted, the IBus daemon was started automatically as
well. When I run Chromium browser, the previous problem came again. So,
I tried to stop IBus daemon. And voila, the problem with typing text was
gone.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Chromium conflicts with IBus

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

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


[Bug 1286533] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2014-05-01 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1285433 ***
https://bugs.launchpad.net/bugs/1285433

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

** Changed in: gnome-settings-daemon (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/1286533

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

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

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


[Bug 1314914] [NEW] Broken Edit Metadata in Bulk commits 1.25.0

2014-05-01 Thread YoBoY
Public bug reported:

After editing fields in Edit Metadata in Bulk dialog, cannot commit the
changes

ERROR: Search/replace invalid: Search pattern is invalid: You must
specify a search expression in the Search for field.

This bug is already fixed upstream see bug
https://bugs.launchpad.net/calibre/+bug/1282898

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: calibre 1.25.0+dfsg-1build1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Thu May  1 09:23:39 2014
InstallationDate: Installed on 2014-04-21 (9 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: calibre
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
   Broken Edit Metadata in Bulk commits 1.25.0

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

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


[Bug 1314915] [NEW] package ttf-mscorefonts-installer (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2014-05-01 Thread Chris Stephenson
Public bug reported:

I ran the ibstallation of non free packages from the software shop. The
ttf fonts installaton failed.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: ttf-mscorefonts-installer (not installed)
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic i686
ApportVersion: 2.14.1-0ubuntu3
Architecture: i386
Date: Thu May  1 10:46:17 2014
DpkgHistoryLog:
 
DpkgTerminalLog:
 
ErrorMessage: subprocess new pre-installation script returned error exit status 
128
InstallationDate: Installed on 2012-11-11 (535 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
SourcePackage: msttcorefonts
Title: package ttf-mscorefonts-installer (not installed) failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 128
UpgradeStatus: Upgraded to trusty on 2014-04-29 (1 days ago)

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


** Tags: apport-package i386 trusty

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

Title:
  package ttf-mscorefonts-installer (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

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

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


[Bug 1283551] Re: gjs-console crashed with signal 5

2014-05-01 Thread Adam Conrad
Hello Cristian, or anyone else affected,

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

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

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

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

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

** Changed in: gjs (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  gjs-console crashed with signal 5

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

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


[Bug 1314527] Re: thermald: change the default dbus policy, make it more restrictive

2014-05-01 Thread Adam Conrad
Hello Colin, or anyone else affected,

Accepted thermald into trusty-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/thermald/1.1~rc2-11ubuntu0.1 in a
few hours, and then in the -proposed repository.

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

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

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

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

** Tags added: verification-needed

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

Title:
  thermald: change the default dbus policy, make it more restrictive

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

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


[Bug 1303131] Re: [Lenovo b575e] Display remains blank after resuming from suspend

2014-05-01 Thread Jure Repinc
Sorry for delayed response. The laptop is my mom's and I visit her about
once per month. Anyways. I have just now upgraded Kubuntu to version
14.04 and the problem remains. Will do other steps right away now.

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

Title:
  [Lenovo b575e] Display remains blank after resuming from suspend

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

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


[Bug 1281391] Re: gjs-console crashed with SIGSEGV in getClass()

2014-05-01 Thread Adam Conrad
Hello Gabriel, or anyone else affected,

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

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

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

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

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

** Changed in: gjs (Ubuntu Trusty)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  gjs-console crashed with SIGSEGV in getClass()

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

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


Re: [Bug 1313378] Re: [hsw mesa] Intel 4000 video crashes on play

2014-05-01 Thread Jairo Serrano
Any advise? How debug this issue?

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

Title:
  [hsw mesa] Intel 4000 video crashes on play

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

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


Re: [Bug 1314697] Re: Upon upgrade, DNS resolution no longer works

2014-05-01 Thread Simon Kelley
On 01/05/14 07:45, Colin King wrote:
 I'm seeing this too, strace show it spinning on:
 
 select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
 recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
 accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
 select(8, [0 3 6 7], [], [6], NULL) = 1 (in [0])
 recvmsg(0, 0x7fffdb2aa6d0, 0) = -1 ENOTSOCK (Socket operation on non-socket)
 accept(0, 0, NULL) = -1 ENOTSOCK (Socket operation on non-socket)
 
 So we're getting ENOTSOCK on fd 0, which is /dev/null :
 

It would be really useful to get an strace of dnsmasq from startup to
when it's in this state, since I've no yet been able to reproduce this.
Also the output of lsof | grep dnsmasq

The bug looks superficially like an earlier one which was triggered by
starting dnsmasq without stdout/stdin/stderr (ie fd 0,1,2). Sockets
would be opened which used these fds, and subsequently the connect std*
to /dev/null code would trash them. However that doesn't explain why
both the UDP and TCP listening sockets seem to be zero here.

Cheers,

Simon.

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

Title:
  Upon upgrade, DNS resolution no longer works

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

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


[Bug 1299234] Re: Keyboard layout reverts to en_US after every reboot in Trusty 14.04 beta

2014-05-01 Thread MorrisseyJ
Problem affects me despite

XKBLAYOUT=gb; in:  /etc/default/keyboard (In my case the keyboard
reverts to US, despite me having it set to UK).

One possibe complication is that i am in South Africa where default
keyboard layout is US.

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

Title:
  Keyboard layout reverts to en_US after every reboot in Trusty 14.04
  beta

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1299234/+subscriptions

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


[Bug 979697] Re: [Gigabyte T1005] Modeswitching modem not working

2014-05-01 Thread Fukanchik
Problem still exists in 14.04 LTS. Adding delay_use helps.

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

Title:
  [Gigabyte T1005] Modeswitching modem not working

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

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


[Bug 1314918] [NEW] gbp buildpackage fails miserably in trusty

2014-05-01 Thread Rolf Leggewie
Public bug reported:

$ gbp buildpackage
/bin/sh: 1: /usr/local/bin/git-pbuilder: not found
gbp:error: Couldn't run '/usr/local/bin/git-pbuilder': 
/usr/local/bin/git-pbuilder returned 127
$ dpkg -l git-buildpackage
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion  Architecture 
Description
+++-===---===
ii  git-buildpackage0.6.9all  
Suite to help with Debian packages in Git repositories

** Affects: git-buildpackage (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: trusty

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

Title:
  gbp buildpackage fails miserably in trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-buildpackage/+bug/1314918/+subscriptions

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


[Bug 1212525] Re: Libraw package does not contain demosaic packs

2014-05-01 Thread Luca Falavigna
** Changed in: libraw (Ubuntu)
   Importance: Undecided = Wishlist

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

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

Title:
  Libraw package does not contain demosaic packs

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

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


  1   2   3   4   5   6   7   8   9   10   >