[Bug 1193228] [NEW] package php5-fpm (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 143

2013-06-21 Thread Timoteo Ramos
Public bug reported:

The installation freezes and I can't proceed with any other
installation. I need to kill manually the php5-fpm configure proccess,
after several minutes waiting.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: php5-fpm (not installed)
ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13
Uname: Linux 3.8.0-25-generic i686
ApportVersion: 2.9.2-0ubuntu8.1
AptOrdering:
 php5-fpm: Install
 php5-fpm: Configure
Architecture: i386
Date: Thu Jun 20 14:39:21 2013
DuplicateSignature: package:php5-fpm:(not installed):sub-processo script 
post-installation instalado retornou estado de saída de erro 143
ErrorMessage: sub-processo script post-installation instalado retornou estado 
de saída de erro 143
InstallationDate: Installed on 2013-06-20 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: php5
Title: package php5-fpm (not installed) failed to install/upgrade: sub-processo 
script post-installation instalado retornou estado de saída de erro 143
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package php5-fpm (not installed) failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1193228/+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 1193228] Re: package php5-fpm (not installed) failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 143

2013-06-21 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package php5-fpm (not installed) failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1193228/+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 1193176] Re: augeas-lenses package lacking support in dhclient.conf lens for append/prepend options

2013-06-21 Thread Robie Basak
** Changed in: augeas (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  augeas-lenses package lacking support in dhclient.conf lens for
  append/prepend options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1193176/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2013-06-21 Thread Bernhard Weisshuhn
Correction: removing man-db is not sufficient, other packages (like
ruby-mysql) installed by chef also hang during debconf hooks, because
the chef-client started by cloud-init inherit the environment
variables.

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2013-06-21 Thread Tobias Wilken
Hey,

I solved the process for us, by creating a chef recipe, with just:

`
ENV['DEBCONF_REDIR'] = 
ENV['DEBIAN_HAS_FRONTEND'] = 
`

This is executed as first recipe and we had no more problems.

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2013-06-21 Thread Bernhard Weisshuhn
Including this chef recipe as the first one fixes the problem for me.


if platform_family?(debian)
%w{
DPKG_MAINTSCRIPT_PACKAGE
DEBCONF_REDIR
DEBIAN_FRONTEND
DEBIAN_HAS_FRONTEND
DPKG_NO_TSTP
UPSTART_JOB
DPKG_MAINTSCRIPT_NAME
}.each do |v|
ENV[v] = nil
end
end

Puppet seems to suffer from the same thing, see http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=439763


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

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 961142] Re: chef 0.10: package installation: returned 100, expected 0

2013-06-21 Thread Bernhard Weisshuhn
ha! Thanks Tobias - seems we're on the same page ;-)

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

Title:
  chef 0.10: package installation: returned 100, expected 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/961142/+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 1193289] [NEW] package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 128

2013-06-21 Thread shubham kumar
Public bug reported:

i dont know

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libpam-winbind 2:3.6.3-2ubuntu2.6
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
Uname: Linux 3.2.0-40-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: amd64
Date: Fri Jun 21 03:40:33 2013
ErrorMessage: subprocess installed pre-removal 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.1
SambaClientRegression: No
SourcePackage: samba
Title: package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade: 
subprocess installed pre-removal 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 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/1193289

Title:
  package libpam-winbind 2:3.6.3-2ubuntu2.6 failed to install/upgrade:
  subprocess installed pre-removal script returned error exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1193289/+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 1193290] [NEW] missing files in packages

2013-06-21 Thread Thomas-Karl Pietrowski
Public bug reported:

Today I wanted to build zypper and it was telling me that it can't find augeas 
while it was installed, so picked the source package and  checked it for files 
which are missed to be installed.
These files are missing depending to dh_install:

[...]
dh_install --sourcedir=debian/tmp  --fail-missing
dh_install: usr/bin/fadot exists in debian/tmp but is not installed to anywhere
dh_install: usr/lib/libaugeas.a exists in debian/tmp but is not installed to 
anywhere
dh_install: usr/lib/libaugeas.la exists in debian/tmp but is not installed to 
anywhere
dh_install: usr/lib/libfa.la exists in debian/tmp but is not installed to 
anywhere
dh_install: usr/lib/libfa.a exists in debian/tmp but is not installed to 
anywhere
dh_install: usr/share/vim/vimfiles/ftdetect/augeas.vim exists in debian/tmp but 
is not installed to anywhere
dh_install: usr/share/vim/vimfiles/syntax/augeas.vim exists in debian/tmp but 
is not installed to anywhere
dh_install: missing files, aborting
[...]

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: augeas-tools (not installed)
ProcVersionSignature: Ubuntu 3.8.0-26.38-generic 3.8.13.2
Uname: Linux 3.8.0-26-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.1
Architecture: amd64
Date: Fri Jun 21 10:07:00 2013
InstallationDate: Installed on 2013-02-10 (130 days ago)
InstallationMedia: Kubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: augeas
UpgradeStatus: Upgraded to raring on 2013-02-10 (130 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  missing files in packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1193290/+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 1193333] [NEW] Enable SNMP Squid3 On Ubuntu 12.04.x

2013-06-21 Thread David Ribeiro
Public bug reported:

On a fresh install of Ubuntu Server 12.04.2, i see the SNMP Support for Squid3 
isn't enable.
It's a bug or normal ?

xx@xx:~$ sudo apt-cache policy squid3
squid3:
  Installed: 3.1.19-1ubuntu3.12.04.2
  Candidate: 3.1.19-1ubuntu3.12.04.2
  Version table:
 *** 3.1.19-1ubuntu3.12.04.2 0
500 http://fr.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 3.1.19-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

xxx@xx:~$ sudo squid3 -v
Squid Cache: Version 3.1.19
configure options:  '--build=x86_64-linux-gnu' '--prefix=/usr' 
'--includedir=${prefix}/include' '--mandir=${prefix}/share/man' 
'--infodir=${prefix}/share/info' '--sysconfdir=/etc' '--localstatedir=/var' 
'--libexecdir=${prefix}/lib/squid3' '--srcdir=.' '--disable-maintainer-mode' 
'--disable-dependency-tracking' '--disable-silent-rules' 
'--datadir=/usr/share/squid3' '--sysconfdir=/etc/squid3' 
'--mandir=/usr/share/man' '--with-cppunit-basedir=/usr' '--enable-inline' 
'--enable-async-io=8' '--enable-storeio=ufs,aufs,diskd' 
'--enable-removal-policies=lru,heap' '--enable-delay-pools' 
'--enable-cache-digests' '--enable-underscores' '--enable-icap-client' 
'--enable-follow-x-forwarded-for' '--enable-auth=basic,digest,ntlm,negotiate' 
'--enable-basic-auth-helpers=LDAP,MSNT,NCSA,PAM,SASL,SMB,YP,DB,POP3,getpwnam,squid_radius_auth,multi-domain-NTLM'
 '--enable-ntlm-auth-helpers=smb_lm,' 
'--enable-digest-auth-helpers=ldap,password' 
'--enable-negotiate-auth-helpers=squid_kerb_auth' '--enable-external-
 acl-helpers=ip_user,ldap_group,session,unix_group,wbinfo_group' 
'--enable-arp-acl' '--enable-esi' '--enable-zph-qos' '--enable-wccpv2' 
'--disable-translation' '--with-logdir=/var/log/squid3' 
'--with-pidfile=/var/run/squid3.pid' '--with-filedescriptors=65536' 
'--with-large-files' '--with-default-user=proxy' '--enable-linux-netfilter' 
'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fPIE -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 
'LDFLAGS=-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now' 
'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fPIE -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 
--with-squid=/build/buildd/squid3-3.1.19

My problem... i want monitor my Squid with SNMP, without use any Script
on the Squid server :)

Thanks for your answers !

David

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

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

Title:
  Enable SNMP Squid3 On Ubuntu 12.04.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/119/+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 1193352] [NEW] spamassassin ignores maxhits on tflags multiple

2013-06-21 Thread ZEROSPAM
Public bug reported:

Using spamassassin 3.3.2 on precise with perl 5.14.2.

When trying spamassassin -D --lint 21  test.eml , we realized that
some special rules had not the expected behavior.

One can use tflags on a rule, and specify multiple. This causes SA not
to stop after the first hit but instead comtinue to evaluate the rule
against the mail.

And one can also specify maxhits=N, with N the maximum number of
occurrences he wants to checks for. This is usefull to count only a few
occurences but not too much, to avoid loosing resources or simply count
an exact number of matches on the rule.

But the maxhits is ignored on precise. This happens because the
/usr/share/perl5/Mail/SpamAssassin/Plugin/Check.pm is not up to date
(compared with ~/spamassassin-
trunk/lib/Mail/SpamAssassin/Plugin/Check.pm directly from the svn
checkout of SA project, done with svn checkout
http://svn.apache.org/repos/asf/spamassassin/trunk spamassassin-trunk ).

This causes SA to ignore the maxhits instruction on tflags multiple
rules. Ultimately this is a potential resource sink hole and is, in all
cases, inefficient and deviate from the SA project itself.

We couldn't find any reason or explanation nowere, if there is one,
please explain.

Patch is simple: update
/usr/share/perl5/Mail/SpamAssassin/Plugin/Check.pm with the Check.pm
coming from SA svn checkout.

Tested successfully on a precise server. Should work on any Ubuntu
version.

Attached is the diff between those two files.

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

** Patch added: Simple diff between the precise package Check.pm and the SA 
svn checkout Check.pm
   
https://bugs.launchpad.net/bugs/1193352/+attachment/3708957/+files/diff.Check.pm

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

Title:
  spamassassin ignores maxhits on tflags multiple

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1193352/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Serge Hallyn
Quoting Pavel Bennett (launch...@pavelbennett.com):
 Hey Serge, were you able to get a reliable repro for this? I have a

No, I wasn't (assuming you mean with our workaround in place in the
ubuntu package).

In comment #8 you said node.js was able to reproduce this.  Regarding
that,

1. Does that reproduce the bug in the saucy package?

2. Could you please give me step by step reproductions for setting that
up (and include the distro release, kernel version and lxc package
version)?

 reason to upgrade to Raring, and this seems to be the only blocker.
 We've reproduced the issue with the stock Linux Mint 15.

thanks,
-serge

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1193380] [NEW] resource disk mounted at /mnt/resource should be /mnt

2013-06-21 Thread Scott Moser
Public bug reported:

via cloud-init, ubuntu cloud images mount the first 'ephemeral' disk to /mnt.
This behavior is consistent on openstack and ec2.

On azure, the resource disk is mounted to /mnt.

The result is someone/something who expects /mnt to be a large ephemeral
disk will fill up their root disk on azure.

please mount the 'resource' filesystem to /mnt.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: walinuxagent 1.3.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-6.14-generic 3.9.6
Uname: Linux 3.9.0-6-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Fri Jun 21 13:53:25 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: walinuxagent
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug azure cloud-images saucy

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193380/+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 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-06-21 Thread Scott Moser
** Tags removed: uec-images
** Tags added: azure cloud-images

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

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

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


[Blueprint servercloud-s-seeded-qa-workflow] Improving QA for seeded server packages

2013-06-21 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  [andreserl] write dep-8 test for heartbeat/corosync/pacemaker: TODO
  [andreserl] write dep-8 test for tftpd-hpa: TODO
  [gandelman-a] write dep-8 test for haproxy: TODO
  [gandelman-a] write dep-8 tests puppet + facter: TODO
  Get all tests automated by QA team: DONE
  [ivoks] write dep-8 test for bacula: TODO
- [yolanda] write dep-8 test for ganglia: DONE
- [yolanda] write dep-8 test for iscsitarget: DONE
+ [yolanda.robla] write dep-8 test for ganglia: DONE
+ [yolanda.robla] write dep-8 test for iscsitarget: DONE
  [matsubara] write dep-8 test for jenkins: TODO
- [yolanda] write dep-8 test for nagios3: DONE
- [yolanda] write dep-8 test for open-iscsi: DONE
- [yolanda] write dep-8 test for quagga: DONE
- [yolanda] write dep-8 test for radvd: DONE
+ [yolanda.robla] write dep-8 test for nagios3: DONE
+ [yolanda.robla] write dep-8 test for open-iscsi: DONE
+ [yolanda.robla] write dep-8 test for quagga: DONE
+ [yolanda.robla] write dep-8 test for radvd: DONE
  [james-page] write dep-8 test for solr-tomcat/jetty: TODO
- [yolanda] write dep-8 test for tgt: DONE
+ [yolanda.robla] write dep-8 test for tgt: DONE
  [james-page] write dep-8 test for openvswitch: DONE
  [james-page] Write some guidelines for test authors so we get things right 
first time: TODO
  [james-page] Update https://wiki.ubuntu.com/QATeam/RequiredTests where 
appropriate: DONE
  [pcarrier] write dep-8 test for munin: TODO
- [yolanda] write dep-8 test for clamav: DONE
- [yolanda] write dep-8 test for exim4: DONE
- [yolanda] write dep-8 test for mailman: DONE
- [yolanda] write dep-8 test for memcached: DONE
- [yolanda] write dep-8 test for squid3: DONE
- [yolanda] write dep-8 test for varnish: DONE
+ [yolanda.robla] write dep-8 test for clamav: DONE
+ [yolanda.robla] write dep-8 test for exim4: DONE
+ [yolanda.robla] write dep-8 test for mailman: DONE
+ [yolanda.robla] write dep-8 test for memcached: DONE
+ [yolanda.robla] write dep-8 test for squid3: DONE
+ [yolanda.robla] write dep-8 test for varnish: DONE
  [racb] write dep-8 test for vsftpd: TODO
  review backuppc for continued seed inclusion: TODO
  review likewise-open for continued seed inclusion: TODO
  [serge-hallyn] write dep-8 test for kvm: TODO
  [serge-hallyn] write dep-8 test for lxc: DONE
- [yolanda] write dep-8 test for amavisd-new: DONE
- [yolanda] write dep-8 test for nut: DONE
- [yolanda] write dep-8 test for postfix: DONE
- [yolanda] write dep-8 test for slapd/openldap: DONE
+ [yolanda.robla] write dep-8 test for amavisd-new: DONE
+ [yolanda.robla] write dep-8 test for nut: DONE
+ [yolanda.robla] write dep-8 test for postfix: DONE
+ [yolanda.robla] write dep-8 test for slapd/openldap: DONE
  [pcarrier] write dep-8 test for snmpd: TODO
- [yolanda] write dep-8 test for spamassassin: DONE
- [yolanda] write dep-8 test for freeradius: DONE
+ [yolanda.robla] write dep-8 test for spamassassin: DONE
+ [yolanda.robla] write dep-8 test for freeradius: DONE
  [zulcss] write dep-8 test for rabbitmq-server: TODO
  examine testing status for libvirt: TODO
- [yolanda] write dep-8 tests for nova: DONE
- [yolanda] write dep-8 tests for keystone: DONE
- [yolanda] write dep-8 tests for quantum: DONE
- [yolanda] write dep-8 tests for ceilometer: TODO
- [yolanda] write dep-8 tests for horizon: TODO
- [yolanda] write dep-8 tests for glance: DONE
- [yolanda] write dep-8 tests for python-novaclient: DONE
- [yolanda] write dep-8 tests for python-keystoneclient: DONE
- [yolanda] write dep-8 tests for heat: DONE
- [yolanda] write dep-8 tests for python-quantumclient: DONE
- [yolanda] write dep-8 tests for python-glanceclient: DONE
- [yolanda] write dep-8 tests for python-ceilometerclient: DONE
- [yolanda] write dep-8 tests for python-cinderclient: DONE
- [yolanda] write dep-8 tests for python-swiftclient: DONE
- [yolanda] write dep-8 tests for cinder: DONE
- [yolanda] write dep-8 tests for swift: DONE
- [yolanda] improve quantum to test plugins: TODO
+ [yolanda.robla] write dep-8 tests for nova: DONE
+ [yolanda.robla] write dep-8 tests for keystone: DONE
+ [yolanda.robla] write dep-8 tests for quantum: DONE
+ [yolanda.robla] write dep-8 tests for ceilometer: TODO
+ [yolanda.robla] write dep-8 tests for horizon: TODO
+ [yolanda.robla] write dep-8 tests for glance: DONE
+ [yolanda.robla] write dep-8 tests for python-novaclient: DONE
+ [yolanda.robla] write dep-8 tests for python-keystoneclient: DONE
+ [yolanda.robla] write dep-8 tests for heat: DONE
+ [yolanda.robla] write dep-8 tests for python-quantumclient: DONE
+ [yolanda.robla] write dep-8 tests for python-glanceclient: DONE
+ [yolanda.robla] write dep-8 tests for python-ceilometerclient: DONE
+ [yolanda.robla] write dep-8 tests for python-cinderclient: DONE
+ [yolanda.robla] write dep-8 tests for python-swiftclient: DONE
+ [yolanda.robla] write dep-8 tests for cinder: DONE
+ [yolanda.robla] write dep-8 tests for swift: DONE
+ [yolanda.robla] improve quantum to test plugins: 

[Blueprint servercloud-s-ceph] Ceph activities for Saucy

2013-06-21 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.06:
  [james-page] Enable google-perftools on armhf: DONE
  [james-page] Upload cuttlefish (0.61.2) to saucy: DONE
  [james-page] Upload cuttlefish to the havana cloud archive: DONE
  [james-page] Upload cuttlefish (0.61.3) to saucy: DONE
  [james-page] Upload cuttlefish (0.61.3) to the havana cloud archive: DONE
+ [james-page] Upload cuttlefish (0.61.4) to saucy: DONE
+ [james-page] Upload cuttlefish (0.61.4) to the havana cloud archive: TODO
  
  Work items for ubuntu-13.07:
  [james-page] Upload dumpling - 4 weeks to saucy: TODO
  [james-page] Upload dumpling - 2 weeks to saucy: TODO
  
  Work items for ubuntu-13.08:
  [james-page] Upload dumpling to saucy: TODO
  [james-page] Upload dumpling to the havana cloud archive: TODO
  [james-page] Write dep8 tests for ceph: TODO
  Review upstream patches for mod_fastcgi: TODO
  Review/test ceph RADOS with mod_fcgid: TODO
  Identify use-cases for ceph performance scenarios: TODO
  [james-page] Update ceph charms to support cuttlefish features: TODO
  ceph-deploy packaging: INPROGRESS
  
  Work items for ubuntu-13.10:
  [james-page] Regular multi-node ceph testing in the lab: INPROGRESS
  [james-page] Implement more in-depth testing of Ceph to support SRU's: TODO
  Ceph teuthology tests for deploying with Juju: TODO
  Ability to use upstream packages in Juju charms: TODO

-- 
Ceph activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph

-- 
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 1193352] Re: spamassassin ignores maxhits on tflags multiple

2013-06-21 Thread ZEROSPAM
We realized that this issue is not an issue.

The maxhits feature was committed in SA after the release of 3.3.2.

It means that Ubuntu will have this feature with the next version of SA
(3.4?)

Sorry for any inconvenience.

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

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

Title:
  spamassassin ignores maxhits on tflags multiple

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1193352/+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 1193404] [NEW] -verbose flag causes stack trace

2013-06-21 Thread Scott Moser
Public bug reported:

If you attempt to run 'waagent -daemon -verbose', it will fail, and
you'll find (in /var/log/waagent.log):

2013/06/21 15:32:29 ERROR:Traceback (most recent call last):
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 2572, in module
2013/06/21 15:32:29 ERROR:WaAgent.Run()
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 1926, in Run
2013/06/21 15:32:29 ERROR:self.Endpoint = self.DoDhcpWork()
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 1676, in DoDhcpWork
2013/06/21 15:32:29 ERROR:Run(iptables -D INPUT -p udp --dport 68 -j 
ACCEPT,chk_err=False)  # We supress error logging on error.
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 215, in Run
2013/06/21 15:32:29 ERROR:retcode,out=RunGetOutput(cmd,chk_err)
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 219, in RunGetOutput
2013/06/21 15:32:29 ERROR:LogIfVerbose(cmd)
2013/06/21 15:32:29 ERROR:  File /usr/sbin/waagent, line 459, in LogIfVerbose
2013/06/21 15:32:29 ERROR:LogFileWithPrefix('',message)
2013/06/21 15:32:29 ERROR:NameError: global name 'LogFileWithPrefix' is not 
defined
2013/06/21 15:32:29 ERROR:
2013/06/21 15:32:29 ERROR:Exception: global name 'LogFileWithPrefix' is not 
defined

fix is simple enough:

$ diff -u /usr/sbin/waagent.dist /usr/sbin/waagent
--- /usr/sbin/waagent.dist  2013-06-21 15:36:19.412371000 +
+++ /usr/sbin/waagent   2013-06-21 15:36:23.892371000 +
@@ -456,7 +456,7 @@
 
 def LogIfVerbose(message):
 if Verbose == True:
-LogFileWithPrefix('',message)
+LogWithPrefix('',message)
 
 def LogWithPrefixIfVerbose(prefix, message):
 if Verbose == True:

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: walinuxagent 1.3.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.9.0-6.14-generic 3.9.6
Uname: Linux 3.9.0-6-generic x86_64
ApportVersion: 2.10.2-0ubuntu1
Architecture: amd64
Date: Fri Jun 21 15:34:09 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: walinuxagent
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy uec-images

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

Title:
  -verbose flag causes stack trace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193404/+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 1185908] Re: slapd: slapcat output truncated every now and then

2013-06-21 Thread Ryan Tandy
Hi,

(I'm allowed to verify my own bugs, right?)

Verified on precise and raring, i386 and amd64.

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

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

Title:
  slapd: slapcat output truncated every now and then

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

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


[Blueprint servercloud-s-server-app-banner-updates] Server Application Banner Updates

2013-06-21 Thread Yolanda Robla
Blueprint changed by Yolanda Robla:

Work items changed:
  Work items:
- [yolanda] Check, enable, and test apache2: DONE
- [yolanda] Check, enable, and test bind9: TODO
- Check, enable, and test dovecot (imapd): TODO
- Check, enable, and test dovecot (pop3d): TODO
- Check, enable, and test exim4: TODO
+ [yolanda.robla] Check, enable, and test apache2: DONE
+ [yolanda.robla] Check, enable, and test bind9: TODO
+ [yolanda.robla] Check, enable, and test dovecot (imapd): DONE
+ [yolanda.robla] Check, enable, and test dovecot (pop3d): DONE
+ [yolanda.robla] Check, enable, and test exim4: DONE
  [yolanda] Check, enable, and test mysql-server: DONE
  Check, enable, and test postgresql: TODO
  Check, enable, and test openldap: TODO
  Check, enable, and test openssh: TODO
  Check, enable, and test openstack: TODO
  [yolanda] Check, enable, and test postfix: DONE
  Check, enable, and test squid: TODO
  Check, enable, and test tomcat7: TODO
  [yolanda] Check, enable, and test nginx: DONE
  [yolanda] Check, enable, and test python-django: DONE
  Check, enable, and test memcached: TODO
  Check, enable, and test couchdb: TODO
  Check, enable, and test nodejs: TODO

-- 
Server Application Banner Updates
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-server-app-banner-updates

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


[Blueprint servercloud-s-ceph] Ceph activities for Saucy

2013-06-21 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Work items changed:
  Work items for ubuntu-13.06:
  [james-page] Enable google-perftools on armhf: DONE
  [james-page] Upload cuttlefish (0.61.2) to saucy: DONE
  [james-page] Upload cuttlefish to the havana cloud archive: DONE
  [james-page] Upload cuttlefish (0.61.3) to saucy: DONE
  [james-page] Upload cuttlefish (0.61.3) to the havana cloud archive: DONE
  [james-page] Upload cuttlefish (0.61.4) to saucy: DONE
  [james-page] Upload cuttlefish (0.61.4) to the havana cloud archive: TODO
  
  Work items for ubuntu-13.07:
  [james-page] Upload dumpling - 4 weeks to saucy: TODO
  [james-page] Upload dumpling - 2 weeks to saucy: TODO
  
  Work items for ubuntu-13.08:
  [james-page] Upload dumpling to saucy: TODO
  [james-page] Upload dumpling to the havana cloud archive: TODO
  [james-page] Write dep8 tests for ceph: TODO
  Review upstream patches for mod_fastcgi: TODO
  Review/test ceph RADOS with mod_fcgid: TODO
  Identify use-cases for ceph performance scenarios: TODO
  [james-page] Update ceph charms to support cuttlefish features: TODO
  ceph-deploy packaging: INPROGRESS
  
  Work items for ubuntu-13.10:
  [james-page] Regular multi-node ceph testing in the lab: INPROGRESS
  [james-page] Implement more in-depth testing of Ceph to support SRU's: TODO
  Ceph teuthology tests for deploying with Juju: TODO
  Ability to use upstream packages in Juju charms: TODO
+ 
+ Work items:
+ [a.rosales] status.u.c test work item: INPROGRESS

-- 
Ceph activities for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-ceph

-- 
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 1193175] [NEW] hv-kvp* needs to be included in default installation of Ubuntu 13.10 on Hyper-V

2013-06-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Currently users running Ubuntu on Hyper-V need to use the apt-get
utility to enable the kvp daemon on Ubuntu as follows:

apt-get install hv-kvp*

Please include the kvp daemon and driver in the default installation
process.

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

-- 
hv-kvp* needs to be included in default installation of Ubuntu 13.10 on Hyper-V
https://bugs.launchpad.net/bugs/1193175
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova in Ubuntu.

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


[Bug 1193175] Re: hv-kvp* needs to be included in default installation of Ubuntu 13.10 on Hyper-V

2013-06-21 Thread Chuck Short
** Project changed: git-review = nova (Ubuntu)

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

Title:
  hv-kvp* needs to be included in default installation of Ubuntu 13.10
  on Hyper-V

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1193175/+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 1193404] Re: -verbose flag causes stack trace

2013-06-21 Thread Stephen A. Zarkos
Hi!

Thank you for looking at this.  This issue was fixed upstream a little
while ago, it just needs to make it into the next Ubuntu package update.

Thanks!
Steve

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

Title:
  -verbose flag causes stack trace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193404/+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 594777] Re: slapd run level link name to high when using krb5-kdc

2013-06-21 Thread Ryan Tandy
*** This bug is a duplicate of bug 652433 ***
https://bugs.launchpad.net/bugs/652433

** This bug has been marked a duplicate of bug 652433
   Init script dependency error: krb5-kdc starts before slapd

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

Title:
  slapd run level link name to high when using krb5-kdc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/594777/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Pavel Bennett
I can't try Saucy right now, but the repro instructions with kernel
versions are in the original post and in #2.

We've tried node v0.11.2 as well on Raring and got the repro.

Repro summary:

Install any of the above kernels, such as the one with the Raring installer, 
then install lxc from apt.
Get node v0.11.0 - v0.11.2 or try any other recent version if that's easier, 
just not below v0.10.
lxc init process is /usr/local/bin/node /boot/mio-init.js which contains only 
process.exit(0); and try running 100 of these, whether in parallel or one at 
a time. Continue until lxc-start doesn't exit. Run ps faux and look for 
zombie children of lxc-start.

Let me know if that works for you :)

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Serge Hallyn
Quoting Pavel Bennett (launch...@pavelbennett.com):
 I can't try Saucy right now, but the repro instructions with kernel
 versions are in the original post and in #2.
 
 We've tried node v0.11.2 as well on Raring and got the repro.
 
 Repro summary:
 
 Install any of the above kernels, such as the one with the Raring installer, 
 then install lxc from apt.
 Get node v0.11.0 - v0.11.2 or try any other recent version if that's easier, 
 just not below v0.10.

Sorry, this is where I'm unclear.  Can you please point me to exactly
where you grab the source (or which package you are using)?

 lxc init process is /usr/local/bin/node /boot/mio-init.js which
contains only process.exit(0); and try running 100 of these, whether
in parallel or one at a time. Continue until lxc-start doesn't exit. Run
ps faux and look for zombie children of lxc-start.

thanks,
-serge

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Pavel Bennett
Sure, run these inside the container:

git clone https://github.com/joyent/node.git --depth 1

cd node
./configure
make -j9
sudo make install

Then the binary will be at /usr/local/bin/node

It's v0.11.3-pre, but should still repro.

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-21 Thread Brian Murray
Hello ojab, or anyone else affected,

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

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

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

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

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

** Tags added: verification-needed

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

Title:
  cgrulesengd cannot process symlinked executables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1188850/+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 1188850] Re: cgrulesengd cannot process symlinked executables

2013-06-21 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/libcgroup/precise-
proposed

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

Title:
  cgrulesengd cannot process symlinked executables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/1188850/+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 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-06-21 Thread Stephen A. Zarkos
Hi Scott,

Thank you for looking at this.  The mount point for the resource disk is
configurable via /etc/waagent.conf (see the ResourceDisk.MountPoint
parameter).  The default is /mnt/resource, but this could be changed to
another location if desired.

Thanks,
Steve

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193380/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Serge Hallyn
Quoting Pavel Bennett (launch...@pavelbennett.com):
 Sure, run these inside the container:
 
 git clone https://github.com/joyent/node.git --depth 1
 
 cd node
 ./configure
 make -j9
 sudo make install
 
 Then the binary will be at /usr/local/bin/node
 
 It's v0.11.3-pre, but should still repro.

Thanks.

I tried this both in a saucy kvm vm, and on a precise bare metal host,
but wasn't able to reproduce.

What's odd is that I can't even reproduce it with the daily ppa build,
which doesn't have the workaround which is in the ubuntu package.

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1168526] Re: race condition causing lxc to not detect container init process exit

2013-06-21 Thread Pavel Bennett
I created a VM with Ubuntu Server 13.04 just for this bug. At first, I
was able to run the steps outlined above 50 times with no issues. What
was I missing? Concurrency! I rebooted the VM after adding 1 more core,
and... bingo! Zombies on the 3rd try.

The VM disk image I have here should be compatible with KVM, but give it
a try on your Saucy VM with 2 or more cores. If you can't repro it then,
I'll send you my repro VM :)

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

Title:
  race condition causing lxc to not detect container init process exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1168526/+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 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-06-21 Thread David Medberry
Sounds like we should run some tests with a new walinuxagent that has
resource mounted on /mnt. We'd need an image to do that testing with. I
can take a look at building/testing. I probably need to coordinate with
the juju folks (in case they have made any mount point assumptions.)

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193380/+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 1167945] Re: Failed to add image. Got error Details: [Errno 111] ECONNREFUSED

2013-06-21 Thread Launchpad Bug Tracker
[Expired for glance (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Failed to add image. Got error Details: [Errno 111] ECONNREFUSED

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