[Bug 690010] Re: RT_GROUP_SCHED kernel option makes JACK and Rtkit unusable in Ubuntu Natty

2013-01-26 Thread Artem Popov
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  RT_GROUP_SCHED kernel option makes JACK and Rtkit unusable in Ubuntu
  Natty

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

-- 
Ubuntu-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 1005440] Re: Could not load host key: /etc/ssh/ssh_host_ecdsa_key when connecting

2013-01-26 Thread Adrien Beau
I was affected by this bug too, using Ubuntu Server 12.04.1 LTS, with
openssh-server 1:5.9p1-5ubuntu1. Using the following command line solved
the issue:

sudo ssh-keygen -f /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa

I think it is important to note the following:

-- I did not install Ubuntu myself, it was automatically installed by my
dedicated hosting provider;

-- The install (or at least the SSH key generation) was performed from
an operating system booted and downloaded from the network (Debian 6.0.4
as far as I can tell);

-- The Ubuntu install has been slightly altered by my dedicated hosting
provider (nothing malicious, I checked that using debsums and diff;
mostly a couple additional proprietary hardware RAID administration
binaries in /sbin, a small monitoring framework in /usr/local, one
additional cron entry, and their very own Linux kernel).

So, I cannot say that the missing key is due to a bug in the openssh-
server install scripts (the openssh-server.postinst script looks fine to
me); I strongly suspect it is due to a bug in my hosting provider's
installation.

Michael Nagel, Kaizoku, did you install Ubuntu yourselves, or are you
using a version installed by a hosting provider?

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

Title:
  Could not load host key: /etc/ssh/ssh_host_ecdsa_key when connecting

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

-- 
Ubuntu-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 1106109] Re: Buffer overflow vulnerability in history.cgi

2013-01-26 Thread Juan Gonzalez
** Information type changed from Private Security to Public Security

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

Title:
  Buffer overflow vulnerability in history.cgi

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

-- 
Ubuntu-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 787091] Re: Unable to use USB device in KVM quest

2013-01-26 Thread Daniele Cruciani
there is a summary? short hint? a wiki?
On windows 7 image, without virtio, how does it could be used a usb stick? on 
ubuntu 12.10

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

Title:
  Unable to use USB device in KVM quest

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

-- 
Ubuntu-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 1100857] Re: Init script does not support status command

2013-01-26 Thread Clayton Kramer
Yes. I tested the new init from Raring and it works great. It would be
great if we could get this patch into LTS backports. Thanks!

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

Title:
  Init script does not support status command

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

-- 
Ubuntu-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 1028470] Re: apache2+ssl hangs on high load

2013-01-26 Thread Evgeny Anisiforov
I have made some further experiments:
the bug is still occuring with the latest updates.

I have traced the problem down to the main apache functions. It is not a 
mod_ssl issue!
What is actually happening, is that due to a2enmod ssl, the server have to 
listen on two ports: 80 and 443. This activates AcceptMutex to synchronize 
running processes. And here some problem occures under Ubuntu 12.04

So an alternative way to reproduce is:
$ a2dismod ssl
$ echo Listen 81  /etc/apache2/ports.conf
$ service apache2 restart
$ ab -c 1000 -n 5000 http://localhost/

Changing the AcceptMutex config option causes different results. For example 
with:
AcceptMutex posixsem
i get all 5000 requests done without error. Then trying to run ab again causes 
apache to stop accepting requests.

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

Title:
  apache2+ssl hangs on high load

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

-- 
Ubuntu-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 1105411] Re: apache2 default conf file contains Listen directive

2013-01-26 Thread Bug Watch Updater
** Changed in: apache2 (Debian)
   Status: New = Fix Released

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

Title:
  apache2 default conf file contains Listen directive

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

-- 
Ubuntu-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 1100096] Re: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2013-01-26 Thread Nate Muench (Mink)
For the record, I added a comment to my proposal, so that whoever
reviews it, needs to add the patch to the proposal (and probably rename
the patch)

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

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1100096/+subscriptions

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