[Bug 911747] Re: [Feature] Add AuthorizedKeysCommand to OpenSSH

2012-08-15 Thread mrw
«Lobby upstream» means here:
https://bugzilla.mindrot.org/show_bug.cgi?id=1663

Unfortunately there is also no one responsible for it,  as it seems and
it hangs around since years, same as here. :-(

I need to get the authorized keys from LDAP, so I need either the LPK-
patch or this AuthorizedKeysCommand-patch.

See also my repository for patched builds:
http://marc.wäckerlin.ch/computer/blog/ssh_and_ldap

LPK patch is also orphaned here: http://code.google.com/p/openssh-lpk

So everything is working, but hanging around for years in the
maintainers bug tracking ... really an awful situation! Praise RedHat
for at least doing something!


** Bug watch added: OpenSSH Portable Bugzilla #1663
   https://bugzilla.mindrot.org/show_bug.cgi?id=1663

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

Title:
  [Feature] Add AuthorizedKeysCommand to OpenSSH

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

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


[Bug 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-15 Thread Bug Watch Updater
Launchpad has imported 28 comments from the remote bug at
https://bugzilla.clamav.net/show_bug.cgi?id=5252.

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


On 2012-06-15T17:56:49+00:00 Draynor wrote:

Users have reported that scanning MS compressed files are returning
CL_EFORMAT: Bad format or broken data ERROR. The patch for bug #4626
introduced this behavior. We are currently investigating the correct
solution to these reports.

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/0


On 2012-06-15T18:22:38+00:00 Draynor wrote:

The return value noted here is a scanning error code. This behavior has
been seen on files that do not decompress correctly. If using clamav-
milter, messages with attachments flagged as CL_EFORMAT trigger the
OnFail Action specified in the clamav-milter.conf configuration file.
The default Action for OnFail is Defer, so these messages will be
rescanned at intervals and never delivered.

There is a workaround to break the loop of re-scanning these broken
files. To reject messages with these attachments, change the OnFail
Action to Reject. If you prefer the old behavior of the previous
release, change the OnFail Action to Accept.

These solutions should be used as a temporary workaround only and in an
environment where the connection to clamd is stable. Changing this
configuration line will also affect any messages that fail scanning
because of transient issues such as dropped connections or out of memory
errors. If OnFail is set to Accept, malicious mail may be passed by the
scanner. If OnFail is set to Reject, non-malicious mail may be rejected
by the scanner. This workaround should be used with caution.

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/1


On 2012-06-20T14:34:48+00:00 Draynor wrote:

The root cause has been traced to an errorcode-handling change in the
patch for bug #4669 and is not LZX-compression specific. Other file
formats which have reported to trigger CL_EFORMAT errors include Excel 
Word documents as well as PDF files.

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/3


On 2012-06-20T20:57:43+00:00 Dfs-q wrote:

Hi, guys,

Is the patch at http://git.clamav.net/gitweb?p=clamav-
devel.git;a=commit;h=cdbe27798612df93351a9d0da2a2e377ce4118aa a fix for
this?

Regards,

David.

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/4


On 2012-06-20T21:26:02+00:00 Scheidell wrote:

I am getting ready to try it on FreeBSD.  If anyone wants the ports patch let 
me know.
This applies cleanly to 0.97.5.

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/5


On 2012-06-20T21:51:20+00:00 Dfs-q wrote:

The patch did not compile for me.  This patch did:

diff --git a/libclamav/scanners.c b/libclamav/scanners.c
index e84d735..1055b2c 100644
--- a/libclamav/scanners.c
+++ b/libclamav/scanners.c
@@ -2369,7 +2369,19 @@ static int magic_scandesc(int desc, cli_ctx *ctx, 
cli_file_t type)
ctx-fmap--;
cli_bitset_free(ctx-hook_lsig_matches);
ctx-hook_lsig_matches = old_hook_lsig_matches;
-   ret_from_magicscan(ret);
+   /* Same switch as end of magic_scandesc function */
+   switch(ret) {
+   case CL_EFORMAT:
+   case CL_EMAXREC:
+   case CL_EMAXSIZE:
+   case CL_EMAXFILES:
+   cli_dbgmsg(Descriptor: %s\n, cl_strerror(ret));
+   case CL_CLEAN: /* here, only from cli_checkfp() */
+   cache_add(hash, hashed_size, ctx);
+   ret_from_magicscan(CL_CLEAN);
+   default:
+   ret_from_magicscan(ret);
+   }
}
 }

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/6


On 2012-06-20T22:10:44+00:00 Scheidell wrote:

on of (us?) is off by 30 lines.
The original patch applied fine for me against 0.97.5 source tarball.

are you saying 'it didn't compile' ? or are you saying the patch did not
apply?

(I am compiling now, both AMD64 and I386/32)

Reply at: https://bugs.launchpad.net/clamav/+bug/1015405/comments/7


On 2012-06-20T22:24:05+00:00 Scheidell wrote:

ok, I see:


cli_dbgmsg(Descriptor[%d]: %s\n, fmap_fd(*ctx-fmap),
cl_strerror(ret));

gives 

[Bug 1020313] Re: openstack-dashboard hijacks the web root

2012-08-15 Thread Soren Hansen
I don't understand what the problem is here? The bug is very clear:
Don't attach to the web root, but have the dashboard live under
/openstack or whatever.

Don't make everyone else suffer until you've figured out how you can get
your deployment stuff to adjust this post install.

Do you want me to do it?

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

Title:
  openstack-dashboard hijacks the web root

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

-- 
Ubuntu-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-q-libvirt] Libvirt work for Q

2012-08-15 Thread Stefan Bader
Blueprint changed by Stefan Bader:

Work items changed:
  Work items:
  [zulcss] merge latest upstream libvirt: DONE
  [serge-hallyn] finish MIR of netcf bug 904014: DONE
  [serge-hallyn] link libvirt against netcf: DONE
- [stefan-bader-canonical] look into transition from xend to libxl: TODO
+ [stefan-bader-canonical] look into transition from xend to libxl (seems 
incomplete and would need more time and effort): POSTPONED
  [stefan-bader-canonical] look into automated tests for libvirt-xen: TODO
  [serge-hallyn] automated tests for libvirt-lxc 
(start,stop,define,undefine,console): DONE
  [adam-g] Ping Daniel Berrange (upstream libvirt) about proposed fix to 
console growth problem (bug 832507) : TODO

-- 
Libvirt work for Q
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-libvirt

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


[Bug 1036940] Re: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-08-15 Thread Robie Basak
*** This bug is a duplicate of bug 625023 ***
https://bugs.launchpad.net/bugs/625023

From log:

Running newaliases
newaliases: warning: valid_hostname: invalid character 40(decimal): 
ubuntu.(null)
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: ubuntu.(null)
dpkg: error processing postfix (--configure):
 subprocess installed post-installation script returned error exit status 75

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

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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

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


[Bug 1036940] Re: package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2012-08-15 Thread Robie Basak
*** This bug is a duplicate of bug 625023 ***
https://bugs.launchpad.net/bugs/625023

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

It looks like the hostname on your system is not set correctly, and this
causes the postfix maintainer script to fail. Try sudo dpkg-reconfigure
postfix to change the hostname that postfix is using.

Marking this as a duplicate of bug 625023, because this is another
example of the configuration system allowing invalid values to be
entered.

But this misconfiguration itself isn't really a bug, so see
http://www.ubuntu.com/support/community for pointers on how to get help
on fixing this if you continue to have trouble.

** This bug has been marked a duplicate of bug 625023
   invalid myhostname parameter allowed during configuration

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

Title:
  package postfix 2.9.3-2~12.04.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

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

-- 
Ubuntu-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-q-bigdata-hadoop] Next steps for Hadoop on Ubuntu

2012-08-15 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
- Update bigtop-utils and hadoop charms to support openjdk-7: TODO
+ Update bigtop-utils and hadoop charms to support openjdk-7: DONE
  Testing of existing hadoop charms with openjdk-7: TODO
  Update hadoop charms to support kerberos based authentication: TODO
  Review use of puppet modules in hadoop charms: TODO
  Package hadoop-2.x in PPA: TODO
  Figure out approach to managing dependencies on hadoop: TODO
  Update hadoop charm to support or create hadoop-2.x charm: TODO
  Setup automated testing of charms using bigtop tests: TODO
  Add support for upstream bigtop packaging for 0.4.0 release to charms: TODO

-- 
Next steps for Hadoop on Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-bigdata-hadoop

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


[Bug 1036918] Re: Switching between regions causes login form to appear at the bottom of the page

2012-08-15 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1033934 ***
https://bugs.launchpad.net/bugs/1033934

** This bug has been marked a duplicate of bug 1033934
   Attempting to change regions in the dashboard does not display correctly

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

Title:
  Switching between regions causes login form to appear at the bottom of
  the page

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

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


[Bug 1036585] Re: Horizon fails to provide Juju credentials with Internal Server Error upon clicking the dowload link.

2012-08-15 Thread Andrew Glen-Young
*** This bug is a duplicate of bug 1033920 ***
https://bugs.launchpad.net/bugs/1033920

** This bug has been marked a duplicate of bug 1033920
   Dashboard raises a ServiceCatalogException when attempting to download juju 
settings

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

Title:
  Horizon fails to provide Juju credentials with Internal Server Error
  upon clicking the dowload link.

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

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


[Bug 1033934] Re: Attempting to change regions in the dashboard does not display correctly

2012-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Attempting to change regions in the dashboard does not display
  correctly

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

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


[Bug 1033920] Re: Dashboard raises a ServiceCatalogException when attempting to download juju settings

2012-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Dashboard raises a ServiceCatalogException when attempting to download
  juju settings

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

-- 
Ubuntu-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-q-bigdata-hadoop] Next steps for Hadoop on Ubuntu

2012-08-15 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  Update bigtop-utils and hadoop charms to support openjdk-7: DONE
  Testing of existing hadoop charms with openjdk-7: TODO
  Update hadoop charms to support kerberos based authentication: TODO
  Review use of puppet modules in hadoop charms: TODO
  Package hadoop-2.x in PPA: TODO
  Figure out approach to managing dependencies on hadoop: TODO
  Update hadoop charm to support or create hadoop-2.x charm: TODO
  Setup automated testing of charms using bigtop tests: TODO
  Add support for upstream bigtop packaging for 0.4.0 release to charms: TODO
+ Support usage of Oracle EJRE for ARM based deployements: TODO

-- 
Next steps for Hadoop on Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-bigdata-hadoop

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


[Bug 1036622] Re: Slow NIS performance with programs such as 'finger'

2012-08-15 Thread Robie Basak
I'm not sure how much help you're going to get on this issue since only
a small proportion of users use NIS.

Five seconds sounds like some kind of timeout to me. Can you use tcpdump
to see if there's anything obvious that pops out?

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

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

Title:
  Slow NIS performance with programs such as 'finger'

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

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


[Bug 1037037] [NEW] etckeeper not working on Precise

2012-08-15 Thread Phil Dobbin
Public bug reported:

I run etckeeper on several different distros (CentOS, Debian, Fedora) 
it works just fine. However when installing via Synaptic on Ubuntu 12.04
Precise Pangolin i686  after the installation I run the initial commit
which is OK, it fails to work either via Software Update, Synaptic or
apt.

I've triple checked all the config files, I've switched from bzr to git,
I've purged  re-installed  I've also installed it on three different
physical systems (one of which was a clean install i686 from a Live CD)
but after the initial commit, nothing happens.

The cron job doesn't run  after a Software Update, both `status` 
`log` are telling me the repo's clean when it patently isn't.

From what I've seen on Google searches pertaining to this problem, it
seems I'm the only one who's seeing this which is why I went to lengths
that I have to make sure it wasn't a problem my end.

I've asked on the Ubuntu User mailing list  have received no responses
so I've filed this now as a bug.

Further details:

`$ apt-cache policy etckeeper
etckeeper:
  Installed: 0.61ubuntu2
  Candidate: 0.61ubuntu2
  Version table:
 *** 0.61ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status`

`$ uname -a
Linux ubuntustar 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:04:05 UTC 2012 
i686 i686 i386 GNU/Linux`

All software is up to date.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: etckeeper 0.61ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic i686
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
Date: Wed Aug 15 10:49:07 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: etckeeper
UpgradeStatus: Upgraded to precise on 2012-05-23 (83 days ago)

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  etckeeper not working on Precise

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

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


[Bug 1037037] Re: etckeeper not working on Precise

2012-08-15 Thread Phil Dobbin
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/1037037

Title:
  etckeeper not working on Precise

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

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


[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Ralf Spenneberg
I can confirm it on amd64 using
ipvsadm 1.25.clean-1ubuntu5
linux-image-3.2.0-23-generic and linux-image-3.2.0-29-generic

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

Title:
  Memory allocation problem with ipvsadm

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

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


[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Memory allocation problem with ipvsadm

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

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


[Bug 1037055] [NEW] winbind does not refresh kerberos tickets

2012-08-15 Thread Ian Gordon
Public bug reported:


winbindd will renew kerberos tickets until they expire, but it seems unable to 
refresh them before expiry.

I am using in smb.conf

winbind refresh ticket = true

and have cached_login set for pam_winbind

After 7 days ( the renewal limit on AD kerberos tickets) the ticket
expires and I lose access to my NFS home directory which uses sec=krb5

I have tried to debug why this is happening and have come to the
conclusion that there are to important variables for ticket refreshing
to work (both in winbind/winbindd_cred_cache.c):

ccache_list
memory_creds_list

and that the function that stores the password for later refreshing use
is called

winbindd_add_memory_creds

This function though requires that the user is ccache_list before it
stores the password in a way it can be used by the  rekinit part of the
function krb5_ticket_refresh_handler.

The problem as I see it is that winbind forks and the parent populates 
ccache_list and the child populates memory_creds_list.
This leads to the password not being stored in a way that can be used by the 
rekinit code in krb5_ticket_refresh_handler.

As a dirty hack (attached) I tried populating memory_creds_list from the
same location as ccache_list get populated (winbindd_raw_kerberos_login
in winbind/winbindd_pam.c).

This hack fixes the problem.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: winbind 2:3.6.3-2ubuntu2.3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Wed Aug 15 11:30:27 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SambaClientRegression: No
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.winbind: 2012-07-06T14:00:57
mtime.conffile..etc.init.d.winbind: 2012-07-06T14:00:57

** Affects: samba (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 samba in Ubuntu.
https://bugs.launchpad.net/bugs/1037055

Title:
  winbind does not refresh kerberos tickets

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

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


[Bug 1037055] Re: winbind does not refresh kerberos tickets

2012-08-15 Thread Ian Gordon
** Patch added: diry hack to fix issue
   
https://bugs.launchpad.net/bugs/1037055/+attachment/3261981/+files/refresh_ticket.patch

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

Title:
  winbind does not refresh kerberos tickets

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

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


[Bug 1037060] [NEW] openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel module failed to build

2012-08-15 Thread Dmitry Chibisov
Public bug reported:

1.Description:  Ubuntu quantal (development branch)
Release:12.10
2.openvswitch-datapath-dkms:
  Installed: 1.4.2+git20120612-2ubuntu1
  Candidate: 1.4.2+git20120612-2ubuntu1
  Version table:
 *** 1.4.2+git20120612-2ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status
3.package updated
4.error occured

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-10.10-generic 3.5.1
Uname: Linux 3.5.0-10-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.4-0ubuntu6
Architecture: amd64
DKMSKernelVersion: 3.5.0-10-generic
Date: Wed Aug 15 12:39:01 2012
PackageArchitecture: all
PackageVersion: 1.4.2+git20120612-2ubuntu1
SourcePackage: openvswitch
Title: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch
  kernel module failed to build

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

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


[Bug 1037060] Re: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel module failed to build

2012-08-15 Thread Dmitry Chibisov
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1037060

Title:
  openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch
  kernel module failed to build

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

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


[Bug 1037060] Re: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel module failed to build

2012-08-15 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 openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1037060

Title:
  openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch
  kernel module failed to build

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

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


[Bug 1037055] Re: winbind does not refresh kerberos tickets

2012-08-15 Thread Ian Gordon
** Description changed:

+ winbindd will renew kerberos tickets until they expire, but it seems
+ unable to refresh them before expiry.
  
- winbindd will renew kerberos tickets until they expire, but it seems unable 
to refresh them before expiry.
- 
- I am using in smb.conf
+ I have the following in smb.conf:
  
  winbind refresh ticket = true
  
  and have cached_login set for pam_winbind
  
  After 7 days ( the renewal limit on AD kerberos tickets) the ticket
  expires and I lose access to my NFS home directory which uses sec=krb5
  
  I have tried to debug why this is happening and have come to the
- conclusion that there are to important variables for ticket refreshing
+ conclusion that there are two important variables for ticket refreshing
  to work (both in winbind/winbindd_cred_cache.c):
  
  ccache_list
  memory_creds_list
  
  and that the function that stores the password for later refreshing use
  is called
  
  winbindd_add_memory_creds
  
- This function though requires that the user is ccache_list before it
- stores the password in a way it can be used by the  rekinit part of the
+ This function though requires that the user is in ccache_list before it
+ stores the password in a way it can be used by the rekinit part of the
  function krb5_ticket_refresh_handler.
  
  The problem as I see it is that winbind forks and the parent populates 
ccache_list and the child populates memory_creds_list.
  This leads to the password not being stored in a way that can be used by the 
rekinit code in krb5_ticket_refresh_handler.
  
  As a dirty hack (attached) I tried populating memory_creds_list from the
  same location as ccache_list get populated (winbindd_raw_kerberos_login
  in winbind/winbindd_pam.c).
  
  This hack fixes the problem.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: winbind 2:3.6.3-2ubuntu2.3
  ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
  Uname: Linux 3.2.0-27-generic x86_64
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  Date: Wed Aug 15 11:30:27 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
-  LANGUAGE=en_GB:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_GB:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  SHELL=/bin/bash
  SambaClientRegression: No
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.winbind: 2012-07-06T14:00:57
  mtime.conffile..etc.init.d.winbind: 2012-07-06T14:00:57

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

Title:
  winbind does not refresh kerberos tickets

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

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


[Bug 1037055] Re: winbind does not refresh kerberos tickets

2012-08-15 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better. I appreciate the quality of this bug report and I'm sure
it'll be helpful to others experiencing the same issue.

This sounds like an upstream bug to me. Please can you verify this by
building directly from the latest upstream source? If this can be
confirmed as an upstream bug, the best route to getting it fixed in
Ubuntu in this case would be to file an upstream bug if you're able to
do that. Otherwise, I'm not sure what we can do directly in Ubuntu to
fix the problem.

If you do end up filing an upstream bug, please link to it from here.
Thanks!

** Changed in: samba (Ubuntu)
   Importance: Undecided = Critical

** Changed in: samba (Ubuntu)
   Importance: Critical = Medium

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

Title:
  winbind does not refresh kerberos tickets

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

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


[Bug 1028585] Re: Memory allocation problem with ipvsadm

2012-08-15 Thread Ralf Spenneberg
Further information:
ipvsadm -A -t 192.168.10.21:80 -s rr 
works, while 
ipvsadm -A -t 192.168.10.21:80 -s -rr 
(obviously wrong syntax) creates a memory allocation error.

Apparently whenever a syntax or semantic error occurs ipvsadm generates
an memory allocation error.

So generate a virtual server:
ipvsadm -A -t 10.131.208.21:80 -rr
Add a real server with masquerading:
ipvsadm -a -t 10.131.208.21.80 -r 192.168.0.5 -w 1 -m 
Edit the real server without specifying the -m 
ipvsadm -e -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m 
memory allocation problem
ipvsadm -e -t -t 10.131.208.21.80 -r 192.168.0.5 -w 0 -m 
works.

Apparently syntactical errors always generate a memory allocation error.

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

Title:
  Memory allocation problem with ipvsadm

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

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


[Bug 1037055] Re: winbind does not refresh kerberos tickets

2012-08-15 Thread Ubuntu Foundation's Bug Bot
The attachment diry hack to fix issue of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  winbind does not refresh kerberos tickets

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

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


[Bug 1037107] [NEW] Mellanox ConnectX-3 HCA's are not supported (MT27500 Family)

2012-08-15 Thread Bart Van Assche
Public bug reported:

# lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04
# ibv_devinfo -v
libibverbs: Warning: no userspace device-specific driver found for 
/sys/class/infiniband_verbs/uverbs0
No IB devices found
# strace -f ibv_devinfo -v | tail -n 12
open(/sys/class/infiniband_verbs/uverbs0/device/vendor, O_RDONLY) = 3
read(3, 0x15b3\n, 8)  = 7
close(3)= 0
open(/sys/class/infiniband_verbs/uverbs0/device/device, O_RDONLY) = 3
read(3, 0x1003\n, 8)  = 7
close(3)= 0
write(2, libibverbs: Warning: no userspac..., 103libibverbs: Warning: no 
userspace device-specific driver found for /sys/class/infiniband_verbs/uverbs0
) = 103
futex(0x7f4d12de31d0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, No IB devices found\n, 20No IB devices found
)   = 20
exit_group(-1)  = ?

See also
http://git.kernel.org/?p=libs/infiniband/libmlx4.git;a=commitdiff;h=1488631df283f03aefb1a7f67367c6e4e371a9a3

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

** Package changed: libibverbs (Ubuntu) = libmlx4 (Ubuntu)

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

Title:
  Mellanox ConnectX-3 HCA's are not supported (MT27500 Family)

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-15 Thread Thomas Vachon
I have bonding, I have seen this both with and without vhost_net module.

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 1037060] Re: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel module failed to build

2012-08-15 Thread Ben Pfaff
This could presumably be fixed by applying upstream commit 3d192f8e5655
datapath: Use ETH_ALEN instead of VLAN_ETH_ALEN.  I don't think that
OVS branch-1.4 is supposed to support kernel 3.5 however.

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

Title:
  openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch
  kernel module failed to build

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

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


[Bug 1031396] Re: xattr and pysendfile dependencies broke Hyper-V integration

2012-08-15 Thread Thierry Carrez
** Changed in: glance
   Status: Fix Committed = Fix Released

** Changed in: glance
Milestone: None = folsom-3

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

Title:
  xattr and pysendfile dependencies broke Hyper-V integration

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-15 Thread Thomas Vachon
Causes nova network connectivity to freeze and be unresponsive

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

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-15 Thread Serge Hallyn
The following from comment #51:

rebooting the guest fixes the problem until it happens again. The reboot
does not actually kill the kvm session and get a new process ID, but
somehow having the guest go through the init again fixes it (until it
happens again some period later).

makes me suspect the guest OS (though it still could be virtual hw in
qemu).

@Kraig,
 do you have a script or recipe with which you can pretty reliably trigger this?

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-15 Thread Serge Hallyn
@Jamie,

does comment #5 resolve the issue?


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

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

Title:
  internal error no supported architecture for os type 'hvm'

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

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


[Bug 766519] Re: freshclam crashed with SIGSEGV

2012-08-15 Thread Hans-Jörn Thöming
When will this be fixed in 10.04?

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

Title:
  freshclam crashed with SIGSEGV

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

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


[Bug 766519] Re: freshclam crashed with SIGSEGV

2012-08-15 Thread Scott Kitterman
A fixed package is available in lucid-backports for 10.04.

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

Title:
  freshclam crashed with SIGSEGV

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

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


[Bug 985341] Re: segfault when starting rrdcached

2012-08-15 Thread Bug Watch Updater
** Changed in: rrdtool (Debian)
   Status: New = Fix Released

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

Title:
  segfault when starting rrdcached

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

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


[Bug 1032322] Re: Swap space allocation for large memory systems needs improvement

2012-08-15 Thread Robbie Williamson
I disagree with the importance being set to Wishlist.

 I would say that default settings (e.g. 100% memory) is for the
default/majority of systems...what systems are you referring to?  If
you mean Desktop, sure...but not Server, where it is customary to have a
LOT of RAM in your configuration.

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

Title:
  Swap space allocation for large memory systems needs improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1032322/+subscriptions

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


[Bug 1036622] Re: Slow NIS performance with programs such as 'finger'

2012-08-15 Thread Evren Yurtesen
Well, it is not like I use NIS at home all by myself :p if Ubuntu wont
support it, just remove it from distribution then. So it would make the
decision of which distro to use in large organisations easier.

I checked the packets using tcpdump limited to the NIS server.

Ubuntu had 24k lines in the output file
Fedora had 2.4k lines in the output file

Fedora was accessing port 767 and accessed an additional UDP port 770
and sometimes 938 on the server... while Ubuntu was just accessing 767
only so many more times...

I tried disabling iptables on ubuntu altogether and still the results
are same. It is just that I am getting the correct info as well and
finger seems to be working. I am not sure what  might be timing out.

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

Title:
  Slow NIS performance with programs such as 'finger'

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

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


[Bug 1032322] Re: Swap space allocation for large memory systems needs improvement

2012-08-15 Thread Steve Langasek
Agreed that this is more than just a wishlist.  AIUI, for cloud compute
nodes this swap requirement can as much as double the local disk space
requirements, which is not an appropriate outcome.  I think we really
need different recipes for server vs. desktop installs, here.

** Changed in: partman-auto (Ubuntu Quantal)
   Importance: Wishlist = Medium

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

Title:
  Swap space allocation for large memory systems needs improvement

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/partman-auto/+bug/1032322/+subscriptions

-- 
Ubuntu-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-q-open-attestation] OpenAttestation Integration with Ubuntu

2012-08-15 Thread Antonio Rosales
Blueprint changed by Antonio Rosales:

Priority: Undefined = Medium

-- 
OpenAttestation Integration with Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-open-attestation

-- 
Ubuntu-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-q-server-benchmark-and-performance] ARM Server Benchmarking and Performance

2012-08-15 Thread Craig Magina
Blueprint changed by Craig Magina:

Work items changed:
  Work items:
- [server-workload-testing-team] Add a test for KVM: TODO
+ [server-workload-testing-team] Add a test for KVM: POSTPONED
  [server-workload-testing-team] Add a test for LXC: TODO
  [craig.magina] Add a test for OpenMPI: INPROGRESS
  [server-workload-testing-team] Add a test for Membase: POSTPONED
  [craig.magina] Add a test for Hadoop and other workloads: DONE
  [server-workload-testing-team] Add a test for AHCI: POSTPONED
  [server-workload-testing-team] Ensure that multi-system testing setups are 
standardized: POSTPONED
  [server-workload-testing-team] Setup weekly meetings to reveiw testing on 
#ubuntu-meeting (Thursdays 15:00 UTC): TODO
  [server-workload-testing-team] Automate testing (explore PTS documentation 
about batch-run options): DONE
  [server-workload-testing-team] Find an IPV6 testing tool: POSTPONED
  [server-workload-testing-team] Explore stress/load testing (memtester, 
stress, kernel build test, netperf, unix bench): POSTPONED
  [server-workload-testing-team] Test on real hardware when available: DONE
  [server-workload-testing-team] Compare P test results against O: POSTPONED
  [server-workload-testing-team] Investigate PTS logging sensor data: POSTPONED
  [rsalveti] Make sure we have a session at Linaro Connect to cover power usage 
at the ARM boards during test case executions: TODO

-- 
ARM Server Benchmarking and Performance
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-server-benchmark-and-performance

-- 
Ubuntu-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-q-server-benchmark-and-performance] ARM Server Benchmarking and Performance

2012-08-15 Thread Craig Magina
Blueprint changed by Craig Magina:

Work items changed:
  Work items:
  [server-workload-testing-team] Add a test for KVM: POSTPONED
- [server-workload-testing-team] Add a test for LXC: TODO
+ [craig.magina] Add a test for LXC: TODO
  [craig.magina] Add a test for OpenMPI: INPROGRESS
  [server-workload-testing-team] Add a test for Membase: POSTPONED
  [craig.magina] Add a test for Hadoop and other workloads: DONE
  [server-workload-testing-team] Add a test for AHCI: POSTPONED
  [server-workload-testing-team] Ensure that multi-system testing setups are 
standardized: POSTPONED
  [server-workload-testing-team] Setup weekly meetings to reveiw testing on 
#ubuntu-meeting (Thursdays 15:00 UTC): TODO
  [server-workload-testing-team] Automate testing (explore PTS documentation 
about batch-run options): DONE
  [server-workload-testing-team] Find an IPV6 testing tool: POSTPONED
  [server-workload-testing-team] Explore stress/load testing (memtester, 
stress, kernel build test, netperf, unix bench): POSTPONED
  [server-workload-testing-team] Test on real hardware when available: DONE
  [server-workload-testing-team] Compare P test results against O: POSTPONED
  [server-workload-testing-team] Investigate PTS logging sensor data: POSTPONED
  [rsalveti] Make sure we have a session at Linaro Connect to cover power usage 
at the ARM boards during test case executions: TODO

-- 
ARM Server Benchmarking and Performance
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-server-benchmark-and-performance

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


[Bug 923754] Re: ocfs2console crashed with DeprecationWarning in /usr/lib/python2.7/popen2.py: The popen2 module is deprecated. Use the subprocess module.

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/ocfs2-tools

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

Title:
  ocfs2console crashed with DeprecationWarning in
  /usr/lib/python2.7/popen2.py: The popen2 module is deprecated.  Use
  the subprocess module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2-tools/+bug/923754/+subscriptions

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


[Bug 1036907] Re: python-compressor is uninstallable

2012-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django-compressor -
1.1.2-0ubuntu3

---
python-django-compressor (1.1.2-0ubuntu3) quantal; urgency=low

  * debian/control: Add 'Provides: ${python:Provides}' to fix package
installation. (LP: #1036907)
 -- Adam Gandelman ad...@canonical.com   Tue, 14 Aug 2012 17:10:10 -0700

** Changed in: python-django-compressor (Ubuntu)
   Status: New = Fix Released

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

Title:
  python-compressor is uninstallable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django-compressor/+bug/1036907/+subscriptions

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


[Bug 923754] Re: ocfs2console crashed with DeprecationWarning in /usr/lib/python2.7/popen2.py: The popen2 module is deprecated. Use the subprocess module.

2012-08-15 Thread Bug Watch Updater
** Changed in: ocfs2-tools
   Status: Unknown = Fix Released

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

Title:
  ocfs2console crashed with DeprecationWarning in
  /usr/lib/python2.7/popen2.py: The popen2 module is deprecated.  Use
  the subprocess module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2-tools/+bug/923754/+subscriptions

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


[Bug 1014864] Update Released

2012-08-15 Thread Adam Conrad
The verification of this Stable Release Update 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 the bug report.
https://bugs.launchpad.net/bugs/1014864

Title:
  [MIR] New package - walinuxagent

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

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


[Bug 1014864] Re: [MIR] New package - walinuxagent

2012-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent -
1.0~git20120606.c16f5e9-0ubuntu2~12.04.1

---
walinuxagent (1.0~git20120606.c16f5e9-0ubuntu2~12.04.1) precise-proposed; 
urgency=low

  * Backport for enablement of Windows Azure IaaS platform in
Ubuntu 12.04 (LP: #1014864).
 -- James Page james.p...@ubuntu.com   Thu, 09 Aug 2012 21:51:23 +0100

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

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

Title:
  [MIR] New package - walinuxagent

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

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


[Bug 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-15 Thread Bug Watch Updater
** Changed in: clamav (Debian)
   Status: Unknown = Fix Released

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

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

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


[Bug 1015405] Re: ClamAV error: CL_EFORMAT: Bad format or broken data

2012-08-15 Thread Steve Beattie
Thanks Scott, I'm reviewing the natty, oneiric, and precise debdiffs
now.

** Changed in: clamav (Ubuntu Natty)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

** Changed in: clamav (Ubuntu Precise)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

** Changed in: clamav (Ubuntu Oneiric)
 Assignee: (unassigned) = Steve Beattie (sbeattie)

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

Title:
  ClamAV error: CL_EFORMAT: Bad format or broken data

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

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


[Bug 1036571] Re: ImportError: No module named openstack_auth

2012-08-15 Thread Gabriel Hurley
This is a dependency issue in the downstream package which is correctly
targeted here. Closing for the main horizon project.

** Changed in: horizon
   Status: New = Invalid

** Changed in: horizon
 Assignee: (unassigned) = Gabriel Hurley (gabriel-hurley)

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

Title:
  ImportError: No module named openstack_auth

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

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


[Bug 876387] Re: fuser forking uncontrollably in cron job

2012-08-15 Thread Alex
Same problem here, a lot of fuser processes eating up my cpu. :(
Ubuntu 12.04 64-bit webserver.

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

Title:
  fuser forking uncontrollably in cron job

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

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


[Bug 1032133] Re: smbclient fails if server does not support Echo request (eg. Time Capsule)

2012-08-15 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Confirmed = Fix Released

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

Title:
   smbclient fails if server does not support Echo request (eg. Time
  Capsule)

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

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


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-15 Thread Serge Hallyn
** Changed in: nova
   Status: New = Incomplete

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

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

Title:
  internal error no supported architecture for os type 'hvm'

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

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


[Bug 1037060] Re: openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch kernel module failed to build

2012-08-15 Thread Serge Hallyn
** Changed in: openvswitch (Ubuntu)
   Status: New = Confirmed

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

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

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

Title:
  openvswitch-datapath-dkms 1.4.2+git20120612-2ubuntu1: openvswitch
  kernel module failed to build

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

-- 
Ubuntu-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-q-bigdata-hadoop] Next steps for Hadoop on Ubuntu

2012-08-15 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items:
  Update bigtop-utils and hadoop charms to support openjdk-7: DONE
- Testing of existing hadoop charms with openjdk-7: TODO
+ Testing of existing hadoop charms with openjdk-7: DONE
  Update hadoop charms to support kerberos based authentication: TODO
  Review use of puppet modules in hadoop charms: TODO
  Package hadoop-2.x in PPA: TODO
  Figure out approach to managing dependencies on hadoop: TODO
  Update hadoop charm to support or create hadoop-2.x charm: TODO
  Setup automated testing of charms using bigtop tests: TODO
  Add support for upstream bigtop packaging for 0.4.0 release to charms: TODO
  Support usage of Oracle EJRE for ARM based deployements: TODO

-- 
Next steps for Hadoop on Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-bigdata-hadoop

-- 
Ubuntu-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-q-server-iso-tests-review] Improve Server Install and Upgrade Testing

2012-08-15 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for quantal-alpha-1:
  [smoser] Call for testing of ISO images - Alpha 1: DONE
  
  Work items for quantal-alpha-2:
  [james-page] Call for testing of ISO images - Alpha 2: DONE
  
  Work items for quantal-alpha-3:
  Call for testing of ISO images - Alpha 3: DONE
  
  Work items for ubuntu-12.10-beta-1:
  [jibel] Add a profile to auto upgrade testing  to support VM upgrade testing 
(nested VMs): TODO
  [serge-hallyn] Provide a test to check the status of the VM after upgrade 
(nested VM's): TODO
  [ivoks] Expand existing test cases to support different configuration options 
for mail-server: TODO
  [zulcss] Upgrade testing for openstack - work with jibel to setup new upgrade 
testing: TODO
  [james-page] Work out better more focussed upgrade testing for server tasks: 
TODO
  [james-page] Call for improvement of test cases and coordination with 
migration to new harness: TODO
  Call for testing of ISO images - Beta 1: TODO
  
  Work items for ubuntu-12.10-beta-2:
  Call for testing of ISO images - Beta 2: TODO
  
  Work items for ubuntu-12.10:
  Improve MAAS test cases: TODO
  [james-page] Plug the iSCSI tests into UTAH: TODO
  Ensure UATH can support USB installation as well: TODO
  Ensure multi-nic testing can be supported: TODO
- [hggdh2] Quick hack to make multi-nic work in current ISO testing framework: 
TODO
- [hggdh2] Quick hack to make USB install in the VM's work in ISO testing 
framework: TODO
  Call for testing of ISO images - 12.10 RC: TODO

-- 
Improve Server Install and Upgrade Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-server-iso-tests-review

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


[Bug 1037037] Re: etckeeper not working on Precise

2012-08-15 Thread Serge Hallyn
Thanks for submitting this bug.

Could you, as root, do

  cd /etc
  bzr log  | less

and tell us if and when entries have been made?  Make a change, then do
it again, and check whether there is a new entry?  For instance, I
created a new machine, installed etckeeper, then bzr log showed only the
single revision.  Then I did

  apt-get -y install qemu-kvm

(which updates /etc/group among others)

then did cd /etc; bzr log again (as root), and saw a new revision.

If that's not happending for you, there is definately a bug.

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

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

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

Title:
  etckeeper not working on Precise

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

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


[Bug 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-15 Thread Serge Hallyn
Loading the database from the LDIF dump failed with the following
error while running slapadd:
slapadd: line 29: database #1 (dc=kimsufi,dc=com) not configured to hold 
dc=manastria,dc=fr; did you mean to use database #2 (dc=manastria,dc=fr)?

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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


[Bug 1036934] Re: package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2012-08-15 Thread Serge Hallyn
Thanks for submitting this bug.  Could you please pos tyour slapd
configuration file?

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

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

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

Title:
  package slapd 2.4.28-1.1ubuntu4.1 failed to install/upgrade:
  ErrorMessage: le sous-processus script post-installation installé a
  retourné une erreur de sortie d'état 1

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

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


[Bug 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-15 Thread Serge Hallyn
It would seem to me that /etc/resolvconf/update.d/dnscache should, after
line 27,

mkdir -p ${ETCRESOLVCONF}/run

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

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

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1034098] Re: package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-15 Thread Serge Hallyn
The bug is in a file actually shipped with resolvconf - changing the
affected package.

** Package changed: bind9 (Ubuntu) = resolvconf (Ubuntu)

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

Title:
  package bind9 1:9.8.1.dfsg.P1-4ubuntu0.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1032339] Re: package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-08-15 Thread Serge Hallyn
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Could you please provide the following information:
 * content of /var/log/daemon.log related to mysql processes:
/var/log/daemon.log
grep -i mysql /var/log/syslog
 * apparmor audit messages related to mysqld. The output of the command:
   grep audit /var/log/kern.log
 * mysqld apparmor profile and abstraction:
/etc/apparmor.d/usr.sbin.mysqld
/etc/apparmor.d/abstractions/mysqld
 * list of mysqld apparmor profiles:
ls -l /etc/apparmor.d/usr.sbin.mysqld*
 * mysql configuration stripped of private information (such as password):
/etc/mysql/my.cnf
 * extra mysql configuration from the conf.d directory:
/etc/mysql/conf.d/
 * directory listing of mysql datadir (by default /var/lib/mysql):
sudo ls -l /var/lib/mysql

** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Incomplete

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

Title:
  package mysql-server-5.1 5.1.63-0ubuntu0.11.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/1032339/+subscriptions

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


[Bug 1035995] Re: package swift (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/swift', which is also in package python-swiftclient 1:1.1.1-0ubuntu1

2012-08-15 Thread Serge Hallyn
Thanks for reporting this bug.

Your swift package appears to be out of date.   The /usr/bin/swift
client was moved from there to python-swiftclient on Aug 7.  Could you
update your system (sudo apt-get update  sudo apt-get -y dist-
upgrade), then re-try installation of python-swiftclient?

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

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

Title:
  package swift (not installed) failed to install/upgrade: trying to
  overwrite '/usr/bin/swift', which is also in package python-
  swiftclient 1:1.1.1-0ubuntu1

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

-- 
Ubuntu-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 1037037] Re: etckeeper not working on Precise

2012-08-15 Thread Phil Dobbin
On 15/08/12 22:27, Serge Hallyn wrote:

 Thanks for submitting this bug.
 
 Could you, as root, do
 
   cd /etc
   bzr log  | less
 
 and tell us if and when entries have been made?  Make a change, then do
 it again, and check whether there is a new entry?  For instance, I
 created a new machine, installed etckeeper, then bzr log showed only the
 single revision.  Then I did
 
   apt-get -y install qemu-kvm
 
 (which updates /etc/group among others)
 
 then did cd /etc; bzr log again (as root), and saw a new revision.
 
 If that's not happending for you, there is definately a bug.
 
 ** Changed in: etckeeper (Ubuntu)
Importance: Undecided = High
 
 ** Changed in: etckeeper (Ubuntu)
Status: New = Incomplete

Hi, Serge.

less's output is:

`revno: 1
committer: root root@ubuntustar
branch nick: ubuntustar /etc repository
timestamp: Fri 2012-08-10 20:07:27 +0100
message:
  Initial commit`

As you can see by the date that was five days ago  I install all
updates after the cron job job finds any each morning.

Also I ran `sudo apt-get install libboost-dev` successfully just before
the above less output was sent to STDOUT.

Cheers,

  Phil...

-- 
currently (ab)using
CentOS 6.2, Debian Squeeze, Fedora Beefy, OS X Snow Leopard, Ubuntu Precise

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

Title:
  etckeeper not working on Precise

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

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


[Bug 1037331] [NEW] lxc-create should clear the cache when interrupted

2012-08-15 Thread Mark Mims
Public bug reported:

hallyn if you interrupt lxc-create, it *will* clear out the container.
but not the cache

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

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

Title:
  lxc-create should clear the cache when interrupted

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

-- 
Ubuntu-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 1037037] Re: etckeeper not working on Precise

2012-08-15 Thread Phil Dobbin
On 15/08/12 22:27, Serge Hallyn wrote:

 Thanks for submitting this bug.
 
 Could you, as root, do
 
   cd /etc
   bzr log  | less
 
 and tell us if and when entries have been made?  Make a change, then do
 it again, and check whether there is a new entry?  For instance, I
 created a new machine, installed etckeeper, then bzr log showed only the
 single revision.  Then I did
 
   apt-get -y install qemu-kvm
 
 (which updates /etc/group among others)
 
 then did cd /etc; bzr log again (as root), and saw a new revision.
 
 If that's not happending for you, there is definately a bug.
 
 ** Changed in: etckeeper (Ubuntu)
Importance: Undecided = High
 
 ** Changed in: etckeeper (Ubuntu)
Status: New = Incomplete

Sorry. My mistake. If I run `#apt-get install qemu-kvm` I now see:

`revno: 2
committer: Phil Dobbin bukowskis...@gmail.com
branch nick: ubuntustar /etc repository
timestamp: Wed 2012-08-15 23:37:16 +0100
message:
  committing changes in /etc after apt run

  Package changes:
  +bridge-utils 1.5-2ubuntu6
  +cpu-checker 0.7-0ubuntu1
  +kvm-ipxe 1.0.0+git-3.55f6c88-0ubuntu1
  +libaio1 0.3.109-2ubuntu1
  +librados2 0.41-1ubuntu2.1
  +librbd1 0.41-1ubuntu2.1
  +msr-tools 1.2-3
  +qemu-common 1.0+noroms-0ubuntu14.1
  +qemu-kvm 1.0+noroms-0ubuntu14.1
  +qemu-utils 1.0+noroms-0ubuntu14.1
  +seabios 0.6.2-0ubuntu2.1
  +vgabios 0.6c-2ubuntu3`

Just dumb luck ( not a little dumb in general) on my part: I'd seen all
other distros updating something that obviously had impacted something
in `/etc/` but for the last five days this hadn't been the case on Precise.

Extremely sorry to waste your time. Apologies.

Cheers,

  Phil...

-- 
currently (ab)using
CentOS 6.2, Debian Squeeze, Fedora Beefy, OS X Snow Leopard, Ubuntu Precise

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

Title:
  etckeeper not working on Precise

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

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


[Bug 1036571] Re: ImportError: No module named openstack_auth

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/horizon/quantal-folsom-
proposed

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

Title:
  ImportError: No module named openstack_auth

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

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


[Bug 1036571] Re: ImportError: No module named openstack_auth

2012-08-15 Thread Adam Gandelman
Still trying to figure out how best to handle the lessc dependency.  But
in the meantime, I've updated the package in the PPA to include the new
dependency and the relevant symlinking that you've described.  There
should be packages in the PPA soon that reflect these changes.  However,
I'm still getting an error on some panels that need
horizon/js/horizon.js:

UncompressableFileError: 'horizon/js/horizon.js' isn't accesible via
COMPRESS_URL ('/static/') and can't be compressed, referer:
http://nova.235.home.base/nova

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

Title:
  ImportError: No module named openstack_auth

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

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


[Bug 1037349] [NEW] Logging in or out of Horizon redirects to the web root instead of the application root.

2012-08-15 Thread Adam Gandelman
Public bug reported:

Moving the root of the WSGI app from / to /horizon with a simple
mod_wsgi config: http://paste.ubuntu.com/1149774/

The dashboard generally works okay, but the authentication actions
(login and logout) end up redirecting to pages relevant to /, not
/horizon.

Ie, logging in via server.com/horizon/ successfully logs me in but
redirects me to server.com/   Manually navigating to server.com/horizon
then redirects me to server.com/horizon/nova and I get the full
dashboard..  Similarly, logging out of the dashboard redirects me to
server.com/auth/login/ instead of server.com/horizon/auth/login.

Perhaps the django-openstack-auth needs to set its redirects relevant to
where the app is running?  Or is there a way to set this higher up in
the apache config or settings.py?

** Affects: horizon
 Importance: Undecided
 Status: New

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

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

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

Title:
  Logging in or out of Horizon redirects to the web root instead of the
  application root.

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

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


[Bug 1026680] Re: bacula director crashing whole system

2012-08-15 Thread Kate Stewart
** Also affects: bacula (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: bacula (Ubuntu Precise)
   Importance: Undecided = Critical

** Changed in: bacula (Ubuntu Precise)
Milestone: None = ubuntu-12.04.2

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

Title:
  bacula director crashing whole system

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

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


[Bug 1036571] Re: ImportError: No module named openstack_auth

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/horizon/precise-folsom-
proposed

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

Title:
  ImportError: No module named openstack_auth

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

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


[Bug 1030911] Re: traceback after install: No module named glanceclient.common

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/horizon/precise-folsom-
proposed

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

Title:
  traceback after install: No module named glanceclient.common

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

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


[Bug 1020313] Re: openstack-dashboard hijacks the web root

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/horizon/precise-folsom-
proposed

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

Title:
  openstack-dashboard hijacks the web root

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

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


[Bug 1037349] Re: Logging in or out of Horizon redirects to the web root instead of the application root.

2012-08-15 Thread Gabriel Hurley
This uses Django's standard login/logout redirect settings. You need to
change your local settings. This stackoverflow question is the right
direction: http://stackoverflow.com/questions/1036186/django-apache-
redirect-problem

** Changed in: horizon
   Status: New = Won't Fix

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

Title:
  Logging in or out of Horizon redirects to the web root instead of the
  application root.

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

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


[Bug 1033920] Re: Dashboard raises a ServiceCatalogException when attempting to download juju settings

2012-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/horizon/precise-essex-
proposed

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

Title:
  Dashboard raises a ServiceCatalogException when attempting to download
  juju settings

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-15 Thread kraig
Nothing concrete or that I can distribute unfortunately. I was able to
reproduce it with an infinitely long bi-direction iperf but right now I
am testing our internal web services under production level loads. I've
yet to reproduce the problem after loading the vhost_net module but i'll
need more time before I feel confident that it works.

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

Title:
  KVM images lose connectivity with bridged network

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

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


[Bug 1037331] Re: lxc-create should clear the cache when interrupted

2012-08-15 Thread Serge Hallyn
Thanks, Mark.

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

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

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

Title:
  lxc-create should clear the cache when interrupted

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

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


[Bug 1037331] Re: lxc-create should clear the cache when interrupted

2012-08-15 Thread Serge Hallyn
(To be clear, of course it should only clear the cache if interrupted
while filling in the cache)

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

Title:
  lxc-create should clear the cache when interrupted

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

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


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-15 Thread andrew bezella
we had 12.04 vms experiencing these hangs regularly (sometimes only
staying online for hours).  after enabling vhost_net there was a period
of weeks without issue but a few days one of them hung again with the
same (or very similar) symptoms.  an ifdown/ifup from within the guest
brought it back on the network.

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

Title:
  KVM images lose connectivity with bridged network

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

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