[Bug 1046275] Re: 0xb5affb40:Failed to change password of user (name = 'save') - error = 31

2014-01-21 Thread Constantin Comarniceanu
I do not know if it is relevant but changing AD password using LDAP is
not any more posible when the user password has expired, because it
tries to bind with the expired username and fails. You must use kerberos
instead.

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

Title:
  0xb5affb40:Failed to change password of user (name = 'save') - error
  = 31

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/1046275/+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 1270503] Re: open-vm-tools install update-rc.d failure

2014-01-21 Thread satish kushawah
Same issue is occurring on my system also.
So pelase try to fix ASAP.

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

Title:
  open-vm-tools install update-rc.d failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270503/+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 1270503] Re: open-vm-tools install update-rc.d failure

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

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Confirmed

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

Title:
  open-vm-tools install update-rc.d failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270503/+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 1267913] Re: juju relation-list doesn't report full units list when unit is down

2014-01-21 Thread William Reade
To be clear: none of this is unexpected (apart from the distinct agent-
state issue noted by jamespage that looks like lp:1205451). Juju
communicates state changes to units as a series of single-change deltas,
effectively; when a new unit comes up in a relation with several others,
it will first see 0, then 1, then 2, then... related units 00 and so,
really, this bug reduces to when I tell juju there's an error, it acts
like there's an error, and that's a straight-up WONTFIX in juju-core.

BUT if you *didn't* return an error in that situation, and you really
were in a temporarily failed active/active configuration, you'd also
have problems, because you can't reasonably configure and start that
unit without splitting the service's brain. We can mitigate this
situation in a number of ways:

* we could restore the pyjuju behaviour, and just not inform you of
units that are not really present. This won't work, because you'll just
configure in standalone mode, and thus split-brain your intended
active/active deployment.

* we could expose some independent mechanism by which a unit could
report whether it's actually working or not; this would allow you to
leave rabbit unconfigured and exit the hook without error, having made
sure to set the not actually working flag. This'd (1) give users a way
to observe this condition from outside, and (2) allow the unit to
recover once more units came online (by having set the not working
flag, rather than setting a unit error state).

* we could add new hooks: let's strawman name-relation-idle, which
would fire whenever one of the named relation's hook queues emptied.
This would let you defer *all* relation setup work until the whole
picture was available to you -- at the cost of maybe waiting a long time
before it actually ran -- or at least to let you avoid putting the unit
in an error state before you're really sure it's in one (because you
always know you'll have at least one more hook in which to correct
yourself.

Both the second and third options have some glimmers of value to them,
but even together I'm not sure they're a complete solution. I'd like to
hear your thoughts.

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

Title:
  juju relation-list doesn't report full units list when unit is down

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1267913/+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 1271136] [NEW] No start level given for Reboot by installation script

2014-01-21 Thread Adam-hardy
Public bug reported:

I just rebooted and discovered that backuppc wasn't running.

I launched bum and saw quickly that there is no setting given for Reboot
level.

This is Ubuntu 13.10, backuppc 3.2.1-4ubuntu1

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

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

Title:
  No start level given for Reboot by installation script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1271136/+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 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-21 Thread Seth Forshee
On Mon, Jan 20, 2014 at 06:30:24PM -, James Hunt wrote:
 Upstart does not open /dev/console without O_NOCTTY afaics. Are you sure
 your kernel debug is showing pid 1 is doing this?

Yes, pid 1 within the namespace at least. I couldn't find anywhere where
upstart opened /dev/console without O_NOCTTY set either, but evidently
it is happening somehow.

I just looked though, and this doesn't seem to be happening for actual
pid 1, only pid 1 in containers. The container is saucy and the host is
trusty, but they both have upstart 1.11-0ubuntu1.

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1263738/+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 1271000] Re: lxc-start fails with Out of memory reading cgroups

2014-01-21 Thread David Favor
net1# uname -a
Linux net1.bizcooker.com 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

net1# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy

net1# lxc-version
lxc version: 1.0.0.alpha1

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

Title:
  lxc-start fails with Out of memory reading cgroups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1271000/+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 1270881] Re: Please add patches to support the 'source' stanza in interface files and to support '/etc/network/interfaces.d/'

2014-01-21 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I've uploaded a distro-patched version to my PPA
(https://launchpad.net/~racb/+archive/experimental). Please could
someone test to make sure this works as expected and there are no
regressions?

I think it makes sense to carry a distro patch for this functionality,
but I'd like a sponsor to confirm. If anybody can comment with further
justification, that would be appreciated.

I also encourage upstream to release, so that we don't have to carry a
patch.

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

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

** Patch added: augeas.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+attachment/3953532/+files/augeas.debdiff

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

Title:
  Please add patches to support the 'source' stanza in interface files
  and to support '/etc/network/interfaces.d/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+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 1247531] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build. [error: implicit declaration of function ‘d_alloc_root’]

2014-01-21 Thread Robin Pronk
Please be aware that many virtual machines running on a VMware platform
will be using the open-vm tools and thus will be affected by this bug.

Bug is also applicable to amd64 platform.

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build. [error: implicit declaration of function
  ‘d_alloc_root’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1247531/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-dfsg-5.1 -
5.1.73-0ubuntu0.10.04.1

---
mysql-dfsg-5.1 (5.1.73-0ubuntu0.10.04.1) lucid-security; urgency=low

  * SECURITY UPDATE: Update to 5.1.73 to fix security issues (LP: #1269993)
- http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
- CVE-2013-5908
- CVE-2014-0386
- CVE-2014-0393
- CVE-2014-0401
- CVE-2014-0402
- CVE-2014-0412
- CVE-2014-0437
  * debian/patches/33_scripts__mysql_create_system_tables__no_test.dpatch:
refreshed patch.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 16 Jan 2014 19:41:38 
-0500

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.35-0ubuntu0.12.04.1

---
mysql-5.5 (5.5.35-0ubuntu0.12.04.1) precise-security; urgency=low

  * SECURITY UPDATE: Update to 5.5.35 to fix security issues (LP: #1269993)
- http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
- CVE-2013-5891
- CVE-2013-5908
- CVE-2014-0386
- CVE-2014-0393
- CVE-2014-0401
- CVE-2014-0402
- CVE-2014-0412
- CVE-2014-0420
- CVE-2014-0437
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 16 Jan 2014 19:55:44 
-0500

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

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Status: New = Fix Released

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.35-0ubuntu0.12.10.1

---
mysql-5.5 (5.5.35-0ubuntu0.12.10.1) quantal-security; urgency=low

  * SECURITY UPDATE: Update to 5.5.35 to fix security issues (LP: #1269993)
- http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
- CVE-2013-5891
- CVE-2013-5908
- CVE-2014-0386
- CVE-2014-0393
- CVE-2014-0401
- CVE-2014-0402
- CVE-2014-0412
- CVE-2014-0420
- CVE-2014-0437
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 16 Jan 2014 19:54:22 
-0500

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

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

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package mysql-5.5 - 5.5.35-0ubuntu0.13.10.1

---
mysql-5.5 (5.5.35-0ubuntu0.13.10.1) saucy-security; urgency=low

  * SECURITY UPDATE: Update to 5.5.35 to fix security issues (LP: #1269993)
- http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html
- CVE-2013-5891
- CVE-2013-5908
- CVE-2014-0386
- CVE-2014-0393
- CVE-2014-0401
- CVE-2014-0402
- CVE-2014-0412
- CVE-2014-0420
- CVE-2014-0437
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 16 Jan 2014 19:53:14 
-0500

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-security/mysql-dfsg-5.1

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-21 Thread Joseph Salisbury
** Tags removed: kernel-key

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1263738/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-security/mysql-5.5

** Branch linked: lp:ubuntu/quantal-security/mysql-5.5

** Branch linked: lp:ubuntu/saucy-security/mysql-5.5

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 1270619] Re: open-vm-tools configure error

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

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Confirmed

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

Title:
  open-vm-tools configure error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270619/+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 1271183] [NEW] ipv6 host key not added with non-default port

2014-01-21 Thread nytral
Public bug reported:

An ipv6 server key is not being added to list of known hosts if its port is 
non-standard:
ssh -p 1234 somehost
ECDSA host key for IP address '2605:2a00::fffxxx' not in list of known 
hosts.
snip
ssh -p 1234 somehost
ECDSA host key for IP address '2605:2a00::fffxxx' not in list of known 
hosts.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: openssh-client 1:5.9p1-5ubuntu1.1
ProcVersionSignature: Ubuntu 3.8.0-35.50~precise1-generic 3.8.13.13
Uname: Linux 3.8.0-35-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Tue Jan 21 15:01:13 2014
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
MarkForUpload: True
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 LANG=fr_FR
 SHELL=/usr/bin/zsh
RelatedPackageVersions:
 ssh-askpass   N/A
 libpam-sshN/A
 keychain  N/A
 ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012
SourcePackage: openssh
UpgradeStatus: Upgraded to precise on 2013-02-24 (331 days ago)
modified.conffile..etc.ssh.ssh.config: [modified]
mtime.conffile..etc.ssh.ssh.config: 2012-02-26T19:33:27

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


** Tags: amd64 apport-bug precise

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

Title:
  ipv6 host key not added with non-default port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1271183/+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 1262853] Re: Apache2 config file not set up correctly during install

2014-01-21 Thread brokengillou
Hi,

I installed Apache 2.4.6 mpm worker on Ubuntu 12 LTS (after uninstalling
all kind of apache php mysql) it seems to work (page it's ok) but some
usual commands do not work and results are unexpected.

1° Webmin shows event module activated instead of worker
2° apache2 -l doesn't return worker.c as compiled in module
3° apache2 -V complains about config variables not defined relying on 
SUFFIX=??? in envvars (AH00526: Syntax error on line 74 of 
/etc/apache2/apache2.conf)
4° service apache2 restart or /etc/init.d/apache2 restart not replying OK
5° apache2 -L same as apache2 -V
6° apache2ctl configtest gives Syntax OK

uname -a =
Linux WORGANE 3.8.0-35-generic #50~precise1-Ubuntu SMP Wed Dec 4 17:25:51 UTC 
2013 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -a =
Ubuntu 12.04.4 LTS \n \l

apache2 -v
Server version: Apache/2.4.6 (Ubuntu)
Server built:   Sep 23 2013 07:23:34

apt-cache show apache2-mpm-worker=2.4.6* =
Package: apache2-mpm-worker
Source: apache2
Priority: extra
Section: oldlibs
Installed-Size: 22
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Architecture: amd64
Version: 2.4.6-3+debphp.org~precise+1
Depends: apache2 (= 2.4.6-3+debphp.org~precise+1)
Filename: 
pool/main/a/apache2/apache2-mpm-worker_2.4.6-3+debphp.org~precise+1_amd64.deb

apt-cache show apache2=2.4.6* =
Package: apache2
Priority: optional
Section: httpd
Installed-Size: 435
Maintainer: Debian Apache Maintainers debian-apa...@lists.debian.org
Architecture: amd64
Version: 2.4.6-3+debphp.org~precise+1
Recommends: ssl-cert
Replaces: apache2.2-common
Suggests: www-browser, apache2-doc, apache2-suexec-pristine | 
apache2-suexec-custom, apache2-utils
Depends: lsb-base, procps, perl, mime-support, apache2-bin (= 
2.4.6-3+debphp.org~precise+1), apache2-data (= 2.4.6-3+debphp.org~precise+1)
Conflicts: apache2.2-common
Filename: pool/main/a/apache2/apache2_2.4.6-3+debphp.org~precise+1_amd64.deb

thanks by advance

Gilles

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

Title:
  Apache2 config file not set up correctly during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1262853/+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 1271189] [NEW] support switching image streams in import ephemerals

2014-01-21 Thread James Page
Public bug reported:

It would be really nice if maas-import-ephemerals supported use with the
daily stream - during development this allows us to test ubuntu with the
latest images, requiring less updating post install; ideally this would
be an option in the pserv.yaml:

   stream: release | daily

** Affects: maas
 Importance: Undecided
 Status: New

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

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

Title:
  support switching image streams in import ephemerals

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1271189/+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 1271188] [NEW] maas-import-ephermerals provides no feedback on progress

2014-01-21 Thread James Page
Public bug reported:

It would be really nice if maas-import-ephemerals provided *any*
feedback on progress and actions.  Right now its virtually impossible to
tell if its actually doing anything.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: maas 1.4+bzr1693+dfsg-0ubuntu2.2
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Tue Jan 21 09:19:44 2014
InstallationDate: Installed on 2011-11-16 (796 days ago)
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release amd64 
(20111011)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=screen-bce
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: maas
UpgradeStatus: Upgraded to saucy on 2014-01-10 (11 days ago)

** Affects: maas
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug saucy

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

Title:
  maas-import-ephermerals provides no feedback on progress

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1271188/+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 1268543] Re: CVE-2013-5211 ntp DDos

2014-01-21 Thread Sven Neuhaus
There are some configuration changes that can help mitigate this issue
until an updated package is released described at
http://www.meinbergglobal.com/english/news/meinberg-security-advisory-
mbgsa-1401-ntp-monlist-network-traffic-amplification-attacks.htm

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

Title:
  CVE-2013-5211 ntp DDos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1268543/+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 1271189] Re: support switching image streams in import ephemerals

2014-01-21 Thread Andres Rodriguez
** Also affects: maas
   Importance: Undecided
   Status: New

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

Title:
  support switching image streams in import ephemerals

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1271189/+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 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-01-21 Thread Andres Rodriguez
** Also affects: maas
   Importance: Undecided
   Status: New

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

Title:
  maas-import-ephermerals provides no feedback on progress

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1271188/+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 308952] Re: FireFTP(Mozilla) cannot LIST files

2014-01-21 Thread mmalmeida
My team is experiencing the same problem, which seems to render fireFTP
useless.

Any idea what is keeping this from being fixed?

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

Title:
  FireFTP(Mozilla) cannot LIST files

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/308952/+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 1262853] Re: Apache2 config file not set up correctly during install

2014-01-21 Thread Robie Basak
@brokengillou

This is a bug for a separate bug that is marked Invalid. It is not the
appropriate venue for your issue.

It also looks like your problem is not related to Ubuntu itself, because
you're using a custom third party source of Apache 2.4 on Precise, and
because you're using webmin. Thus, this bug tracker isn't an appropriate
venue to seek help. Try http://www.ubuntu.com/support/community for
pointers to get community assistance, or try seeking help from the same
place you got your custom packages (debphp.org?)

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

Title:
  Apache2 config file not set up correctly during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1262853/+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 1268543] Re: CVE-2013-5211 ntp DDos

2014-01-21 Thread Marc Deslauriers
The default ntp.conf in Ubuntu contains noquery, so monlist is disabled
by default. Sites that need monlist should restrict it from known
trusted IPs. Upstream has now removed monlist in ntp in favour of
mrulist.

Since the default configuration isn't vulnerable, there is a recommended
way to configure it for sites that require it, and the changes would be
too intrusive to backport, we have no plans to fix this in our stable
releases.

When upstream releases 4.2.8, it will likely make it's way to Ubuntu
from Debian.

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

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

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

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

Title:
  CVE-2013-5211 ntp DDos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1268543/+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 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2014-01-21 Thread Marc Deslauriers
Unfortunately, the security updates published today superseded the
packages in -proposed.

** Changed in: mysql-5.5 (Ubuntu Raring)
   Status: In Progress = Won't Fix

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+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 1270881] Re: Please add patches to support the 'source' stanza in interface files and to support '/etc/network/interfaces.d/'

2014-01-21 Thread Robie Basak
Thanks! Subscribing sponsors. Sponsors: please see comment 5 above.

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

Title:
  Please add patches to support the 'source' stanza in interface files
  and to support '/etc/network/interfaces.d/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+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 1271197] [NEW] postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Vitali Kari
Public bug reported:

Description:Ubuntu 12.04.4 LTS
Release:12.04

Postfix 2.9.6-1~12.04.1

even if i configure parameter 
smtpd_helo_restrictions = permit_mynetworks reject_unknown_helo_hostname
in main.cf

the command postconf warns me about:
postconf: warning: /etc/postfix/master.cf: unused parameter: 
smtpd_helo_restriction=

The interesting thing on this is, there is really no option 
smtpd_helo_restriction=
but
smtpd_helo_restrictions=
;-)

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

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

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1271197/+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 1268543] Re: CVE-2013-5211 ntp DDos

2014-01-21 Thread Bug Watch Updater
** Changed in: ntp (Debian)
   Status: Unknown = New

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

Title:
  CVE-2013-5211 ntp DDos

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1268543/+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 1271197] Re: postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Ralf Hildebrandt
Not a bug. 
smtpd_helo_restriction is a typo, it must be smtpd_helo_restriction*s* (with an 
s at the end!)
Postfix emits a warning, since typo'ed parameters have no effect!

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

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1271197/+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 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-21 Thread Seth Forshee
I figured out what's happening. lxc sets up /dev/kmsg as a symlink to
/dev/console, init fopens kmsg, and suddenly it owns the console. Not
sure whether the fix is to handle kmsg differently or special-case it in
upstart to be opened with O_NOCTTY. I'll leave it to Serge and James to
figure that out, and in the meantime I'll attend to the kernel patch.

** Changed in: linux (Ubuntu Trusty)
 Assignee: (unassigned) = Seth Forshee (sforshee)

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1263738/+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 1270881] Re: Please add patches to support the 'source' stanza in interface files and to support '/etc/network/interfaces.d/'

2014-01-21 Thread Chris J Arges
Sponsored in Trusty.

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

Title:
  Please add patches to support the 'source' stanza in interface files
  and to support '/etc/network/interfaces.d/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+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 1270881] Re: Please add patches to support the 'source' stanza in interface files and to support '/etc/network/interfaces.d/'

2014-01-21 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/augeas

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

Title:
  Please add patches to support the 'source' stanza in interface files
  and to support '/etc/network/interfaces.d/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+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 1269985] Re: Revert package back to Devel release

2014-01-21 Thread Ben Howard
** Changed in: open-vm-tools (Ubuntu)
 Assignee: (unassigned) = Robert Jennings (rcj)

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

Title:
  Revert package back to Devel release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1269985/+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 1271197] Re: postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Scott Kitterman
** Changed in: postfix (Ubuntu)
   Status: New = Invalid

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

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1271197/+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 1270881] Re: Please add patches to support the 'source' stanza in interface files and to support '/etc/network/interfaces.d/'

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package augeas - 1.1.0-0ubuntu4

---
augeas (1.1.0-0ubuntu4) trusty; urgency=medium

  * d/p/etc-network-interfaces-{source-stanza,d}.patch: add support for source
stanza and /etc/network/interfaces.d/ directory; cherry-picked from
upstream (LP: #1270881).
 -- Robie Basak robie.ba...@ubuntu.com   Tue, 21 Jan 2014 09:23:41 -0600

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

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

Title:
  Please add patches to support the 'source' stanza in interface files
  and to support '/etc/network/interfaces.d/'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1270881/+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 1269985] Re: Revert package back to Devel release

2014-01-21 Thread Ben Howard
Nick,

I am sorry for the betrayl; the sync was not done maliciously or with
malintent. Rather, as part of the work to bring open-vm-tools into main
(Bug #1220950), the sync was done.

Can you share the failures that you are seeing?

I have identified that the vmhgfs fails to load:
[386915.338195] vmhgfs: module verification failed: signature and/or  required 
key missing - tainting kernel
[386915.338245] vmhgfs: Unknown symbol vmci_datagram_destroy_handle (err 0)
[386915.338288] vmhgfs: Unknown symbol vmci_datagram_send (err 0)
[386915.338337] vmhgfs: Unknown symbol vmci_datagram_create_handle (err 0)

As well as vsock:
[386943.938818] vsock: Unknown symbol vmci_datagram_create_handle_priv (err 0)
[386943.938827] vsock: Unknown symbol vmci_context_get_priv_flags (err 0)
[386943.938836] vsock: Unknown symbol vmci_qpair_get_produce_indexes (err 0)
[386943.938840] vsock: Unknown symbol vmci_qpair_consume_buf_ready (err 0)
[386943.938848] vsock: Unknown symbol vmci_datagram_destroy_handle (err 0)
[386943.938864] vsock: Unknown symbol vmci_qpair_produce_buf_ready (err 0)
[386943.938873] vsock: Unknown symbol vmci_event_subscribe (err 0)
[386943.938882] vsock: Unknown symbol vmci_datagram_send (err 0)
[386943.938889] vsock: Unknown symbol vmci_qpair_produce_free_space (err 0)
[386943.938909] vsock: Unknown symbol vmci_qpair_get_consume_indexes (err 0)
[386943.938917] vsock: Unknown symbol vmci_qpair_consume_free_space (err 0)
[386943.938921] vsock: Unknown symbol vmci_qpair_peekv (err 0)
[386943.938925] vsock: Unknown symbol vmci_is_context_owner (err 0)
[386943.938928] vsock: Unknown symbol vmci_datagram_create_handle (err 0)
[386943.938935] vsock: Unknown symbol vmci_qpair_alloc (err 0)
[386943.938946] vsock: Unknown symbol vmci_qpair_detach (err 0)
[386943.938953] vsock: Unknown symbol vmci_qpair_dequev (err 0)
[386943.938959] vsock: Unknown symbol vmci_qpair_enquev (err 0)
[386943.938967] vsock: Unknown symbol vmci_event_unsubscribe (err 0)
[386943.938971] vsock: Unknown symbol vmci_get_context_id (err 0)


In addition to bug #1270503 with regards to the init.d script.

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

Title:
  Revert package back to Devel release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1269985/+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 1271261] [NEW] Test failures do not fail the package build

2014-01-21 Thread Robie Basak
Public bug reported:

See bug 1271260. I expect such failures to cause a FTBFS.

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

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

Title:
  Test failures do not fail the package build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1271261/+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 1271260] [NEW] Build test failures

2014-01-21 Thread Robie Basak
Public bug reported:

The tests that ran as part of the package build in php5_5.5.6+dfsg-
1ubuntu2 generated the attached failures.

Links:
https://launchpad.net/ubuntu/+source/php5/5.5.6+dfsg-1ubuntu2
https://launchpad.net/ubuntu/+source/php5/5.5.6+dfsg-1ubuntu2/+build/5391085
https://launchpad.net/ubuntu/+source/php5/5.5.6+dfsg-1ubuntu2/+build/5391085/+files/buildlog_ubuntu-trusty-amd64.php5_5.5.6%2Bdfsg-1ubuntu2_UPLOADING.txt.gz

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

** Attachment added: test-failures.log
   
https://bugs.launchpad.net/bugs/1271260/+attachment/3953727/+files/test-failures.log

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

Title:
  Build test failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1271260/+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 1270503] Re: open-vm-tools install update-rc.d failure

2014-01-21 Thread Ben Howard
Prepared patched based on report and test. I've confirmed that it works
on Ubuntu 14.04 LTS.

** Branch linked: lp:~utlemming/ubuntu/trusty/open-vm-tools/lp1270503

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

Title:
  open-vm-tools install update-rc.d failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270503/+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 1270619] Re: open-vm-tools configure error

2014-01-21 Thread Ben Howard
*** This bug is a duplicate of bug 1270503 ***
https://bugs.launchpad.net/bugs/1270503

** This bug has been marked a duplicate of bug 1270503
   open-vm-tools install update-rc.d failure

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

Title:
  open-vm-tools configure error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270619/+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 1270503] Re: open-vm-tools install update-rc.d failure

2014-01-21 Thread Ben Howard
Pending merge proposal review for upload.

** Changed in: open-vm-tools (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided = High

** Changed in: open-vm-tools (Ubuntu)
   Status: Confirmed = In Progress

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

Title:
  open-vm-tools install update-rc.d failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1270503/+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 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.5.8+dfsg-2ubuntu1

---
php5 (5.5.8+dfsg-2ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
- d/control: drop Build-Depends that are in universe: firebird-dev,
  libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev.
- d/rules: drop configuration of packages that are in universe: qdgm,
  onig.
- d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't build
  interbase or firebird.
- d/rules: export DEB_HOST_MULTIARCH properly.
- d/control: drop binary packages php5-imap, php5-interbase and
  php5-mcrypt since we have separate versions in universe.
- d/modulelist: drop imap, interbase and mcrypt since we have separate
  versions in universe.
- d/rules: drop configuration of imap and mcrypt since we have separate
  versions in universe.
- d/source_php5.py, d/rules: add apport hook.
- d/rules: stop mysql instance on clean just in case we failed in tests.
- d/control: switch Build-Depends of netcat-traditional to netcat-openbsd
  as only the latter is in main.
- d/rules, d/control: drop use of dh_systemd as it is in universe.
- debian/rules: re-enable tests
  * Previously undocumented changes:
- d/tests/{cgi,cli,mod_php}: dep8 tests for common use cases.
  * Drop changes:
- d/p/{CVE-2013-6420,CVE-2013-6712,fix-freetype-ftbfs}.patch: upstreamed.
- d/control: relegate php5-json and pkg-php-tools from Recommends to
  Suggests as they are in universe: php5-json and pkg-php-tools are now in
  main (LP: #1242726).
- d/control, d/rules: re-enable libedit-dev: libedit-dev is now enabled in
  Debian.
  * d/tests/mod-php: rename from mod_php; the previous name was illegal.
  * d/tests/{cgi,mod-php}: use new default Apache DocumentRoot /var/www/html.
  * d/p/use-system-timezone.patch, d/tests/system-timezone: use system
timezone by default, instead of requiring it to be configured.
(LP: #1244343).
 -- Robie Basak robie.ba...@ubuntu.com   Tue, 21 Jan 2014 15:40:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6420

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6712

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+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 1244343] Re: Regression in system fallback for date_default_timezone_get()

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package php5 - 5.5.8+dfsg-2ubuntu1

---
php5 (5.5.8+dfsg-2ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
- d/control: drop Build-Depends that are in universe: firebird-dev,
  libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev.
- d/rules: drop configuration of packages that are in universe: qdgm,
  onig.
- d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't build
  interbase or firebird.
- d/rules: export DEB_HOST_MULTIARCH properly.
- d/control: drop binary packages php5-imap, php5-interbase and
  php5-mcrypt since we have separate versions in universe.
- d/modulelist: drop imap, interbase and mcrypt since we have separate
  versions in universe.
- d/rules: drop configuration of imap and mcrypt since we have separate
  versions in universe.
- d/source_php5.py, d/rules: add apport hook.
- d/rules: stop mysql instance on clean just in case we failed in tests.
- d/control: switch Build-Depends of netcat-traditional to netcat-openbsd
  as only the latter is in main.
- d/rules, d/control: drop use of dh_systemd as it is in universe.
- debian/rules: re-enable tests
  * Previously undocumented changes:
- d/tests/{cgi,cli,mod_php}: dep8 tests for common use cases.
  * Drop changes:
- d/p/{CVE-2013-6420,CVE-2013-6712,fix-freetype-ftbfs}.patch: upstreamed.
- d/control: relegate php5-json and pkg-php-tools from Recommends to
  Suggests as they are in universe: php5-json and pkg-php-tools are now in
  main (LP: #1242726).
- d/control, d/rules: re-enable libedit-dev: libedit-dev is now enabled in
  Debian.
  * d/tests/mod-php: rename from mod_php; the previous name was illegal.
  * d/tests/{cgi,mod-php}: use new default Apache DocumentRoot /var/www/html.
  * d/p/use-system-timezone.patch, d/tests/system-timezone: use system
timezone by default, instead of requiring it to be configured.
(LP: #1244343).
 -- Robie Basak robie.ba...@ubuntu.com   Tue, 21 Jan 2014 15:40:58 +

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6420

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6712

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

Title:
  Regression in system fallback for date_default_timezone_get()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1244343/+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 1271197] Re: postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Vitali Kari
oh sorry, it was my mistake.
i was too fixated on main.cf, but the type was in master.cf

typo is about 3 years old! this warning came out after postfix update
2.7.0 -2.9.6

can be closed, thank you for the hint!

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

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1271197/+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 1271315] [NEW] package samba 2:3.6.3-2ubuntu2.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2014-01-21 Thread Sriku
Public bug reported:

Unable to connect to Windows share

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-2ubuntu2.9
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic 3.2.53
Uname: Linux 3.2.0-58-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Tue Jan 21 13:49:22 2014
DuplicateSignature: package:samba:2:3.6.3-2ubuntu2.9:subprocess installed 
post-installation script returned error exit status 128
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
RelatedPackageVersions:
 nautilus 1:3.4.2-0ubuntu8
 gvfs 1.12.1-0ubuntu1.2
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.6.3-2ubuntu2.9 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package samba 2:3.6.3-2ubuntu2.9 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1271315/+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 1267254] Re: Please do not package devel snapshots

2014-01-21 Thread Michael Terry
** Changed in: open-vm-tools (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  Please do not package devel snapshots

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1267254/+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 1220950] Re: [MIR] open-vm-tools

2014-01-21 Thread Michael Terry
OK, open-vm-tools itself looks fine.  Seth reviewed it, and I looked at
the packaging a bit.

Archive admins: when you promote this, I believe we just need open-vm-
tools and open-vm-tools-dkms.

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] open-vm-tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdumbnet/+bug/1220950/+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 1268909] Re: [MIR] python-recaptcha and parsedatetime, b-d's of moin

2014-01-21 Thread Michael Terry
parsedatetime is also fine.  Would be nice if Debian could catch up to
us, but whatever.

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

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

Title:
  [MIR] python-recaptcha and parsedatetime, b-d's of moin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1268909/+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 1268909] Re: [MIR] python-recaptcha and parsedatetime, b-d's of moin

2014-01-21 Thread Michael Terry
python-recaptcha is fine.

** Changed in: python-recaptcha (Ubuntu)
   Status: New = Fix Committed

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

Title:
  [MIR] python-recaptcha and parsedatetime, b-d's of moin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parsedatetime/+bug/1268909/+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 999261] Re: package likewise-open 6.1.0.406-0ubuntu5 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

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

** Changed in: likewise-open (Ubuntu)
   Status: New = Confirmed

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

Title:
  package likewise-open 6.1.0.406-0ubuntu5 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/999261/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package heat - 2013.2.1-0ubuntu1

---
heat (2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (8283db7) (LP: #1262788):
- [e6979b0] Open stable/havana
- [f33297d] no autoscaling action occurs for percentage adjustment,
  depending on initial size  adjustment step size LP: 1251007
- [a8c0b11] potential autoscaling headroom remains unused LP: 1254796
- [6ccbf6e] On restart of QPID broker, fanout no longer works LP: 1251757
- [3fc572e] [messaging] QPID broadcast RPC requests to all servers for a
  given topic LP: 1257293
- [25de97c] Updated from global requirements
- [0b1458a] [OSSA 2013-034] Heat CFN policy rules not all enforced
  (CVE-2013-6426) LP: 1256049
- [8283db7] [OSSA 2013-035] Heat ReST API doesn't respect tenant scoping
  (CVE-2013-6428) LP: 1256983
- [8283db7] [OSSA 2013-035] Heat ReST API doesn't respect tenant scoping
  (CVE-2013-6428) LP: 1256983
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Wed, 18 Dec 2013 10:30:32 -0800

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6426

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6428

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 1:2013.2.1-0ubuntu1

---
neutron (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (c783944) (LP: #1262788):
- [f45cd4f] Open stable/havana
- [c783944] [OSSA 2013-033] Metadata queries from Neutron to Nova are not
  restricted by tenant (CVE-2013-6419) LP: 1235450
- [cec8127] Creates multiple worker processes for API server
- [3383241] [messaging] QPID broadcast RPC requests to all servers for a
  given topic LP: 1257293
- [cd3e714] openstack.common.local module is out of date LP: 1254046
- [11102ad] Allow using ipv6 address with omiting zero LP: 1240790
- [65986c9] NVP connection fails because port is a string LP: 1255519
- [2d2646a] Neither vpnaas.filters nor debug.filters are referenced in
  setup.cfg LP: 1257523
- [c93d699] OVS agent doesn't reclaim local VLAN LP: 1252284
- [7d74411] IP lib fails when int name has '@' character and VLAN
  interfaces LP: 1245799
- [496e6f0] Lower severity of log trace for DB integrity error
- [74b0a9b] internal neutron server error on tempest VolumesActionsTest
  LP: 1239637
- [39c392e] neutron unittest require minimum 4gb memory LP: 1234857
- [03216e3] L3 agent can't handle updates that change floating ip id
  LP: 1209011
- [3be1326] nvp_cluster_uuid is no longer used in nvp.ini LP: 1251086
- [37f5678] binding_failed because of l2 agent assumed down LP: 1244255
- [27ce7b5] traceback is suppressed when deploy.loadapp fails   LP: 1210236
- [ce458e0] Linux IP wrapper cannot handle VLAN interfaces LP: 1240125
- [b37987e] linuxbridge agent doesn't remove vxlan interface if no
  interface mappings LP: 1240742
- [68b8af0] L2 pop mech driver sends notif. even no related port changes
  LP: 1241874
- [f48a731] L2 pop sends updates for unrelated networks LP: 1240744
- [e331eb3] fix nvp version validation for distributed router creation
  LP: 1243862
- [4b3162e] error while creating l2 gateway services in nvp LP: 1244259
- [4e94cb3] Nicira plugin: 500 when removing a router port desynchronized
  from the backend LP: 1240720
- [02cd640] Connection to neutron failed: Maximum attempts reached
  LP: 1211915
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Thu, 12 Dec 2013 13:16:08 -0800

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6419

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-4477

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6391

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2013.2.1-0ubuntu1

---
nova (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (a4ffc06) (LP: #1262788):
- [6bf7e78] datastore selection bug - fills first disk only LP: 1227825
- [66e5a8d] Deploy instances failed on Hyper-V with Chinese locale
  LP: 1229671
- [6e50dbd] flavor pagination incorrectly uses id rather than flavorid
  LP: 1226698
- [66f2db5] Regression: Cinder Volumes unable to find iscsi target for
  VMware instances LP: 1193980
- [d8e6477] Restarting nova compute has an exception LP: 1243291
- [a6fc29a] exception.InstanceIsLocked is not caught in start and stop
  server api LP: 1233026
- [2e3da55] VMware: errors booting from volume via Horizon LP: 1235022
- [3cdfe89] [OSSA 2013-029] Unchecked qcow2 root disk sizes DoS LP: 1206081
- [a44c4d2] nova-api-{ec2,metadata,os-compute} don't allow SSL to be
  enabled LP: 1237126
- [e360dc2] notification failure in _sync_power_states LP: 1244311
- [cde1eaa] notification not available for deleting an instance having no
  host associated LP: 1211742
- [55d87dc] Clear text password has been print in log by some API call
  LP: 1231263
- [c139717] Unshelving an instance with an attached volume causes the
  volume to not get attached LP: 1246412
- [458c79f] Bogus ERROR level debug spew when creating a new instance
  LP: 1239603
- [31c9322] VMware: restarting nova compute reports invalid instances
  LP: 1237795
- [818aac9] Nova api doesn't start with a backdoor port set LP: 1243260
- [84f20a7] NBD mount errors when booting an instance from volume
  LP: 1188543
- [85c8f12] Hyper-V fails to spawn snapshots LP: 1234759
- [f7cfc1c] target_iqn is referenced before assignment after exceptions in
  hyperv/volumeop.py attch_volume() LP: 1233837
- [0df673f] API cell always doing local deletes LP: 1240247
- [727261e] flavor extra spec api fails with XML content type if key
  contains a colon LP: 1213927
- [ef9aec1] infinite recursion when deleting an instance with no network
  interfaces LP: 1251792
- [9aea662] encryptors module forces cert and scheduler services to depend
  on cinderclient LP: 1246103
- [c51001e] TypeError in periodic task 'update_available_resource'
  LP: 1238374
- [43d1385] nova compute crashes if you do not have any hosts in your
  cluster LP: 1197041
- [8a99344] VMware: Detaching a volume from an instance also deletes the
  volume's backing vmdk (ESXDriver only) LP: 1241350
- [8affa07] libvirt's _create_ephemeral must accept max_size LP: 1250032
- [5847e57] Avoid clobbering {system_,}metadata dicts passed to instance
  update
- [36a08ff] Require new python-cinderclient for Havana LP: 1230925
- [0056908] libvirt evacuate(shared storage) fails w/ Permission denied on
  disk.config LP: 1247526
- [4fcd748] Nova live migration failed due to OLE error LP: 1246592
- [ac78062] Error mispelt in disk api file LP: 1253510
- [e99e9c1] min_count ignored for instance create LP: 1224453
- [8f007df] VCDriver: Failed to resize instance LP: 1199954
- [bf4addf] Tempest failures due to failure to return console logs from an
  instance LP: 1251920
- [34ec05d] the snapshot of a volume-backed instance cannot be used to boot
  a new instance LP: 1246327
- [6a2bab6] [messaging] QPID broadcast RPC requests to all servers for a
  given topic LP: 1257293
- [ec7059a] VMwareVCDriver: snapshot failure when host in maintenance mode
  LP: 1229994
- [b78f90f] VMWARE: Intermittent problem with stats reporting LP: 1252827
- [14baf9a] the snapshot of a volume-backed instance cannot be used to boot
  a new instance LP: 1246327
- [5a9551d] VM re-scheduler mechanism will cause BDM-volumes conflict
  LP: 1195947
- [e5cb2de] Updated from global requirements
- [a4ffc06] [OSSA 2013-033] Metadata queries from Neutron to Nova are not
  restricted by tenant (CVE-2013-6419) LP: 1235450
  * debian/patches: Refresh.
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Thu, 12 Dec 2013 15:09:36 -0800

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

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Update Released

2014-01-21 Thread Chris Halse Rogers
The verification of the Stable Release Update for heat has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package keystone - 1:2013.2.1-0ubuntu1

---
keystone (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (03ed8c3) (LP: #1262788):
- [e6adb2f] Opening stable/havana
- [4221b60] Removing role adds role with LDAP backend LP: 1242855
- [3c25be5] Update memcache to match global requirements for stable/havana
- [d927273] Keystone tests determine rootdir relative to pwd LP: 1241198
- [64ac189] Updated from global requirements
- [03ed8c3] [OSSA 2013-032] Keystone trust circumvention through EC2-style
  tokens (CVE-2013-6391) LP: 1242597
  * Dropped patches, applied upstream:
- debian/patches/CVE-2013-4477.patch: [4221b60]
- debian/patches/CVE-2013-6391.patch: [03ed8c3]
  * debian/patches/fix-ubuntu-tests.patch: Update to skip a test introduced
with [03ed8c3] that requires a more recent version of
python-keystoneclient.
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Tue, 17 Dec 2013 20:08:25 -0800

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

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 1:2013.2.1-0ubuntu1

---
cinder (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (eb78fee) (LP: #1262788):
- [d8a0cd9] GlusterFS: errors when trying to boot instance from cloned
  volume LP: 1244238
- [550f439] SSC attribute netapp_mirrored is not followed LP: 1242808
- [0d3c303] SSC attributes netapp_compression and netapp_dedup are not
  followed LP: 1236839
- [243ad85] Brick HostDriver test failure LP: 1244418
- [42f3e68] SSC volume filtering for extra specs can result in inconsistent
  list LP: 1243081
- [2e5dc22] Broken NetAppDirect7modeISCSIDriver reports incorrect free
  capacity, scheduler won't balance between multiple Netapp backends
  LP: 1238967
- [ad05556] copy image to volume is broken for non-local volumes
  LP: 1243980
- [5f7d263] check_ssh_injection not handling quoted args correctly
  LP: 1244415
- [709130b] don't secure delete thin provisioned volumes or snapshots
  LP: 1240299
- [986d243] invalid volume when source image virtual size is bigger than
  the requested size LP: 1235358
- [df6d45f] invalid volume when source image virtual size is bigger than
  the requested size LP: 1235358
- [78609c1] Properly handle volume cleanup with RBD driver LP: 1254318
- [0801927] KeyError from storwize driver when 'host' is not provided to
  terminate_connection LP: 1244257
- [e96e33c] GlusterFS: cloned volume has incorrect permissions LP: 1254768
- [4529886] GlusterFS: operations that modify data require locking
  LP: 1251425
- [3a58261] cinder backup should use pipe for diff transfer LP: 1244464
- [3591f0d] Havana cinder requires glance API V2 LP: 1252549
- [871d7d6] Excessive queries for API volumes/detail extensions LP: 1197612
- [22a7101] Ensure ThinLVM LV is active when cloning LP: 1252423
- [c5d4246] Excessive queries for API volumes/detail extensions LP: 1197612
- [395ec74] Excessive queries for API volumes/detail extensions LP: 1197612
- [1825386] Excessive queries for API volumes/detail extensions LP: 1197612
- [430f0b9] [messaging] QPID broadcast RPC requests to all servers for a
  given topic LP: 1257293
- [eb78fee] Updated from global requirements
  * debian/patches: Refresh.
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Tue, 17 Dec 2013 20:01:13 -0800

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-6406

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ceilometer - 2013.2.1-0ubuntu2

---
ceilometer (2013.2.1-0ubuntu2) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (fa5c8e2) (LP: #1262788):
- [ec31468] change alarm_history.detail column type to Text LP: 1236861
- [b616562] wsme 0.5b6 is broken LP: 1240741
- [d90c8e1] Open stable/havana
- [ef6c659] Ceilometer log contains DB password in plain text LP: 1244476
- [7ad530b] Pin test-requirement for Nova to Havana
- [d554fa8] import of rabbitMQ-specific config options regardless of
  configured RPC backend LP: 1244698
- [99b21df] Havan rc2 acl scenarios failing due to timezone assumption
  LP: 1240994
- [c5b7462] alarm creation with sqlalchemy fails with intermittent
  IntegrityError LP: 1255107
- [ae82878] [Postgresql] ERROR in ceilometer-collector log after successful
  tempest run LP: 1237671
- [5cbb965] [messaging] QPID broadcast RPC requests to all servers for a
  given topic LP: 1257293
- [40b833c] On restart of QPID broker, fanout no longer works LP: 1251757
- [fa5c8e2] Updated from global requirements
  * debian/patches: Refreshed.
  * debian/patches/revert-keystone-compat.patch: Revert additional
keystoneclient 0.4.0 compat changes that were applied to stable/havana
to fix upstream gate issues.
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Thu, 12 Dec 2013 13:29:59 -0800

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

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 1:2013.2.1-0ubuntu1

---
glance (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (949cda0) (LP: #1262788):
- [252fe85] Open stable/havana
- [e20b2af] Qpid protocol configuration is wrong LP: 1243821
- [0f66c54] Error message encoding issue when using qpid LP: 1242734
- [5b8f18b] Wrong parameter in the config file s/qpid_host/qpid_hostname/
  LP: 1242715
- [9b52a89] Jenkins failed due to
  TestGlanceAPI.test_get_details_filter_changes_since LP: 1242501
- [949cda0] Updated from global requirements
- [5cd7a22] Bump stable/havana next version to 2013.2.2
- [949cda0] Updated from global requirements
  * d/p/debian/patches/revert_upstream_iso8601_fixes.patch: Reverts
patch that was committed to allow tests to pass in upstreams
gate using a newer version of python-iso8601.  Ubuntu's version
is stable, the patch unncessary and causes failures.
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Thu, 12 Dec 2013 12:52:40 -0800

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1262788] Re: Meta bug for tracking Openstack 2013.2.1 Stable Update

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package horizon - 1:2013.2.1-0ubuntu1

---
horizon (1:2013.2.1-0ubuntu1) saucy-proposed; urgency=low

  * Resynchronize with stable/havana (9668e80) (LP: #1262788):
- [d97bba1] precision of floating point metering stats is discarded
  unnecessarily LP: 1241467
- [53047be] Tenant should be Project (Resource Usage panel) LP: 1250942
- [728b5d1] Subnet / Subnet details not marked as translatable LP: 1254026
- [9465e54] missing hover hint for instance:type meter in Metric dropdown
  list LP: 1243241
- [842ba5f] Default port for The MS SQL Security Group is 1433 instead of
  1443 LP: 1250029
- [631ee65] iso8601 debug message is annoying in dashboard unit test
  LP: 1250554
- [1361a02] only meters associated with the first instance reported appear
  in Metric dropdown list LP: 1243298
- [599d4a5] Persistent XSS in OpenStack Web UI for Instances LP: 1247675
- [7f804c9] Password Change needs to logout current user  LP: 1226829
- [3b621e7] The Weight parameter in Horizon's LBaaS member creation
  dialog is mandatory while it's only optional in the cli command
  LP: 1241004
- [b5b102e] i18n: Filter in Flavor Access tab of Create Flavor
  workflow is not translatable LP: 1239927
- [0aba596] I18n: Localization of the role Member LP: 1255004
- [d66a483] detach volume dialog contains escaped html LP: 1252881
- [37f0128] English string for Injected File Path Bytes is wrong
  LP: 1254049
- [ac2815c] ./templates/base.html.c:6: warning: unterminated string literal
  LP: 1243526
- [6d02f2e] Cannot assign different translations for present and past
  message of BatchAction LP: 1252082
- [655dc79] Resource Usage Page table views shows statistics in a wrong way
  LP: 1249279
- [5d9684d] lbaas pool tcp LP: 1241713
- [040bebb] Some Working dialogs are not translatable LP: 1252074
- [852e5c8] Translation update for 2013.2.1 release LP: 1258462
- [9668e80] Updated from global requirements
  * debian/patches/CVE-2013-6406: Dropped, applied upstream [599d4a5]
  * debian/patches/revert-stable-havana-requirements.patch: Revert
version bumps to dependencies in stable/havana back to what was
shipped with Saucy.
 -- Adam Gandelman ad...@ubuntu.com   Wed, 18 Dec 2013 10:47:22 -0800

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

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

Title:
  Meta bug for tracking Openstack 2013.2.1 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1262788/+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 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-01-21 Thread Julian Edwards
The bug is really in the simplestreams library, it does all the
downloading.

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

** Changed in: simplestreams
   Status: New = Confirmed

** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = High

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

Title:
  maas-import-ephermerals provides no feedback on progress

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1271188/+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 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-21 Thread Serge Hallyn
Hi James Hunt,

can you comment on how you would feel about opening /dev/kmsg with
O_NOCTTY ?

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

Title:
  login console 0 in user namespace container is not configured right

To manage notifications about this bug go to:
https://bugs.launchpad.net/upstart/+bug/1263738/+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 1269993] Re: mysql 5.5.35 and 5.1.73 security update tracking bug

2014-01-21 Thread Malcolm Scott
Is an update planned for 13.04?

http://people.canonical.com/~ubuntu-security/cve/2014/CVE-2014-0393.html
et al state ignored (reached end-of-life) which is surprising given
13.04's end-of-life is still a week away (27 Jan:
https://lists.ubuntu.com/archives/ubuntu-security-
announce/2014-January/002367.html).

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

Title:
  mysql 5.5.35 and 5.1.73 security update tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1269993/+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 525552] Re: Byobu overwrites shell prompt setting

2014-01-21 Thread toobuntu
+1 for the workarounds from @readan2 in #33. Using a mbp5,3 on OSX 10.9.1, with 
byobu and tmux from homebrew. I don't understand the reasons for wanting to 
avoid a login shell, but I can report that adding --login in the three places 
shown below gets my $PS1 back the way it's supposed to be.
  1) /usr/local/bin/byobu-shell: exec $SHELL --login || exec /bin/sh --login
  2) /usr/local/share/byobu/profiles/tmux: set -g default-command $SHELL --login

A separate, unrelated point, is that homebrew does not ship the python
snack module in its libnewt, so byobu-config does not work. :(

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

Title:
  Byobu overwrites shell prompt setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/byobu/+bug/525552/+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 1262853] Re: Apache2 config file not set up correctly during install

2014-01-21 Thread Frank Perreault
I appreciate the replies to the bug.  I would like to state, just in
case the point was missed, that apache would not run after performing a
fresh server install.  Whether it was because the service was not
started by the install or it is a misconfigured config file, it doesn't
matter.  It has always run out of the box in previous Ubuntu versions
and it should now.  If it doesn't, then it's a bug in my book.

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

Title:
  Apache2 config file not set up correctly during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1262853/+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 1121874] Re: MySQL launch fails silently if 4MB of disk space is available

2014-01-21 Thread Dave Chiluk
I went through and verified these tonight.

I never want to see this bug ever again.

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

** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Saucy)
   Status: Fix Committed = Fix Released

** Changed in: mysql-5.5 (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  MySQL launch fails silently if  4MB of disk space is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1121874/+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 893978] Re: Groovy package should depend on either sun-jdk or openjdk

2014-01-21 Thread Launchpad Bug Tracker
[Expired for groovy (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Groovy package should depend on either sun-jdk or openjdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/groovy/+bug/893978/+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 1269985] Re: Revert package back to Devel release

2014-01-21 Thread John Savanyo
I think the problem is related to including the kernel modules from
open-vm-tools that are not necessary because VMware is contributing the
kernel modules upstream directly.

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

Title:
  Revert package back to Devel release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1269985/+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 1271422] [NEW] package mysql-server-5.5 5.5.35-0ubuntu0.13.10.1 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2014-01-21 Thread DAV
Public bug reported:

Чтение списков пакетов… Готово
Построение дерева зависимостей   
Чтение информации о состоянии… Готово
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 0 пакетов, и 0 
пакетов не обновлено.
не установлено до конца или удалено 2 пакетов.
После данной операции, объём занятого дискового пространства возрастёт на 0 B.
Хотите продолжить [Д/н]? y
Настраивается пакет mysql-server-5.5 (5.5.35-0ubuntu0.13.10.1) …
start: Job failed to start
invoke-rc.d: initscript mysql, action start failed.
dpkg: ошибка при обработке параметра mysql-server-5.5 (--configure):
 подпроцесс установлен сценарий post-installation возвратил код ошибки 1
dpkg: зависимости пакетов не позволяют настроить пакет mysql-server:
 mysql-server зависит от mysql-server-5.5, однако:
  Пакет mysql-server-5.5 пока не настроен.

dpkg: ошибка при обработке параметра mysql-server (--configure):
 проблемы зависимостей — оставляем не настроенным
Отчёты apport не записаны, так как сообщение об ошибке указывает на повторную 
ошибку от предыдущего отказа.
   При обработке следующих пакетов произошли ошибки:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: mysql-server-5.5 5.5.35-0ubuntu0.13.10.1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
AptOrdering:
 mysql-server-5.5: Configure
 mysql-server: Configure
Architecture: amd64
Date: Wed Jan 22 10:10:29 2014
DuplicateSignature: package:mysql-server-5.5:5.5.35-0ubuntu0.13.10.1:подпроцесс 
установлен сценарий post-installation возвратил код ошибки 1
ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
Logs.var.log.daemon.log:
 
MarkForUpload: True
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ibdata1', 'mysql', 'performance_schema', 'test', 
'ib_logfile1', 'debian-5.5.flag', 'mysql_upgrade_info', 'ib_logfile0', 'bacula']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic 
root=UUID=5475be0a-679c-4dc1-b87b-ec45269ecad2 ro splash quiet
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 5.5.35-0ubuntu0.13.10.1 failed to 
install/upgrade: подпроцесс установлен сценарий post-installation возвратил код 
ошибки 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-package need-duplicate-check saucy 
third-party-packages

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

Title:
  package mysql-server-5.5 5.5.35-0ubuntu0.13.10.1 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1271422/+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 1268588] Re: apache2 does not read virtual host file with period in filename

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

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

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

Title:
  apache2 does not read virtual host file with period in filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1268588/+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 1253456] Re: Suspend takes 20 seconds

2014-01-21 Thread Martin Pitt
 I don't know if this is designed like this on purpose or a (related?)
bug: The login screen I get after resume is quite different from the one
I get on normal startup

Yes, that's the screensaver, while the initial one is lightdm.

As pm-suspend works, this is not a bug in pm-utils but somewhere in the
higher levels. Can you please enable system D-BUS debugging as on
https://wiki.ubuntu.com/DebuggingDBus and create/attach a system D-BUS
debug log what happens when you run sudo gdbus call -y -d
org.freedesktop.login1 -o /org/freedesktop/login1 [...] or just use the
unity menu?

** Package changed: pm-utils (Ubuntu) = systemd-shim (Ubuntu)

** Changed in: systemd-shim (Ubuntu)
   Status: New = Incomplete

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

Title:
  Suspend takes 20 seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd-shim/+bug/1253456/+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 1266037] Re: new upstream release -- anjuta

2014-01-21 Thread Launchpad Bug Tracker
This bug was fixed in the package anjuta - 2:3.10.2-0ubuntu1

---
anjuta (2:3.10.2-0ubuntu1) trusty; urgency=medium

  * New upstream release (LP: #1266037)
  - Updated Build-Depends of libgtk-3-dev (= 3.6.0),
libglib2.0-dev (= 2.34.0)
 -- Steve Ovens steve_ov...@linux.com   Fri, 03 Jan 2014 21:06:06 -0500

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

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

Title:
  new upstream release -- anjuta

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

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


[Bug 1261568] Re: CVE-2013-6368

2014-01-21 Thread John Johansen
** Changed in: linux-lts-saucy (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Saucy)
   Status: New = Fix Committed

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

Title:
  CVE-2013-6368

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

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


[Bug 1271026] Re: poppler does not detect Qt 5.2

2014-01-21 Thread Timo Jyrinki
** Changed in: poppler (Ubuntu)
   Status: New = In Progress

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

Title:
  poppler does not detect Qt 5.2

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

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


[Bug 1267917] Re: HTTP tests failing when built with Qt5.2

2014-01-21 Thread Timo Jyrinki
** Changed in: unity-scopes-api
   Importance: High = Critical

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

Title:
  HTTP tests failing when built with Qt5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-scopes-api/+bug/1267917/+subscriptions

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


[Bug 1267492] Re: linux-lowlatency: 3.5.0-46.47 -proposed tracker

2014-01-21 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 09. January 2014 14:41 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Thursday, 09. January 2014 14:41 UTC
  kernel-stable-master-bug:1266857
+ kernel-stable-Certification-testing-end:Tuesday, 21. January 2014 08:03 UTC
+ kernel-stable-Security-signoff-end:Tuesday, 21. January 2014 08:03 UTC

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

Title:
  linux-lowlatency: 3.5.0-46.47 -proposed tracker

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

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


[Bug 1267471] Re: linux-lowlatency: 3.2.0-59.61 -proposed tracker

2014-01-21 Thread Brad Figg
** Description changed:

  This bug is for tracking the version to be filled upload package. This
  bug will contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Thursday, 09. January 2014 13:49 UTC
  kernel-stable-phase:Prepare
  kernel-stable-phase-changed:Thursday, 09. January 2014 13:49 UTC
  kernel-stable-master-bug:1266551
+ kernel-stable-Certification-testing-end:Tuesday, 21. January 2014 08:02 UTC
+ kernel-stable-Security-signoff-end:Tuesday, 21. January 2014 08:02 UTC

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

Title:
  linux-lowlatency: 3.2.0-59.61 -proposed tracker

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

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


[Bug 1270720] Re: maliit-framework-dev has hard coded dependency on libqt5core5

2014-01-21 Thread Timo Jyrinki
** Changed in: maliit-framework (Ubuntu)
   Status: New = In Progress

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

Title:
  maliit-framework-dev has hard coded dependency on libqt5core5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maliit-framework/+bug/1270720/+subscriptions

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


[Bug 1271065] Re: gvfsd-trash crashed with SIGABRT in raise()

2014-01-21 Thread Apport retracing service
*** This bug is a duplicate of bug 1270584 ***
https://bugs.launchpad.net/bugs/1270584

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953276/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953278/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953279/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953280/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953281/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953282/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1271065/+attachment/3953284/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1270584
   gvfsd-trash crashed with SIGABRT in raise()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-trash crashed with SIGABRT in raise()

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

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


[Bug 1271071] [NEW] Textarea to configure tags does not appear

2014-01-21 Thread RastaPopoulos
Public bug reported:

In fact, it appears but only the two first pixels. I'm on Ubuntu 13.10.
Capture attached.

Ubuntu : 13.10 Saucy
Version of hamster-indicator : 0.1+037dd2e-0ubuntu2

In the official repository (on github), developpers say this bug has
been already fixed.

** Affects: hamster-indicator (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: hamster-bug.png
   
https://bugs.launchpad.net/bugs/1271071/+attachment/3953286/+files/hamster-bug.png

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

Title:
  Textarea to configure tags does not appear

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

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


[Bug 1264835] Re: Low graphic mode

2014-01-21 Thread madbiologist
If there is nothing on the screen after booting, you are probably
experiencing a kernel DRM issue.  Support for your Solar System (HD
8xxxM) series graphics hardware has been refined in the 3.13 kernel
which was not available in Ubuntu 14.04 Trusty Tahr when you reported
this bug.  Can you retest with the latest Trusty LiveCD and let us know
the results?

Please also paste the output of uname -srm and attach the output of the
follwing command:

lspci -vvnn

** Package changed: ubuntu = linux (Ubuntu)

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

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

Title:
  Low graphic mode

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

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


[Bug 1271059] Re: lightdm.conf causes crash of lightdm 1.9.5-0ubunt in trusty

2014-01-21 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1271059/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  lightdm.conf causes crash of lightdm  1.9.5-0ubunt in trusty

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

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


[Bug 879950] Re: pidgin not showing up

2014-01-21 Thread Heiko Selber
I have the same problem (pidgin 2.10.3 on mint 13 with unity and
backport). I can also make pidgin show up when I remove
.purple/prefs.xml.

But then, the window frame (title bar with minimize, maximize and close
icons, drag corners) behaves as if it weren't there.

E.g. I can't drag the pidgin window because when I click the frame, the
click goes through to the window below it, or to the desktop if there is
no such window.

But I can use the contents of the pidgin window 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/879950

Title:
  pidgin not showing up

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

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


[Bug 1270584] Re: gvfsd-trash crashed with: ERROR:trashdir.c:218:trash_dir_watch: assertion failed: (dir-monitor == NULL)

2014-01-21 Thread Jean-Baptiste Lallement
** Summary changed:

- gvfsd-trash crashed with SIGABRT in raise()
+ gvfsd-trash crashed with: ERROR:trashdir.c:218:trash_dir_watch: assertion 
failed: (dir-monitor == NULL)

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

** Attachment added: gvfsd_stacktrace.source
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1270584/+attachment/3953287/+files/gvfsd_stacktrace.source

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

Title:
  gvfsd-trash crashed with: ERROR:trashdir.c:218:trash_dir_watch:
  assertion failed: (dir-monitor == NULL)

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

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


[Bug 1271072] [NEW] Black bars appear on select a region shots with multiple monitors

2014-01-21 Thread Andrew Marsden
Public bug reported:

This problem has been intermittent the past few releases, but the
circumstances haven't really bothered me until now.

When I have a dual-monitor setup, gnome-screenshot misbehaves when
taking screenshots using the select a region tool (Custom area
selection).

Horizontal black bars appear over the image captured, making the image
worthless.

This does NOT happen in Active Window and Entire Screen modes,
irrespective of the number of monitors.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: gnome-screenshot 3.8.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Tue Jan 21 08:19:59 2014
MarkForUpload: True
SourcePackage: gnome-screenshot
UpgradeStatus: Upgraded to saucy on 2013-10-08 (104 days ago)

** Affects: gnome-screenshot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy

** Attachment added: Sample 'select a region' shot of edit page.
   
https://bugs.launchpad.net/bugs/1271072/+attachment/3953288/+files/Screenshot%20-%20210114%20-%2008%3A21%3A48.png

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

Title:
  Black bars appear on select a region shots with multiple monitors

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

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


[Bug 1267917] Re: HTTP tests failing when built with Qt5.2

2014-01-21 Thread Marcus Tomlinson
Whoops! Somehow I managed to mix up my build environments (Qt5.0/5.2)...
I've recreated the issue on my side again, should have this sorted out
asap.

** Changed in: unity-scopes-api
   Status: Confirmed = In Progress

** Branch unlinked: lp:~marcustomlinson/unity-scopes-api/lp-1267917

** Branch linked: lp:~marcustomlinson/unity-scopes-api/lp-1267917-2

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

Title:
  HTTP tests failing when built with Qt5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-scopes-api/+bug/1267917/+subscriptions

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


[Bug 1270843] Re: D-Bus byte should be std::uint8_t

2014-01-21 Thread Thomas Voß
** Branch linked: lp:~thomas-voss/dbus-
cpp/switch_to_uint8_for_handling_byte_types

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

Title:
  D-Bus byte should be std::uint8_t

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1270843/+subscriptions

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


[Bug 1038430] Re: screenshots are black

2014-01-21 Thread Andrew Marsden
*** This bug is a duplicate of bug 1005914 ***
https://bugs.launchpad.net/bugs/1005914

** This bug has been marked a duplicate of bug 1005914
   gnome-screenshot produces black screenshot with only the mouse pointer 
visible

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

Title:
  screenshots are black

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

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


[Bug 879839] Re: Screenshots become black

2014-01-21 Thread Andrew Marsden
*** This bug is a duplicate of bug 1005914 ***
https://bugs.launchpad.net/bugs/1005914

** This bug has been marked a duplicate of bug 1005914
   gnome-screenshot produces black screenshot with only the mouse pointer 
visible

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

Title:
  Screenshots become black

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

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


[Bug 1271076] [NEW] package python-oneconf 0.3.5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2014-01-21 Thread moody
Public bug reported:

package python-oneconf 0.3.5 failed to install/upgrade: subprocess new
pre-removal script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: python-oneconf 0.3.5
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sun Jan 19 21:19:03 2014
DuplicateSignature: package:python-oneconf:0.3.5:subprocess new pre-removal 
script returned error exit status 1
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationDate: Installed on 2013-10-17 (95 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: oneconf
Title: package python-oneconf 0.3.5 failed to install/upgrade: subprocess new 
pre-removal script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-12-26 (26 days ago)

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


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

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

Title:
  package python-oneconf 0.3.5 failed to install/upgrade: subprocess new
  pre-removal script returned error exit status 1

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

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


[Bug 1271075] [NEW] account wizard in jitsi just hangs

2014-01-21 Thread Lars Noodén
Public bug reported:

When running Jitsi for the first time, the account wizard pops up and
asks for account information.  If information for an SIP  account is
entered and the sign in button is selected, then jitsi just sits there
with the mouse pointer as a spinning wheel.  This seems to go on
indefinitely.  The same happens from File-Add New Account.  I don't
know if the other protocols are treated likewise.

What should happen is that jitsi takes the account information and logs
in.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: jitsi 2.4.4997-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-4.19-generic 3.13.0-rc8
Uname: Linux 3.13.0-4-generic i686
ApportVersion: 2.13.1-0ubuntu1
Architecture: i386
CurrentDesktop: LXDE
Date: Tue Jan 21 10:27:52 2014
InstallationDate: Installed on 2014-01-21 (0 days ago)
InstallationMedia: Lubuntu 14.04 Trusty Tahr - Alpha i386 (20140120)
PackageArchitecture: all
SourcePackage: jitsi
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug 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/1271075

Title:
  account wizard in jitsi just hangs

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

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


[Bug 1173571] Re: please change wenquanyi micro hei back with 69-language-selector-zh-tw.conf

2014-01-21 Thread Abel Cheung
In reply to comment 41:

The 2 reports are not entirely related. But I hope this report is only
limited to the scope of 69-language-selector-zh-tw.conf. The case for
Hong Kong is more serious, in that *none* of the fonts described above
have enough coverage of Hong Kong Supplementary Character Set (the only
one good enough is AR PL UMing HK). Hong Kong users currently don't even
have such luxury to discuss whether a font looks good or not.

I'll check Droid fallback font to see what's missing and provide comment
on whether it's good enough for use in Hong Kong as well.

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

Title:
  please change wenquanyi micro hei back with 69-language-selector-zh-
  tw.conf

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

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


[Bug 980560] Re: package squidguard 1.4-4build1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2014-01-21 Thread Kevin K
This problem still persists in 13.10 even after adding the squid service to 
my /etc/services file.
I beleive it's caused by deleting the configuration files and then reinstalling 
squid/squidguard in apt (no way to test this on my end unfortunately)

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

Title:
  package squidguard 1.4-4build1 failed to install/upgrade:
  ErrorMessage: Unterprozess installiertes post-installation-Skript gab
  den Fehlerwert 1 zurück

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

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

[Bug 1271082] [NEW] Ubuntu GNOME Saucy - Trusty upgrade ends in a black screen

2014-01-21 Thread Erick Brunzell
Public bug reported:

Just testing Ubuntu GNOME upgrades via update-manager -d -c and all
seemed to go fairly well but when I'd expect to be asked to remove
packages I got a black screen with a blinking cursor. I finally did a
hard reset and all seems well but I see this at the end of the main.log:

2014-01-21 02:21:50,046 DEBUG plugins for condition 'PostCleanup' are '[]'
2014-01-21 02:21:50,047 DEBUG plugins for condition 'trustyPostCleanup' are '[]'
2014-01-21 02:21:50,047 DEBUG plugins for condition 'from_saucyPostCleanup' are 
'[]'
2014-01-21 02:21:50,048 DEBUG quirks: running PostCleanup
2014-01-21 02:21:50,048 DEBUG running Quirks.PostCleanup
2014-01-21 02:21:50,048 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
2014-01-21 02:21:50,067 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (Failed to execute child process 
./xorg_fix_proprietary.py (No such file or directory))
2014-01-21 02:21:50,986 DEBUG enabling apt cron job

I suspect the entire log is attached.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.209
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic i686
ApportVersion: 2.13.1-0ubuntu1
Architecture: i386
CrashDB: ubuntu
CurrentDesktop: GNOME
Date: Tue Jan 21 02:37:06 2014
InstallationDate: Installed on 2013-11-25 (56 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Release i386 
(20131015)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to trusty on 2014-01-21 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: apport-bug dist-upgrade 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/1271082

Title:
  Ubuntu GNOME Saucy - Trusty upgrade ends in a black screen

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

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


[Bug 1271075] Re: account wizard in jitsi just hangs

2014-01-21 Thread Lars Noodén
This freezeup does not occur with the latest package from the Jitsi site
(jitsi_2.4.4997-1_i386.deb )  https://download.jitsi.org/jitsi/debian/,
only with the package from the Ubuntu repository.

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

Title:
  account wizard in jitsi just hangs

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

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


[Bug 1271082] Re: Ubuntu GNOME Saucy - Trusty upgrade ends in a black screen

2014-01-21 Thread Erick Brunzell
It does appear that all of the desired logs are attached, but I also
need to rinse and repeat to be sure this wasn't just a fluke.

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

Title:
  Ubuntu GNOME Saucy - Trusty upgrade ends in a black screen

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

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


[Bug 1270985] Re: Xorg crashed with SIGABRT in DamageRegister()

2014-01-21 Thread Karma Dorje
I apologize, but I do not think it has to do with the BIOS.

https://bugs.freedesktop.org/show_bug.cgi?id=64133

http://lists.freedesktop.org/archives/intel-
gfx/2013-February/024562.html


sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date
K53SD.205
03/06/2012


the last (the next) version is: 

BIOS 208
2012.10.30
Support Windows 8 brightness control


In any case, thank you very much for the information.

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

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

Title:
  Xorg crashed with SIGABRT in DamageRegister()

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

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


[Bug 931240] BootLog.txt

2014-01-21 Thread Theron Muller
apport information

** Attachment added: BootLog.txt
   https://bugs.launchpad.net/bugs/931240/+attachment/3953319/+files/BootLog.txt

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

Title:
  Triple head on Ubuntu 11.10 with AMD Radeon HD 6470M not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/931240/+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   >