[Bug 1152378] [NEW] FTBFS on 3.5.0-25-generic

2013-03-07 Thread Ahmed Kamal
Public bug reported:

open-vm-tools fail to build on the new kernel for precise
(3.5.0-25-generic)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Fri Mar  8 02:46:40 2013
InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release amd64 
(20130120)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: open-vm-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (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 open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1152378

Title:
  FTBFS on 3.5.0-25-generic

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


Deploying modern web apps (apt vs pip/rvm)

2013-01-15 Thread Ahmed Kamal
Hi there,

We're building (and deploying) a large scale app (python+rails+mongodb) and
others. Now developers are running rampant install python dependencies from
pip, and ruby stuff with rvm...etc. Some of the packages needed, are in apt
repos, some are older versions, and some are not there at all.

Now I'd like to pick the pool of expertise here:
- Where do we draw the line, between using OS packages vs pip/rvm
- How do we best ensure same environment on dev env, vs production env
- What are the best practices here

Thanks for sharing
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: [Bug 1094019] Re: Linux's getdents gets /.. inode number from host system under LXC

2013-01-02 Thread Ahmed Kamal
Hi Serge,

You need to compile the C code on
http://www.kernel.org/doc/man-pages/online/pages/man2/getdents.2.html
and run it to see this issue. It's getdent sys-call that sees different
numbers. Please confirm


On Wed, Jan 2, 2013 at 6:10 PM, Serge Hallyn 1094...@bugs.launchpad.netwrote:

 Nor can I reproduce it on a precise instance running 3.2.0-35-virtual
 #55-Ubuntu:

 ubuntu@p1:~$ ls -lid / /..
 139754 drwxr-xr-x 22 root root 4096 Jan  2 16:09 /
 139754 drwxr-xr-x 22 root root 4096 Jan  2 16:09 /..


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

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

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

 Title:
   Linux's getdents gets /.. inode number from host system under LXC

 Status in “lxc” package in Ubuntu:
   New

 Bug description:
   Calling getdents on / gets the host system's inode number for /..,
 which is different from /. unlike real (non lxc) systems.
   This causes flexlm to fail

   More info at http://foss-boss.blogspot.com/2012/12/LXC-lies-about
   -..-inode-number-making-flexlm-unhappy.html

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: lxc 0.7.5-3ubuntu65
   ProcVersionSignature: User Name 3.2.0-34.53-virtual 3.2.33
   Uname: Linux 3.2.0-34-virtual x86_64
   ApportVersion: 2.0.1-0ubuntu15
   Architecture: amd64
   Date: Thu Dec 27 13:13:46 2012
   Ec2AMI: ami-2737b74e
   Ec2AMIManifest: (unknown)
   Ec2AvailabilityZone: us-east-1d
   Ec2InstanceType: t1.micro
   Ec2Kernel: aki-825ea7eb
   Ec2Ramdisk: unavailable
   KernLog:

   MarkForUpload: True
   ProcEnviron:
TERM=xterm
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: lxc
   UpgradeStatus: No upgrade log present (probably fresh install)
   lxcsyslog:

   modified.conffile..etc.lxc.lxc.conf: [modified]
   mtime.conffile..etc.lxc.lxc.conf: 2012-12-04T17:17:14.072195

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


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

Title:
  Linux's getdents gets /.. inode number from host system under LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1094019/+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 1094019] Re: Linux's getdents gets /.. inode number from host system under LXC

2013-01-02 Thread Ahmed Kamal
Ok I see, will use block backed lxc then. Thanks


On Wed, Jan 2, 2013 at 6:32 PM, Serge Hallyn 1094...@bugs.launchpad.netwrote:

 Ok, sorry, I see now.  Yes i can reproduce this with getdents of course.

 This has nothing to do with lxc lying, and yes if you need to work
 around this you'll need to use blockdev-backed rootfs for the
 containers.

 The container is set up with the tasks pivot_root'd into the container's
 /, which in your case is a bind mount.  Resolution of '..' respects the
 fact that the /var/lib/lxc/container/rootfs should be root, and returns
 itself.  However, there is only one actual directory entry for
 /var/lib/lxc/container/rootfs in all the kernel, and it's '..'
 (d_parent) points to /var/lib/lxc/container.  Lxc can't do anything
 about that.  The kernel's flexible mounts, bind mounts, and mounts
 namespaces provide different *views* of the filesystems, don't change
 what is in the actual filesystems.

 ** Changed in: lxc (Ubuntu)
Status: New = Won't Fix

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

 Title:
   Linux's getdents gets /.. inode number from host system under LXC

 Status in “lxc” package in Ubuntu:
   Won't Fix

 Bug description:
   Calling getdents on / gets the host system's inode number for /..,
 which is different from /. unlike real (non lxc) systems.
   This causes flexlm to fail

   More info at http://foss-boss.blogspot.com/2012/12/LXC-lies-about
   -..-inode-number-making-flexlm-unhappy.html

   ProblemType: Bug
   DistroRelease: Ubuntu 12.04
   Package: lxc 0.7.5-3ubuntu65
   ProcVersionSignature: User Name 3.2.0-34.53-virtual 3.2.33
   Uname: Linux 3.2.0-34-virtual x86_64
   ApportVersion: 2.0.1-0ubuntu15
   Architecture: amd64
   Date: Thu Dec 27 13:13:46 2012
   Ec2AMI: ami-2737b74e
   Ec2AMIManifest: (unknown)
   Ec2AvailabilityZone: us-east-1d
   Ec2InstanceType: t1.micro
   Ec2Kernel: aki-825ea7eb
   Ec2Ramdisk: unavailable
   KernLog:

   MarkForUpload: True
   ProcEnviron:
TERM=xterm
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: lxc
   UpgradeStatus: No upgrade log present (probably fresh install)
   lxcsyslog:

   modified.conffile..etc.lxc.lxc.conf: [modified]
   mtime.conffile..etc.lxc.lxc.conf: 2012-12-04T17:17:14.072195

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


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

Title:
  Linux's getdents gets /.. inode number from host system under LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1094019/+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 1094019] [NEW] Linux's getdents gets /.. inode number from host system under LXC

2012-12-27 Thread Ahmed Kamal
Public bug reported:

Calling getdents on / gets the host system's inode number for /.., which is 
different from /. unlike real (non lxc) systems.
This causes flexlm to fail

More info at http://foss-boss.blogspot.com/2012/12/LXC-lies-about
-..-inode-number-making-flexlm-unhappy.html

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lxc 0.7.5-3ubuntu65
ProcVersionSignature: User Name 3.2.0-34.53-virtual 3.2.33
Uname: Linux 3.2.0-34-virtual x86_64
ApportVersion: 2.0.1-0ubuntu15
Architecture: amd64
Date: Thu Dec 27 13:13:46 2012
Ec2AMI: ami-2737b74e
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1d
Ec2InstanceType: t1.micro
Ec2Kernel: aki-825ea7eb
Ec2Ramdisk: unavailable
KernLog:
 
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lxc
UpgradeStatus: No upgrade log present (probably fresh install)
lxcsyslog:
 
modified.conffile..etc.lxc.lxc.conf: [modified]
mtime.conffile..etc.lxc.lxc.conf: 2012-12-04T17:17:14.072195

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


** Tags: amd64 apport-bug ec2-images precise

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

Title:
  Linux's getdents gets /.. inode number from host system under LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1094019/+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 1011600] [NEW] LXC nesting broken, installing lxc package breaks under guest

2012-06-11 Thread Ahmed Kamal
Public bug reported:

I would like to run nested LXC guests. It seems this was working as per
http://www.stgraber.org/2012/05/04/lxc-in-ubuntu-12-04-lts/  container
nesting section


On a fully updated 12.04 LXC guest, trying to apt-get install lxc, breaks as so:


Unpacking lxc (from .../lxc_0.7.5-3ubuntu56_amd64.deb) ...
Selecting previously unselected package openssl.
Unpacking openssl (from .../openssl_1.0.1-4ubuntu5.2_amd64.deb) ...

dpkg: error processing 
/var/cache/apt/archives/openssl_1.0.1-4ubuntu5.2_amd64.deb (--unpack):
 trying to overwrite '/etc/ssl/certs', which is also in package euca2ools 
2.0.0~bzr516-0ubuntu3

Selecting previously unselected package python-crypto.
Unpacking python-crypto (from .../python-crypto_2.4.1-1_amd64.deb) ...
Selecting previously unselected package python-paramiko.
Unpacking python-paramiko (from .../python-paramiko_1.7.7.1-2_all.deb) ...
Selecting previously unselected package python-yaml.
Unpacking python-yaml (from .../python-yaml_3.10-2_amd64.deb) ...
Selecting previously unselected package cgroup-lite.
Unpacking cgroup-lite (from .../cgroup-lite_1.1_all.deb) ...
Selecting previously unselected package cloud-utils.
Unpacking cloud-utils (from .../cloud-utils_0.25-0ubuntu5_all.deb) ...
Selecting previously unselected package debootstrap.
Unpacking debootstrap (from .../debootstrap_1.0.39ubuntu0.1_all.deb) ...
Processing triggers for ureadahead ...
Errors were encountered while processing:
 /var/cache/apt/archives/openssl_1.0.1-4ubuntu5.2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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


** Tags: cloud lxc nesting

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

Title:
  LXC nesting broken, installing lxc package breaks under guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1011600/+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 1011603] [NEW] LXC-unshare network namespace segfaulting

2012-06-11 Thread Ahmed Kamal
Public bug reported:

root@ubuntu:~# lxc-unshare -s NETWORK
root@ubuntu:~# tail -1 /var/log/syslog 
Jun 11 14:54:07 ubuntu kernel: [ 9386.305870] lxc-unshare[21539]: segfault at 0 
ip 7f0fc03aea52 sp 7fff63819f00 error 4 in 
libc-2.15.so[7f0fc02f+1b3000]

and is not creating a new network namespace

** 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/1011603

Title:
  LXC-unshare network namespace segfaulting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1011603/+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 1011600] Re: LXC nesting broken, installing lxc package breaks under guest

2012-06-11 Thread Ahmed Kamal
apparmor was disabled from host system to the best of my knowledge :)

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

Title:
  LXC nesting broken, installing lxc package breaks under guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1011600/+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 873301] [NEW] Package XSpice Xorg server with spice support

2011-10-13 Thread Ahmed Kamal
Public bug reported:

Please package xspice (an Xorg server with spice support)
http://www.spice-space.org/download.html#XSpice
http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/tree/README.xspice

sorry if this is more xorg related than kvm related ?

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

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

Title:
  Package XSpice Xorg server with spice support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/873301/+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: ServerGuide reviewers needed

2011-10-07 Thread Ahmed Kamal
Great! I think you already contributed for 11.10, and I'm glad you're 
happy to do it again for 12.04. I'll send out 12.04 emails once I get 
started on that


On 10/07/2011 07:50 PM, Leo Jackson wrote:

Ahmed,

I would like to help if possible, and be on the team.

Regards,
Leo Jackson

*From:* Ahmed Kamal k...@ubuntu.com
*To:* Peter Matulis peter.matu...@canonical.com
*Cc:* ubuntu-server@lists.ubuntu.com
*Sent:* Friday, October 7, 2011 12:48 PM
*Subject:* Re: ServerGuide reviewers needed

On 10/07/2011 06:11 PM, Peter Matulis wrote:
 On 11-09-13 09:44 AM, Ahmed Kamal wrote:

 As you know Adam the maintainer of the serverguide had stepped down.
 I'm trying to assemble a team of server oriented folks who are
 interested in reviewing the Ubuntu server guide (making sure all the
 info inside is fresh and accurate), this is only part of it, the team
 would also work on creating a fresh chapter on UbuntuCloud
 (openstack+orchestra+Ensemble).

 If you are interested, please raise your hand

 Cheers

 Wow, I have been bombarded with interested contributors!
 Will we use the same model for the next release?

Hi Peter, absolutely! 12.04 is an LTS and I'd love to see our server
docs in top shape. We'll even have more time in our hands to write more
new content and to elaborate on topics that could use more details. If
anyone in the community is interested in owning this project for
12.04, let me know

cheers

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com mailto:ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam




-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed (some final chapters need adoption)

2011-10-07 Thread Ahmed Kamal

Got confirmations from:
- twirrim (MySQL)
- Koolhead17 (etckeeper)

I will consider other chapters to be *orphaned* .. That is, if you'd 
like to save the world, please step up, write your name besides one of 
those chapters (as listed on http://pad.ubuntu.com/serverguide ) and 
start reviewing.


Thanks a lot

On 10/05/2011 03:46 PM, Ahmed Kamal wrote:

Calling out to:

- Christophe.sauthier (Package Management)
- javiplx (Kerberos, Kerberos and Ldap)
- guillaume-espanel (Monitoring)
- twirrim (MySQL)
- stefan-pynappels (LAMP overview)
- guillaume-espanel (Backups)
- Koolhead17 (etckeeper)

Everyone listed above has some review chapters that are listed as 
TODO, or INPROGRESS. Since we're a week away from release, can 
everyone of you please update the status on 
http://pad.ubuntu.com/serverguide ASAP


and also to please reply to me by email (within 24hours) that you're 
still interested (or not) in working on that


Thanks a lot, a lot of great work has been done, let's keep pushing
Cheers

On 09/27/2011 12:38 PM, Ahmed Kamal wrote:

On 09/13/2011 03:44 PM, Ahmed Kamal wrote:

On 08/18/2011 01:49 PM, Ahmed Kamal wrote:

On 08/17/2011 06:33 PM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped 
down. I'm trying to assemble a team of server oriented folks who 
are interested in reviewing the Ubuntu server guide (making sure 
all the info inside is fresh and accurate), this is only part of 
it, the team would also work on creating a fresh chapter on 
UbuntuCloud (openstack+orchestra+Ensemble).


If you are interested, please raise your hand

Cheers

Wow, I have been bombarded with interested contributors! Thanks to 
everyone who replied offering to contribute, this is how we Ubuntu 
people get things done! For everyone wanting to contribute, here 
is what you need to do:


- Visit: http://pad.ubuntu.com/serverguide
- Pick a sub-chapter you would like to review, add your launchpad 
name to the end and change status from TODO to INPROGRESS
  Example: 4.2TCP/IP (TODO) would become 4.2 TCP/IP 
(INPROGRESS)(YOUR-LP-NAME)
- That pad page also has instructions on how to grab the 
serverguide and work with it
- If you've never used bzr before, this tutorial can be useful: 
http://doc.bazaar.canonical.com/latest/en/mini-tutorial/
- If you need any help, ping me kim0 on irc. I hang out on 
#ubuntu-server or #ubuntu-cloud. Or shoot me an email


Note: While we've broken down the work items by sub-chapter, I 
would like to encourage you to own a full chapter since that should 
help with consistency


Thanks again for offering to help, we have a limited time frame 
till 11.10 is released, so your prompt contributions are very 
welcome. Let's start crunching





Hi Team,

We are almost half way through this month. My soft goal is to have 
all chapters in a merge proposal by end of this month. If you're 
interested in a nice graphical representation of approximately where 
we are, please check this out

http://cloud.ubuntu.com/2011/09/serverguide-review-progress/

- If you'd like to help with this effort, your help is needed and 
time is not on our side. Please do adopt a chapter on 
http://pad.ubuntu.com/serverguide all instructions are already on 
that page


- If you already adopted a chapter, kindly update your chapters' 
status to one of:

  * TODO: Someone needs to adopt this
  * TODO + YourName : I am planning to review this sub-chapter. It 
will be ready for a merge proposal by end of this month

  * INPROGRESS: I am already on it, will be ready by end of month
  * PROPOSED: Merge proposal filed
  * DONE: Merged

Cheers



Hi again,

Oneiric is approaching *fast*. Please visit 
http://pad.ubuntu.com/serverguide and update your chapters' review 
status. Thanks a lot for everyone who has contributed to improving 
the serverguide. As usual, if you think you cannot review your 
chapters before 1st Oct, please consider reverting its status to TODO


Thanks








-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed

2011-10-05 Thread Ahmed Kamal

Calling out to:

- Christophe.sauthier (Package Management)
- javiplx (Kerberos, Kerberos and Ldap)
- guillaume-espanel (Monitoring)
- twirrim (MySQL)
- stefan-pynappels (LAMP overview)
- guillaume-espanel (Backups)
- Koolhead17 (etckeeper)

Everyone listed above has some review chapters that are listed as TODO, 
or INPROGRESS. Since we're a week away from release, can everyone of you 
please update the status on http://pad.ubuntu.com/serverguide ASAP


and also to please reply to me by email (within 24hours) that you're 
still interested (or not) in working on that


Thanks a lot, a lot of great work has been done, let's keep pushing
Cheers

On 09/27/2011 12:38 PM, Ahmed Kamal wrote:

On 09/13/2011 03:44 PM, Ahmed Kamal wrote:

On 08/18/2011 01:49 PM, Ahmed Kamal wrote:

On 08/17/2011 06:33 PM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped 
down. I'm trying to assemble a team of server oriented folks who 
are interested in reviewing the Ubuntu server guide (making sure 
all the info inside is fresh and accurate), this is only part of 
it, the team would also work on creating a fresh chapter on 
UbuntuCloud (openstack+orchestra+Ensemble).


If you are interested, please raise your hand

Cheers

Wow, I have been bombarded with interested contributors! Thanks to 
everyone who replied offering to contribute, this is how we Ubuntu 
people get things done! For everyone wanting to contribute, here is 
what you need to do:


- Visit: http://pad.ubuntu.com/serverguide
- Pick a sub-chapter you would like to review, add your launchpad 
name to the end and change status from TODO to INPROGRESS
  Example: 4.2TCP/IP (TODO) would become 4.2 TCP/IP 
(INPROGRESS)(YOUR-LP-NAME)
- That pad page also has instructions on how to grab the serverguide 
and work with it
- If you've never used bzr before, this tutorial can be useful: 
http://doc.bazaar.canonical.com/latest/en/mini-tutorial/
- If you need any help, ping me kim0 on irc. I hang out on 
#ubuntu-server or #ubuntu-cloud. Or shoot me an email


Note: While we've broken down the work items by sub-chapter, I would 
like to encourage you to own a full chapter since that should help 
with consistency


Thanks again for offering to help, we have a limited time frame till 
11.10 is released, so your prompt contributions are very welcome. 
Let's start crunching





Hi Team,

We are almost half way through this month. My soft goal is to have 
all chapters in a merge proposal by end of this month. If you're 
interested in a nice graphical representation of approximately where 
we are, please check this out

http://cloud.ubuntu.com/2011/09/serverguide-review-progress/

- If you'd like to help with this effort, your help is needed and 
time is not on our side. Please do adopt a chapter on 
http://pad.ubuntu.com/serverguide all instructions are already on 
that page


- If you already adopted a chapter, kindly update your chapters' 
status to one of:

  * TODO: Someone needs to adopt this
  * TODO + YourName : I am planning to review this sub-chapter. It 
will be ready for a merge proposal by end of this month

  * INPROGRESS: I am already on it, will be ready by end of month
  * PROPOSED: Merge proposal filed
  * DONE: Merged

Cheers



Hi again,

Oneiric is approaching *fast*. Please visit 
http://pad.ubuntu.com/serverguide and update your chapters' review 
status. Thanks a lot for everyone who has contributed to improving the 
serverguide. As usual, if you think you cannot review your chapters 
before 1st Oct, please consider reverting its status to TODO


Thanks




-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed

2011-09-27 Thread Ahmed Kamal

On 09/13/2011 03:44 PM, Ahmed Kamal wrote:

On 08/18/2011 01:49 PM, Ahmed Kamal wrote:

On 08/17/2011 06:33 PM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped down. 
I'm trying to assemble a team of server oriented folks who are 
interested in reviewing the Ubuntu server guide (making sure all the 
info inside is fresh and accurate), this is only part of it, the 
team would also work on creating a fresh chapter on UbuntuCloud 
(openstack+orchestra+Ensemble).


If you are interested, please raise your hand

Cheers

Wow, I have been bombarded with interested contributors! Thanks to 
everyone who replied offering to contribute, this is how we Ubuntu 
people get things done! For everyone wanting to contribute, here is 
what you need to do:


- Visit: http://pad.ubuntu.com/serverguide
- Pick a sub-chapter you would like to review, add your launchpad 
name to the end and change status from TODO to INPROGRESS
  Example: 4.2TCP/IP (TODO) would become 4.2 TCP/IP 
(INPROGRESS)(YOUR-LP-NAME)
- That pad page also has instructions on how to grab the serverguide 
and work with it
- If you've never used bzr before, this tutorial can be useful: 
http://doc.bazaar.canonical.com/latest/en/mini-tutorial/
- If you need any help, ping me kim0 on irc. I hang out on 
#ubuntu-server or #ubuntu-cloud. Or shoot me an email


Note: While we've broken down the work items by sub-chapter, I would 
like to encourage you to own a full chapter since that should help 
with consistency


Thanks again for offering to help, we have a limited time frame till 
11.10 is released, so your prompt contributions are very welcome. 
Let's start crunching





Hi Team,

We are almost half way through this month. My soft goal is to have all 
chapters in a merge proposal by end of this month. If you're 
interested in a nice graphical representation of approximately where 
we are, please check this out

http://cloud.ubuntu.com/2011/09/serverguide-review-progress/

- If you'd like to help with this effort, your help is needed and time 
is not on our side. Please do adopt a chapter on 
http://pad.ubuntu.com/serverguide all instructions are already on that 
page


- If you already adopted a chapter, kindly update your chapters' 
status to one of:

  * TODO: Someone needs to adopt this
  * TODO + YourName : I am planning to review this sub-chapter. It 
will be ready for a merge proposal by end of this month

  * INPROGRESS: I am already on it, will be ready by end of month
  * PROPOSED: Merge proposal filed
  * DONE: Merged

Cheers



Hi again,

Oneiric is approaching *fast*. Please visit 
http://pad.ubuntu.com/serverguide and update your chapters' review 
status. Thanks a lot for everyone who has contributed to improving the 
serverguide. As usual, if you think you cannot review your chapters 
before 1st Oct, please consider reverting its status to TODO


Thanks
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: building a list of KVM workloads

2011-09-14 Thread Ahmed Kamal

On 09/14/2011 04:14 PM, Ahmed Kamal wrote:

On Wed 14 Sep 2011 03:44:10 PM EET, Serge E. Hallyn wrote:

Quoting jurgen.depic...@let.be (jurgen.depic...@let.be):

From: Serge E. Hallynserge.hal...@canonical.com
To: ubuntu-serverubuntu-server@lists.ubuntu.com
Cc: jurgen.depic...@let.be, Mark Mimsmark.m...@canonical.com
Date: 13/09/2011 17:07
Subject: Re: building a list of KVM workloads

Thanks, guys.  Unfortunately I'm having a harder time thinking through
how to properly classify these by characteristics.  Here is an

inadequate

attempt:

   * source code hosting (github, gitosis, etc)
 - characteristics?
   * checkpointable (i.e. Mark's single point backup gitosis vms)
 - qcow2 or qed based for snapshotting?
   * web hosting
 - characteristics?
   * Network performance (hard to generalize)
 - vpn
 - various appliation layer/tiers
 - characteristics?
   * db hosting
 - characteristics?
   * desktop virtualization
 - ideally, using spice?

Yes, but i haven't tried yet since installation is not 'standard' yet.
http://www.linux-kvm.com/content/spice-ubuntu-wiki-available


 - should survive unexpected host reboots?

This is something REALLY important which, as far as i know, is better
managed with RedHat too :-(.  I nearly died when I accidentally typed
'reboot' in the wrong terminal (after which i installed molly-guard
everywhere) and when i noticed there was no clean shutdown of the 
guests;


Note that as of very recently, all your libvirt-managed VMs at least
should cleanly shut down before the host finishes shutting down.

Though I was thinking more of using caching and journaled filesystems,
and perhaps even the fs on the host.


more even: that reboot corrupted some of the running windows-Vms...
I did some research on that, but didn't find time to properly 
synthetise

it and implement the stuff I found (basically, the init scripts used in
redhat as far as i remember).
https://exain.wordpress.com/2009/05/22/auto-shutdown-kvm-virtual-machines-on-system-shutdown/ 


http://www.linux-kvm.com/content/stop-script-running-vms-using-virsh
https://help.ubuntu.com/community/KVM/Managing#Suspend%20and%20resume%20a%20Virtual%20Machine 




   * windows workloads ?
 - characteristics?

I'll probably put these up on the wiki soon so we can all edit, but in
the meantime if you have any suggestions for improving the grouping or
filling in characteristics, please speak up.


I noticed that most of my load is due to cpu wait: disk IO I guess.  
Most

troubles with too much 'wait' are due to windows VMs.

All my VMs use qcow2.  There is an option, when you create the disk 
images


When running kvm by hand, I almost always use raw.  The vm-tools which I
use very frequently use qcow2.  It's worth publicizing some (new) 
measurements
of performance with qcow, qed, and raw (both raw backing file and raw 
LVM
partition), upon which results we can base recommendations for these 
workloads.


Any votes for which benchmark to use?

Likewise, something like kernbench on two identical VMs, one with 
swap, and

one without, would be interesting.  Heck, memory and smp configurations,
smp=1/2/4/8 and -m 256,512,1024 would be intereseting.  Though we'll 
ignore
what I've used before, having -m 4096 and doing all work in tmpfs :)  
That

was nice and quick.

Finally, virtio and fake scsi might have some different effects on 
the usual
filesystems, so maybe we should compare xfs, jfs, ext4, ext3, and 
ext2 with

each.

That's getting to be a lot of things to measure, especially without an
automated system to do system 
install/setup/test/compile-resultscough, but

heck, we'll see if I end up re-writing one  :)

manually, to 'preallocate', which is supposed to increase the 
performance

a lot: -o preallocation=metadata :
 From KVM I/O slowness on RHEL 6
http://www.ilsistemista.net/index.php/virtualization/11-kvm-io-slowness-on-rhel-6.html 



Hm, this would be worth measuring and publicizing as a part of this.  I
always choose not to preallocate, and use cache=none.  Just how much
does performance change (in both directions) when I do preallcoate, or
use cache=writeback?

So, if you are using Red Hat Enterprise Linux or Fedora Linux as the 
host

operating system for you virtualization server and you plan to use the
QCOW2 format, remember to manually create preallocated virtual disk 
files
and to use a “none” cache policy (you can also use a “write-back” 
policy,

but be warned that your guests will be more prone to data loss).
If you can confirm this article, then I guess this should be a default
option when creating disk images from the GUI VMManager


If we can tie the results for certain configurations to particular 
workloads,

then we could perhaps go a bit further.

thanks,
-serge





I haven't been following this thread closely, but my understanding is 
that we're after testing KVM in lots of different situations? If that is 
something that can benefit from community contribution

Re: ServerGuide reviewers needed

2011-09-13 Thread Ahmed Kamal

On 08/18/2011 01:49 PM, Ahmed Kamal wrote:

On 08/17/2011 06:33 PM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped down. 
I'm trying to assemble a team of server oriented folks who are 
interested in reviewing the Ubuntu server guide (making sure all the 
info inside is fresh and accurate), this is only part of it, the team 
would also work on creating a fresh chapter on UbuntuCloud 
(openstack+orchestra+Ensemble).


If you are interested, please raise your hand

Cheers

Wow, I have been bombarded with interested contributors! Thanks to 
everyone who replied offering to contribute, this is how we Ubuntu 
people get things done! For everyone wanting to contribute, here is 
what you need to do:


- Visit: http://pad.ubuntu.com/serverguide
- Pick a sub-chapter you would like to review, add your launchpad name 
to the end and change status from TODO to INPROGRESS
  Example: 4.2TCP/IP (TODO) would become 4.2 TCP/IP 
(INPROGRESS)(YOUR-LP-NAME)
- That pad page also has instructions on how to grab the serverguide 
and work with it
- If you've never used bzr before, this tutorial can be useful: 
http://doc.bazaar.canonical.com/latest/en/mini-tutorial/
- If you need any help, ping me kim0 on irc. I hang out on 
#ubuntu-server or #ubuntu-cloud. Or shoot me an email


Note: While we've broken down the work items by sub-chapter, I would 
like to encourage you to own a full chapter since that should help 
with consistency


Thanks again for offering to help, we have a limited time frame till 
11.10 is released, so your prompt contributions are very welcome. 
Let's start crunching





Hi Team,

We are almost half way through this month. My soft goal is to have all 
chapters in a merge proposal by end of this month. If you're interested 
in a nice graphical representation of approximately where we are, please 
check this out

http://cloud.ubuntu.com/2011/09/serverguide-review-progress/

- If you'd like to help with this effort, your help is needed and time 
is not on our side. Please do adopt a chapter on 
http://pad.ubuntu.com/serverguide all instructions are already on that page


- If you already adopted a chapter, kindly update your chapters' status 
to one of:

  * TODO: Someone needs to adopt this
  * TODO + YourName : I am planning to review this sub-chapter. It will 
be ready for a merge proposal by end of this month

  * INPROGRESS: I am already on it, will be ready by end of month
  * PROPOSED: Merge proposal filed
  * DONE: Merged

Cheers
http://pad.ubuntu.com/serverguide
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed

2011-09-13 Thread Ahmed Kamal

On 09/13/2011 06:44 PM, a.gra...@gmail.com wrote:

Hi,

a generic question: how do I behave if I think the guide I'm reviewing
doesn't need any fix? I mean... do I mark it as DONE or something
else?

Thank you,

If you have reviewed a section and you believe all the information is 
correct and up to date, then yes please mark it as Done


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: ServerGuide reviewers needed

2011-09-01 Thread Ahmed Kamal
Awesome, welcome Leo. Be sure to check http://pad.ubuntu.com/serverguide 
and grab a chapter from there


On 09/01/2011 05:10 PM, Leo Jackson wrote:

Kim, and Server Doc Team,
I'm late to this party as well, but I grabed a few my login is (lajjr) 
https://launchpad.net/~lajjr https://launchpad.net/%7Elajjr

I will try to complete over this weekend then grab a few more.
Regards,
Leo Jackson
lajjr
*From:* Ahmed Kamal k...@ubuntu.com
*To:* ubuntu-server@lists.ubuntu.com
*Sent:* Thursday, September 1, 2011 8:05 AM
*Subject:* Re: ServerGuide reviewers needed

On 08/30/2011 09:31 PM, Stefan Sticht wrote:
 Hi Stefan,

 I just recently joined the review team myself and as far as I can 
see it we still need help.

 For a start have a look at:

 https://lists.ubuntu.com/archives/ubuntu-server/2011-August/005805.html

 Our soft-goal is to have all chapters reviewed till end of September.

 Thanks for your help!

 Stefan Sticht

 On 30 Aug 2011, at 13:24, Stefan Pynappels wrote:

 Hi,

 I know I'm a little late to this party, but I'd like to help too. 
I'll look at what still needs doing and get started as soon as 
possible, any guidance happily accepted.



Thanks Stefan^2 :) Rock on, if anyone need any help rolling this
forward, please ping me (kim0) on irc.
Thanks a lot

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com mailto:ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam






-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed

2011-08-24 Thread Ahmed Kamal

On 08/22/2011 09:09 PM, Scott Kitterman wrote:

On Monday, August 22, 2011 02:51:31 PM Paul wrote:

On 08/22/2011 04:00 AM, Scott Kitterman wrote:

On Monday, August 22, 2011 08:21:35 AM Ahmed Kamal wrote:

On 08/21/2011 09:31 PM, Paul Graydon wrote:

On 08/17/2011 06:33 AM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped down.
I'm trying to assemble a team of server oriented folks who are
interested in reviewing the Ubuntu server guide (making sure all the
info inside is fresh and accurate), this is only part of it, the team
would also work on creating a fresh chapter on UbuntuCloud
(openstack+orchestra+Ensemble).

If you are interested, please raise your hand

Cheers

Hi Ahmed,

Is there a general idea of what level we ought to be aiming the
documentation at?  There is a bunch of things that could be added to
the MySQL section, for example, without turning it into a full on
MySQL Guide (unless that's what we're aiming at?).  Currently it's
focussed along the lines of 'this is how you install it, start it and
a couple of minor tweaks'.  It could be filled out with brief
discussion of the different storage engines provided by the packages,
their strengths and weaknesses etc.  The approach seems to vary
between different sections of the documentation, and even within the
same chapter.  It would seem in general that the database section is
woefully lacking in detail compared to other chapters.

Paul

Hi everyone,

So I got two questions that I'd like to answer publicly

1- What is our deadline
2- What is the depth needed for the review

My answer is

1- I'm no docs expert, but I checked and Oneiric documentation string
freeze is Sep 15th. Allowing for 10 days for merge proposal
discussions, we would have only *two weeks* starting today (22Aug-5Sep)
to get all the content you would like to review in a ready to merge
state from your perspective. As you can see this is not a lot of time,
so your prompt help is needed

Documentation string freeze is for documentation shipped in the archive.
A few release cycles ago we removed the ubuntu-serverguide package and
the guide is provided via help.ubuntu.com now, so we should have more
time.  That doesn't mean people shouldn't start working now, but it's
not yet critical.

So I should be okay for making some major changes to the chapter?  If
we're focussed on short term there are just a few small changes to make
that I could do in about 5 minutes at lunchtime and commit.  I should be
able to get the MySQL section sorted in greater detail within about a
week, maybe two at the outside.  Postgresql will take me longer as I'm
unfamiliar with it, but it's been something I've been meaning to learn
(however if someone else wants to run with it, let me know.)

I think the first priority should still be to verify the current content is
correct for 11.10/Oneiric and to address bugs the people have filed.  We do
have time for more than that however.

It's difficult to find a correct balance between Here's how to do it in a good,
reliable way that works on Ubuntu, but it's only suitable for very narrow use
cases and Oops, just replicated the upstream documentation and confused new
people.

I think some thoughts on different storage engines, why one might pick different
ones, and how to get each going on Ubuntu would be useful with pointers to
upstream documentation on the details of each.

I always like it when someone comes into #ubuntu-server and asks for help,
I've been try to X based on random internet HOWTO Y and it doesn't work, I
point them at the server guide and say Do it this way and let me know if you
have problems and they either don't come back or come back to say That
worked, thanks.  If you're into MySQL, you probably have a better idea of
what X is than I do and you should just go tackle it.

Scott K


Thanks Scott, well put

And just to re-iterate, now that we're not bound by the doc string 
freeze, we do have a little more time (a little over 6 weeks) till 
Oneiric is released. So kindly use the time to review/update the docs, 
and to add any missing important information (to me that would be second 
priority however). Use your best judgment whether or not a piece of info 
should go to the serverguide


Thanks again for everyone who volunteered .. can't wait to see those 
merge proposals :)


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: ServerGuide reviewers needed

2011-08-22 Thread Ahmed Kamal

On 08/21/2011 09:31 PM, Paul Graydon wrote:

On 08/17/2011 06:33 AM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped down. 
I'm trying to assemble a team of server oriented folks who are 
interested in reviewing the Ubuntu server guide (making sure all the 
info inside is fresh and accurate), this is only part of it, the team 
would also work on creating a fresh chapter on UbuntuCloud 
(openstack+orchestra+Ensemble).


If you are interested, please raise your hand

Cheers


Hi Ahmed,

Is there a general idea of what level we ought to be aiming the 
documentation at?  There is a bunch of things that could be added to 
the MySQL section, for example, without turning it into a full on 
MySQL Guide (unless that's what we're aiming at?).  Currently it's 
focussed along the lines of 'this is how you install it, start it and 
a couple of minor tweaks'.  It could be filled out with brief 
discussion of the different storage engines provided by the packages, 
their strengths and weaknesses etc.  The approach seems to vary 
between different sections of the documentation, and even within the 
same chapter.  It would seem in general that the database section is 
woefully lacking in detail compared to other chapters.


Paul


Hi everyone,

So I got two questions that I'd like to answer publicly

1- What is our deadline
2- What is the depth needed for the review

My answer is

1- I'm no docs expert, but I checked and Oneiric documentation string 
freeze is Sep 15th. Allowing for 10 days for merge proposal 
discussions, we would have only *two weeks* starting today (22Aug-5Sep) 
to get all the content you would like to review in a ready to merge 
state from your perspective. As you can see this is not a lot of time, 
so your prompt help is needed


2- Again, since we don't have much time, and since we should not 
re-create upstream documentation, I would try to avoid adding too much 
new content. I would focus this review on only making sure all the 
information in the guide is correct and up-to-date as of 11.10. This 
would include things like checking package names have not been changed, 
little code snippets actually work...etc. IMO, serverguide should focus 
on the Ubuntu specific parts and not attempt to replace upstream docs, 
with appropriate links to upstream docs


I understand there's a lot that could be added, however the priority is 
making sure the info is correct and up to date


Thanks all for the commitment and hard work!
Keep rocking
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ServerGuide reviewers needed

2011-08-22 Thread Ahmed Kamal

On 08/22/2011 04:00 PM, Scott Kitterman wrote:

On Monday, August 22, 2011 08:21:35 AM Ahmed Kamal wrote:

On 08/21/2011 09:31 PM, Paul Graydon wrote:

On 08/17/2011 06:33 AM, Ahmed Kamal wrote:

Hi folks,

As you know Adam the maintainer of the serverguide had stepped down.
I'm trying to assemble a team of server oriented folks who are
interested in reviewing the Ubuntu server guide (making sure all the
info inside is fresh and accurate), this is only part of it, the team
would also work on creating a fresh chapter on UbuntuCloud
(openstack+orchestra+Ensemble).

If you are interested, please raise your hand

Cheers

Hi Ahmed,

Is there a general idea of what level we ought to be aiming the
documentation at?  There is a bunch of things that could be added to
the MySQL section, for example, without turning it into a full on
MySQL Guide (unless that's what we're aiming at?).  Currently it's
focussed along the lines of 'this is how you install it, start it and
a couple of minor tweaks'.  It could be filled out with brief
discussion of the different storage engines provided by the packages,
their strengths and weaknesses etc.  The approach seems to vary
between different sections of the documentation, and even within the
same chapter.  It would seem in general that the database section is
woefully lacking in detail compared to other chapters.

Paul

Hi everyone,

So I got two questions that I'd like to answer publicly

1- What is our deadline
2- What is the depth needed for the review

My answer is

1- I'm no docs expert, but I checked and Oneiric documentation string
freeze is Sep 15th. Allowing for 10 days for merge proposal
discussions, we would have only *two weeks* starting today (22Aug-5Sep)
to get all the content you would like to review in a ready to merge
state from your perspective. As you can see this is not a lot of time,
so your prompt help is needed

Documentation string freeze is for documentation shipped in the archive.  A
few release cycles ago we removed the ubuntu-serverguide package and the guide
is provided via help.ubuntu.com now, so we should have more time.  That
doesn't mean people shouldn't start working now, but it's not yet critical.


Thanks Scott, good to know

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: What can I do for Ubuntu Server Team?

2011-08-22 Thread Ahmed Kamal

On 08/22/2011 03:57 PM, a.gra...@gmail.com wrote:

Hi,

On 22 August 2011 14:40, Ahmed Kamalk...@ubuntu.com  wrote:

- We're currently reviewing the ubuntu server guide in preparation for
Oneiric. It would be awesome to take ownership of a subchapter and start
reviewing it in the next 2 weeks. For more info, please check this thread:
https://lists.ubuntu.com/archives/ubuntu-server/2011-August/005805.html

I've already picked up a chapter to make pratice and understand how
the whole process works.
I'll give this task the priority since the doc freeze deadline is very close.


- A lot of work is also going into Ensemble, the Ubuntu server orchestration
tool. A lot of work is needed there to start covering open-source
applications with ensemble formulas. You could pick your favorite app, and
start hacking a formula around it. This is something I can directly help you
with. You can learn more about Ensemble at: https://ensemble.ubuntu.com/
(we're all in #ubuntu-ensemble)

I didn't know what Ensemble was before reading this ;)
If I correctly understand it's a tool to remote admin a server, right?
I could test it directly on my VPS that is running Ubuntu Server. What
do you think about?

The best description you can find, is probably what's on that page :) 
You'll really understand it, once you write your first formula. The docs 
have a couple of good tutorials as well. Right now, Ensemble works 
really well on Amazon's ec2 (which offers a free micro tier that you can 
play with). However, a lot of work is going into enabling us to use it 
on a local machine (lxc containers) .. that is not quite ready however


Thanks

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Ubuntu Cloud Days today, 16:00-UTC #ubuntu-classroom

2011-07-25 Thread Ahmed Kamal

Hi everyone,

Ubuntu is running Ubuntu Cloud Days (UCD) event *today* starting 
16:00-UTC. This is a great way to learn about new development happening 
in the server and cloud space for Ubuntu, as well as to ask questions, 
connect to developers and make some more friends.


Technologies that will be touched upon include: Ensemble, Orchestra, 
Cloud-init, Eucalyptus, OpenStack and others


Here is the schedule for today

*16.00 UTC*Getting started with Ensemble -- kim0

*17.00 UTC*Introduction to Cloudinit -- koolhead17

*18.00 UTC*Orchestra and Ensemble (part1) -- smoser

*19.00 UTC*Orchestra and Ensemble (part2) -- RoakSoax

*20.00 UTC*Eucalyptus 3: cloud HA and ID management -- nurmi


You can find more information on how to connect as well as tomorrow's 
schedule at

https://wiki.ubuntu.com/UbuntuCloudDays/

Enjoy, regards
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Announcing Ubuntu Cloud Days

2011-07-15 Thread Ahmed Kamal

Hi everyone,

This is a reminder note that Ubuntu Cloud Days is 10 days away. You can 
read more at:


https://wiki.ubuntu.com/UbuntuCloudDays/
If you would like to host an irc session, please directly edit
https://wiki.ubuntu.com/UbuntuCloudDays/Timetable

For more information or questions, please contact me. Since I'm off next 
week, please also cc Jorge Castro jorge AT ubuntu.com


Regards


On 07/04/2011 05:25 PM, Ahmed Kamal wrote:

Hello everybody,

We're currently planning Ubuntu Cloud Days 
https://wiki.ubuntu.com/UbuntuCloudDays
which will happen from *25th-26th July* (we can expand to handle more 
sessions)


If you use Ubuntu on the cloud or as the cloud and you think you can 
share your experiences with us, I'd love to have you present a session 
at UCD. Please either go and add your session directly to the schedule 
or talk to me about it. Here is the schedule

https://wiki.ubuntu.com/UbuntuCloudDays/Timetable

It's totally ok if you want to present a topic as a team or do a 
hands-on session with a couple of examples.


I appreciate any kind of contribution to UCD, it will be great to show 
the great progress Ubuntu is making in the cloud!


I'm looking forward to this UCD. Thanks for your interest.

Have a great day,
Ahmed


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Call for Cloudeers, Ubuntu Cloud Days

2011-07-04 Thread Ahmed Kamal

Hello everybody,

We're currently planning Ubuntu Cloud Days 
https://wiki.ubuntu.com/UbuntuCloudDays
which will happen from *25th-26th July* (we can expand to handle more 
sessions)


If you use Ubuntu on the cloud or as the cloud and you think you can 
share your experiences with us, I'd love to have you present a session 
at UCD. Please either go and add your session directly to the schedule 
or talk to me about it. Here is the schedule

https://wiki.ubuntu.com/UbuntuCloudDays/Timetable

It's totally ok if you want to present a topic as a team or do a 
hands-on session with a couple of examples.


I appreciate any kind of contribution to UCD, it will be great to show 
the great progress Ubuntu is making in the cloud!


I'm looking forward to this UCD. Thanks for your interest.

Have a great day,
Ahmed
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: OpenStack vs Eucalyptus

2011-06-20 Thread Ahmed Kamal

On 06/18/2011 10:53 PM, Tomasz 'Zen' Napierała wrote:

On 2011-06-18, at 18:44, Jesus arteche wrote:


Hi,

I have to build a private cloud, I have experience with Eucalyptus...and our 
apps are in production in Amazon...but now Open Stack is there...someone has 
experience working with both...can you tell me something to decide one or 
another???


Eucalyptu is more mature but development stalled. OS is very promising, but 
unstable, and I wouldn't consider it production ready. If you are experienced 
sysadmin, and not affraid of some manual sql etc. you might try it.

pz
I wouldn't really Eucalyptus' development is stalled. V3 is coming out 
soon (couple of months maybe?) and it brings along pretty good features 
(Cloud components HA finally yaay). OpenStack IMO leans towards large 
scale deployments (think ISPs) .. while Eucalyptus IMO is more mature 
today, and leans towards Enterprise customers


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Feedback on the Ubuntu kernel for server and cloud

2011-03-29 Thread Ahmed Kamal

On 03/29/2011 03:11 PM, John Johansen wrote:

The kernel team is looking for feedback on the state of the kernel for
server and cloud flavors of Ubuntu.  Any and all feed back is welcome.

What are we doing right?
What are we doing wrong?
What configs should we change?
What new features should we included?

And most importantly what are the use cases for any desired changes,
so that we can evaluate changes in context.

This information will be used to help improve the Ubuntu kernels
and to help ensure that we have the best server and cloud flavors
available.

Hi John,

Would it be possible to enable/debug fsfreeze (bug 712689). Last time 
Scott tested it (reported in the bug), it froze and burnt. I am 
supposing the freezing is a kernel bug. The use case is being able to 
take crash consistent backups of cloud instances. Something currently 
only possible with xfs


Thanks

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Announcing Ubuntu Cloud Days (in 2 days)

2011-03-21 Thread Ahmed Kamal

Hi everyone,

I'd like to announce Ubuntu Cloud Days. This is an IRC event where the 
Ubuntu Cloud Community gets together around tuition sessions and 
information sharing. During Cloud Days, you'll learn lots of exciting 
stuff, you'll interact with tons of smart people, and you'll just have 
fun! Be sure to mark your calendar, spread the word, join in and bring 
your friends!


Here's the sessions schedule

*Wed 23rd Mar
16.00 UTC*Cloud Computing 101, Ask your questions --- kim0
*17.00 UTC*Scaling shared-storage web apps in the cloud with Ubuntu  
GlusterFS --- semiosis

*18.00 UTC*What is Ensemble? -- Presentation and Demo --- SpamapS
*19.00 UTC*Using Linux Containers in Natty --- hallyn
*20.00 UTC*Open-Stack Introduction --- soren

*Thu 24th Mar*
*16.00 UTC*rebundling/re-using Ubuntu's UEC images --- smoser
*17.00 UTC*UEC persistency --- tetet
*18.00 UTC*TBC --- Daviey
*19.00 UTC*Using hadoop, divide and conquer --- edulix

All session happen in IRC (Freenode) in #ubuntu-classroom. If you're new 
to IRC, you can simply use thisweb page 
http://webchat.freenode.net/?channels=ubuntu-classroom%2Cubuntu-classroom-chatto 
join. For more information, check out thewiki page 
https://wiki.ubuntu.com/UbuntuCloudDays, also feel free to ping kim0? 
on IRC


Regards
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: SPICE on Ubuntu

2011-03-21 Thread Ahmed Kamal

On 03/21/2011 05:58 PM, Mat Cantin wrote:

Hello,

I'm just wondering if there are any plans to bring SPICE to Ubuntu? 
Having some sort of support, community or otherwise, would go a long 
way to making it viable in the my environment.


Here's how to compile and use it now in Ubuntu:
http://docs.cslabs.clarkson.edu/wiki/SPICE

Hey Mat,
The heavy lifting has been done by Serge already, you can find the 
needed debs at https://launchpad.net/~serge-hallyn/+archive/spice 
https://launchpad.net/%7Eserge-hallyn/+archive/spice

The will provide a kvm-spice binary and the gtk client
Regards

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: SPICE on Ubuntu

2011-03-21 Thread Ahmed Kamal

On 03/21/2011 06:04 PM, Ahmed Kamal wrote:

On 03/21/2011 05:58 PM, Mat Cantin wrote:

Hello,

I'm just wondering if there are any plans to bring SPICE to Ubuntu? 
Having some sort of support, community or otherwise, would go a long 
way to making it viable in the my environment.


Here's how to compile and use it now in Ubuntu:
http://docs.cslabs.clarkson.edu/wiki/SPICE

Hey Mat,
The heavy lifting has been done by Serge already, you can find the 
needed debs at https://launchpad.net/~serge-hallyn/+archive/spice 
https://launchpad.net/%7Eserge-hallyn/+archive/spice

The will provide a kvm-spice binary and the gtk client
My understanding is that dev-zero should be updating his packages 
soonish, and then hopefully pushing into universe


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 723796] Re: Enable spice in kvm

2011-03-12 Thread Ahmed Kamal
Serge has built a separate kvm-spice binary at ppa:serge-hallyn/spice,
this should be pushed. Closing since no need for MIR

** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Enable spice in kvm

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


EC2 Migrate EBS AMI tool, call for volunteers

2011-03-09 Thread Ahmed Kamal

Hi everyone,

A while back I had sent an email asking for people interested in working 
on a python tool to help migrate ebs AMIs across ec2 regions. Since then 
the project has progressed a bit:


- Project page is now: https://launchpad.net/ec2-migrate-ebs-ami
- Project is now able to launch two utility instances in the two 
specified regions, and mount the source volume in the source instance
- What remains is attaching a destination volume, and sync'ing over 
contents. More details can be found on the blueprint: 
https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-ec2-migrate-region


Development pace has now slowed down significantly, as such I am 
renewing the call. This is a great way to start getting involved with 
cloud development, and to join the Ubuntu Cloud and server communities! 
joining in is easy, you don't even have to know lots of python to 
start hacking! The steps are very well defined, and I am happy to help 
with all steps along the way. If you are thinking about it, go ahead and 
get in touch with me right now (kim0 on irc, kim0 AT ubuntu.com) or join 
today's irc meeting (6pm-UTC #ubuntu-cloud 
https://wiki.ubuntu.com/UbuntuCloudMeeting)


Thanks

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: how do web hosting companies give ssh and root to so many users.

2011-03-05 Thread Ahmed Kamal



On 03/05/2011 03:24 PM, Abhishek Dixit wrote:

So if some one has to host 100 million websites and if 10 million asks
then the web hosting company has these 10 million IP addresses?
Websites are different. Due to Name Virtualhosting you can host 
multiple websites (thousands) on a single IP address. The web server 
knows how to serve the correct one through http headers


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Ubuntu Cloud days, call for sessions

2011-02-25 Thread Ahmed Kamal

Hi everyone,

From March 23rd 2011 to March 24th 2011 we are going to host the very first 
Ubuntu Cloud Days. This is an event of IRC tutorials and sessions, targetted 
towards users and IT pros interested in using Ubuntu on commercial clouds, or 
using Ubuntu server to build their own private clouds. My initial target is two 
days, however we are most certainly not limited to that! So if you're 
interested in hosting more sessions, please get in touch with me

It's a great opportunity to teach, reach out, get feedback and help getting 
people interested and involved in making Ubuntu the best cloud Operating 
System. Because of the number of attendees and the open format (questions 
coming in live), you don't need to prepare a full hour of content, so it's not 
actually very hard to set up such a session

You can find the preliminary schedule at

https://wiki.ubuntu.com/UbuntuCloudDays

If you are considering to give a session, please get in touch with me or 
directly edit the timeTable

https://wiki.ubuntu.com/UbuntuCloudDays/Timetable

Thanks



--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 723796] [NEW] Enable spice in kvm

2011-02-23 Thread Ahmed Kamal
Public bug reported:

Binary package hint: qemu-kvm

Can you please add -enable-spice to the configure args?

Currently, trying to run kvm binary directly, passing the following
parameters  -vga qxl -spice port=5930,disable-ticketing results in

kvm: -spice port=5930,disable-ticketing: there is no option group spice
spice is not supported by this qemu build

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

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

Title:
  Enable spice in kvm

-- 
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: recovery of virtual machines on KVM

2011-02-11 Thread Ahmed Kamal

On 02/09/2011 08:39 PM, Tapas Mishra wrote:

I  am having a virtualization setup via KVM on a Ubuntu 10.04 64 bit server.

A recent dbus update cause a crash of my Host OS.It was a post install
script of dbus which ultimately brought everything down.

Now I have to basically format the host OS.My cause of concern are the
virtual machines which were running on it when the environment was
stable.Which were in separate LVM partitions.

Some thing like

/dev/virtualization/vm1
/dev/virtualization/vm2
/dev/virtualization/vm3
/dev/virtualization/vm4
If some one has experienced recovery of this sort in past let me know
what did they do to get things back. All my Virtual Machines were on
separate partition and in same VolumeGroup this volume group was on
Host OS. Will formatting of HOST os clear the Virtual Machines also in
my situation or just be re installing the host and importing the
Virtual Machines via a tool such as virt-manager I will be able to get
them back.


It depends, if the VG is stored on the same disk and you reinstall you 
might indeed destroy the VMs. Please don't proceed until you're sure of 
what you're doing


--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Call for Volunteer Cloud Hackers

2011-02-03 Thread Ahmed Kamal
Hi, I would like to reach out to the Ubuntu cloud community for 
volunteers willing and interested in contributing code/scripts/tools to 
help Ubuntu reach its goal of being the best Cloud Operating System. 
I've written a blueprint of a missing tool that I'd like to work on with 
interested community members. Here's the BP 
https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-ec2-migrate-region
Work on this tool is bite-sized and easy to chew on, so if it's your 
first time writing such a tool, you're very welcome to take a shot!


I've also put a page with more details, here's an excerpt
Want a chance to hack on the cloud? Yes Ubuntu cloud code? What could 
possibly be cooler! For us cloud geeks, almost nothing! So, here's the 
deal. Ubuntu aims to be the best operating system for the cloud, period. 
Part of that is delivering code and utilities to ease common tasks for 
people working with Ubuntu as a guest cloud OS ... Read More at 
http://cloud.ubuntu.com/community/call/


Please ping me if you're interested in hacking on this tool, so that we 
can work together. I'm be happy to help contributors in any way I can. 
Please ping me (kim0) on #ubuntu-cloud. Let's start hacking!


Cheers

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Hard disk high avalibity

2011-01-20 Thread Ahmed Kamal

On 01/20/2011 02:02 PM, Jesus arteche wrote:

Hey guys,

I have two servers...and I need that a folder in one of the servers 
will be updated every time to another server, in case the first server 
go down...the second will be able to replace it.


anyone has any idea?

thanks

drbd is the standard for that, if you need clustering, perhaps pacemaker

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: openldap in ubuntu 10.04

2011-01-20 Thread Ahmed Kamal

On 01/20/2011 04:59 PM, Jesus arteche wrote:

hey guys,

someone knows any howto where explain how to install a openldap slave 
server in ubuntu 10.04


thanks

Did you check out
https://help.ubuntu.com/community/OpenLDAPServer

--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Message in syslog,messages Kern.log

2011-01-17 Thread Ahmed Kamal

On 01/17/2011 05:31 PM, Chris Lynch wrote:

Hi,

I have the following two lines in the three log file above. What are they

*Redirect from IP(I do not know) on ppp0 about IP(I do not know) ignored
Advised path= IP(My IP) - IP(IP addresses I do not Know)*

Any ides what these are it is my first time ever noticing them
--
Looks to me like ICMP redirect messages. Such messages are generated by 
remote hosts to inform your server of a better route to some target 
destination you're connecting to. Usually it signifies a routing loop (a 
simpler path exists). Due to security reasons, your kernel should 
continue to ignore such redirects (everything is fine)
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: converting lvm based Virtual Machine to qcow image.

2011-01-05 Thread Ahmed Kamal
I wouldn't really do it that way. The reason being, running applications 
like a database server, might have unflushed data, i.e. the on-disk data 
structures would not be fully consistent. I don't really like taking a 
backup in that state (called crash consistent state). If possible it's 
always safer to power off before snapshotting, otherwise, at least make 
sure your applications have flushed all data to disk (mysql can flush 
and lock tables to do that, but other apps behave differently)


Regards

On 01/05/2011 11:54 AM, Nikolai K. Bochev wrote:

I would suggest the following :

1. Pause the virtual machine ( with virsh for example )
2. Take a snapshot of the logical volume.
3. Unpause the virtual machine
4. Convert the snaposhot ot qcow2.

I'm doing something similar with a python script.


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Hardware Raid Controller Card.

2010-12-29 Thread Ahmed Kamal
fwiw, I had multiple data corruptions with 3ware 9550 card as well as 
bad performance, I would surely not buy from them again. It's only my 
personal experience

On 12/29/2010 02:27 PM, Jussi Jaurola wrote:
 Hi

 I have loaded Ubuntu 10.04 LTS server on HP DL 360 G6.
 Can someone please recommend good Hardware RAID Controller Card for this
 specific HP Server.

 Thanks

 Kaushal
 3ware has several great performing and great working raid-cards, i would
 recommend them.

 Regards,
 Jussi Jaurola



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


[Bug 687968] Re: [FTBFS] package 'bacula' (5.0.2-2ubuntu1) failed to build on natty

2010-12-10 Thread Ahmed Kamal
** Branch unlinked: lp:~kim0/+junk/bacula

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

Title:
  [FTBFS] package 'bacula' (5.0.2-2ubuntu1) failed to build on natty

-- 
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 687968] Re: [FTBFS] package 'bacula' (5.0.2-2ubuntu1) failed to build on natty

2010-12-09 Thread Ahmed Kamal
Can someone check if this fix works
http://bazaar.launchpad.net/~kim0/+junk/bacula/revision/9396

** Branch linked: lp:~kim0/+junk/bacula

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

Title:
  [FTBFS] package 'bacula' (5.0.2-2ubuntu1) failed to build on natty

-- 
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: Sharing hosts.deny

2010-10-25 Thread Ahmed Kamal
On 10/25/2010 01:05 PM, James Gray wrote:
 On 25/10/2010, at 12:41 PM, Michael wrote:

 On 10/22/2010 01:16 AM, Tapas Mishra wrote:
 I wanted to know if there is any place where people have shared these
 IPs which needs to be blocked I feel most of the time the entries must
 be common though not always.So if hosts.deny file is shared some where
 then give a link.(I do use auth.log to note IPs to block)


 I have a bunch of entries in my hosts file with the 127.0.0.1 line
 added.  I have always seen the hosts.deny and hosts.allow files  but
 never know how to use them.  When I google hosts.deny it says something
 about blocking a range of IP addresses.  Is it safe to assume that using
 hosts.deny is more effective/better than just adding entries to the
 hosts file?
 The /etc/hosts.{allow,deny} are part of tcp wrappers (ie, inetd/xinetd) and 
 have very little to do with host resolution (which is what /etc/hosts is 
 for).  Normally, when I need to block an IP address I throw it at iptables 
 (the firewall) which is the correct place for it in a lot of (read most) 
 situations.

Don't know what the general consensus is, but I've almost never really 
used hosts.deny in real production. iptables just does everything I 
need. OP might want to consider this

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: deny hosts removing an Ip and checking tcpwrappers

2010-10-21 Thread Ahmed Kamal
On 10/21/2010 04:40 PM, Tapas Mishra wrote:
 Hi,
 I could not find any where the documentation the only best which I got was
 https://help.ubuntu.com/community/InstallingSecurityTools

 My question is the following blog says to remove an IP from
 /etc/hosts.deny which denyhost has blocked

 http://www.cyberciti.biz/faq/linux-unix-delete-remove-ip-address-that-denyhosts-blocked/
 you need to have a directory /usr/share/denyhosts/data
 I do not find any such directory

 Also when I tried to check  tcp wrapper configuration
 as given here

 http://www.cyberciti.biz/faq/block-ssh-attacks-with-denyhosts/

 tcpdchk -v
 Cannot find your inetd.conf or tlid.conf file.
 Please specify its location.

 what does the above output mean?
 How do I make sure denyhosts is doing its job?

http://denyhosts.sourceforge.net/faq.html#3_19
Which seems to me to be /var/lib/denyhosts

You may also be interested in iptables rate limiting. The advantage 
being, you don't maintain tables of white/black lists
For securing production servers, make sure your best Linux admins are on 
that project

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: deny hosts removing an Ip and checking tcpwrappers

2010-10-21 Thread Ahmed Kamal
On 10/21/2010 05:34 PM, Tapas Mishra wrote:
 On Thu, Oct 21, 2010 at 8:52 PM, Ahmed Kamalahmed.ka...@canonical.com  
 wrote:
 On 10/21/2010 04:40 PM, Tapas Mishra wrote:
 Hi,
 I could not find any where the documentation the only best which I got was
 https://help.ubuntu.com/community/InstallingSecurityTools

 My question is the following blog says to remove an IP from
 /etc/hosts.deny which denyhost has blocked


 http://www.cyberciti.biz/faq/linux-unix-delete-remove-ip-address-that-denyhosts-blocked/
 you need to have a directory /usr/share/denyhosts/data
 I do not find any such directory

 Also when I tried to check  tcp wrapper configuration
 as given here

 http://www.cyberciti.biz/faq/block-ssh-attacks-with-denyhosts/

 tcpdchk -v
 Cannot find your inetd.conf or tlid.conf file.
 Please specify its location.

 what does the above output mean?
 How do I make sure denyhosts is doing its job?

 http://denyhosts.sourceforge.net/faq.html#3_19
 Which seems to me to be /var/lib/denyhosts
 What is WORK_DIR which your link is saying?
A parameter in the configuration file

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: deny hosts removing an Ip and checking tcpwrappers

2010-10-21 Thread Ahmed Kamal

On 10/21/2010 05:40 PM, Tapas Mishra wrote:

On Thu, Oct 21, 2010 at 9:05 PM, Ahmed Kamalahmed.ka...@canonical.com  wrote:

On 10/21/2010 05:34 PM, Tapas Mishra wrote:

On Thu, Oct 21, 2010 at 8:52 PM, Ahmed Kamalahmed.ka...@canonical.com
  wrote:

On 10/21/2010 04:40 PM, Tapas Mishra wrote:

Hi,
I could not find any where the documentation the only best which I got
was
https://help.ubuntu.com/community/InstallingSecurityTools

My question is the following blog says to remove an IP from
/etc/hosts.deny which denyhost has blocked



http://www.cyberciti.biz/faq/linux-unix-delete-remove-ip-address-that-denyhosts-blocked/
you need to have a directory /usr/share/denyhosts/data
I do not find any such directory

Also when I tried to check  tcp wrapper configuration
as given here

http://www.cyberciti.biz/faq/block-ssh-attacks-with-denyhosts/

tcpdchk -v
Cannot find your inetd.conf or tlid.conf file.
Please specify its location.

what does the above output mean?
How do I make sure denyhosts is doing its job?


http://denyhosts.sourceforge.net/faq.html#3_19
Which seems to me to be /var/lib/denyhosts

What is WORK_DIR which your link is saying?

A parameter in the configuration file


Which one are you referring I opened /etc/denyhosts.conf
but
E486: Pattern not found: WORK_DENY

It's WORK_DIR not work_deny
like the line

WORK_DIR=  /var/lib/denyhosts


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Can I move an LVM as I can move an ISO

2010-10-05 Thread Ahmed Kamal
  On 10/05/2010 08:16 PM, Tapas Mishra wrote:
 On Tue, Oct 5, 2010 at 11:11 PM, Peter Matulis
 peter.matu...@canonical.com  wrote:
 You can transfer the volume over the network and end up with another
 volume if you create one on $remotehost beforehand of the same size.
 Then have netcat listen on some port, say 9000, and pipe it to that new
 volume:

 $ nc -l 9000 | sudo dd of=/dev/vg/backup

 Then on the source:

 $ sudo dd if=/dev/mapper/myvolume | nc $remotehost 9000

 Ok this is some thing I would be trying in next 24 hours.
 I am having a doubt LVM is a block device do I not need to create an
 LVM of same size on the remote machine to be able to do so?
 The LVM on the original server stores a guest OS running,on KVM on Lucid.
 so will I be able to boot from the LVM copied with the above method on
 KVM running on destination server.
 Given that I create xml for guest in similar fashion.

Yes you need to create the target LVM volume on the target server before 
copying over network.
use lvdisplay and lvcreate to create the second LVM volume of exactly 
the same size (in LE logical Extent units), or if in doubt, just create 
a larger one

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: dead letter recieved from cron

2010-09-29 Thread Ahmed Kamal
  These seem to be the output of a cron job. It seems like the server 
is configured to auto-update itself. Any output cron generates gets sent 
by email. dead.letter is when the mta (mail server) cannot deliver that 
email

On 09/29/2010 01:00 PM, Tapas Mishra wrote:
 I was taking backup of my server when I noticed a file named dead.letter
 what is that it is in root folder and its contents I have not created.

 Here are the contents

 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Thu Sep 23 04:00:01 IST 2010
 CRON-APT SLEEP: 274, Thu Sep 23 04:04:35 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Fri Sep 24 04:00:01 IST 2010
 CRON-APT SLEEP: 313, Fri Sep 24 04:05:14 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Sat Sep 25 04:00:01 IST 2010
 CRON-APT SLEEP: 1383, Sat Sep 25 04:23:04 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Sun Sep 26 04:00:01 IST 2010
 CRON-APT SLEEP: 2118, Sun Sep 26 04:35:19 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Mon Sep 27 04:00:01 IST 2010
 CRON-APT SLEEP: 514, Mon Sep 27 04:08:35 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Tue Sep 28 04:00:01 IST 2010
 CRON-APT SLEEP: 2393, Tue Sep 28 04:39:54 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.
 To: root
 Subject: CRON-APT completed on server [/etc/cron-apt/config]

 CRON-APT RUN [/etc/cron-apt/config]: Wed Sep 29 04:00:01 IST 2010
 CRON-APT SLEEP: 3209, Wed Sep 29 04:53:30 IST 2010
 CRON-APT ACTION: 0-update
 CRON-APT LINE: /usr/bin/apt-get update -o quiet=2
 W: Failed to fetch
 http://debian.adenu.ia.uned.es/apt/dists/lucid/main/binary-amd64/Packages.gz
   404  Not Found

 E: Some index files failed to download, they have been ignored, or old
 ones used instead.



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: what is the advantage of using rsync over sftp

2010-09-29 Thread Ahmed Kamal
  I understand you want to do all the same steps, just replace rsync 
with scp ? Well the advantage, is that you will be doing the backups 
regularly, and here rsync shines, because it will only send to the 
remote end the files that have been changed from the last backup! scp 
would just send everything

On 09/29/2010 12:48 PM, Tapas Mishra wrote:
 What is the advantage of using rsync over scp or sftp?
 On same list I have put up a problem of taking backup of an LVM.
 Which I mentioned here
 http://forum.nginx.org/read.php?26,135008,135251#msg-135251
 I used rsync but I am not clear with what is the advantage of doing
 all this hard work.
 What I saw was a snapshot lvm was created which was mounted some where
 and  I copied
 complete directory structure to some remote location.
 What is the advantage of all this hard work can simple scp or sftp not
 do the same thing?



-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Ubuntu server new contributor interviews

2010-09-27 Thread Ahmed Kamal
  Hi again, I got very little volunteers on this one. If you think you 
qualify or know someone who does, please consider contacting me
Regards

On 09/24/2010 02:23 PM, Ahmed Kamal wrote:
  Howdy everyone,

 As part of the Ubuntu community team's initiative to take a good hard 
 look at how it feels for new-comers to get involved, I am sending this 
 email in search of Ubuntu-server new contributers (or want-to-be 
 contributers). If you need a nice overview of what this is all about, 
 I suggest you read Jono's blog entry at:
 http://www.jonobacon.org/2010/09/23/taking-a-step-back-with-fresh-eyes/

 If you:
 - Want to contribute to Ubuntu-server, have read some wiki pages, 
 talked a bit on IRC, but not sure how to proceed and feeling lost = 
 ping me
 - Have contributed small chunks, been involved with Ubuntu-server for 
 a few Months = ping me
 - Generally find it a bit difficult to locate things to work on, or 
 you know what you want to work on but you're not sure how to best get 
 it done and feel overwhelmed = ping me

 Note that well established community members who basically know how 
 everything works are not really in the focus of this initiative, since 
 we're after fresh feedback from new-comers. If you're the person we're 
 looking for, please ping me (by email), since the Ubuntu server 
 community is not too large, every voice counts. So there you go, flood 
 me with emails :)

 Regards


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Ubuntu server new contributor interviews

2010-09-24 Thread Ahmed Kamal
  Howdy everyone,

As part of the Ubuntu community team's initiative to take a good hard 
look at how it feels for new-comers to get involved, I am sending this 
email in search of Ubuntu-server new contributers (or want-to-be 
contributers). If you need a nice overview of what this is all about, I 
suggest you read Jono's blog entry at:
http://www.jonobacon.org/2010/09/23/taking-a-step-back-with-fresh-eyes/

If you:
- Want to contribute to Ubuntu-server, have read some wiki pages, talked 
a bit on IRC, but not sure how to proceed and feeling lost = ping me
- Have contributed small chunks, been involved with Ubuntu-server for a 
few Months = ping me
- Generally find it a bit difficult to locate things to work on, or you 
know what you want to work on but you're not sure how to best get it 
done and feel overwhelmed = ping me

Note that well established community members who basically know how 
everything works are not really in the focus of this initiative, since 
we're after fresh feedback from new-comers. If you're the person we're 
looking for, please ping me (by email), since the Ubuntu server 
community is not too large, every voice counts. So there you go, flood 
me with emails :)

Regards

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Change SATA mode to AHCI on installed server

2010-09-01 Thread Ahmed Kamal
  On 09/01/2010 02:12 PM, Jorge Andres Brugger wrote:
 I want to change SATA mode on a server already installed. Should I take
 care of something before make the change at the BIOS setup?

 Thanks.

The only thing I'd check is that /etc/fstab mounts using UUIDs and not 
/dev/sd? names. Other than that, just try it, if it doesn't boot, revert 
the BIOS setting and mention there's a problem

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: [ubuntu-server] UEC FAQ page

2010-08-19 Thread Ahmed Kamal
On 08/18/2010 07:26 PM, Mathias Gug wrote:
 Why not call the General section cloud? How about renaming the page
 from UEC to cloud instead? The idea could be to have Cloud encompass
 both UEC and EC2.

That makes sense. I plan to move that page from UEC to a Cloud 
name-space. I will also be renaming the General section into a cloud 
one. If anyone objects please let me know

On the other hand, there must be some frequently asked questions, so 
please add whatever you can think of to that page.

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Server Team 20100817 meeting minutes

2010-08-18 Thread Ahmed Kamal
On 08/18/2010 06:46 AM, Scott Kitterman wrote:

 cl...@ubuntu.com wrote:


 Hi,

 Here are the minutes of the meeting.
  
 ...

  Weekly Updates  Questions for the Community Team (kim0) 

 * kim0 was unable to attend, so this topic was skipped
  
 What is this community team?

 Scott K


Hi Scott,

The community team is a team led by Jono that aims to encourage and help 
more engagement from the community into Ubuntu. Current areas of focus 
for that team is (Development, Upstream development, translations, and 
cloud). Feel free to drop by in #ubuntu-community-team


-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


UEC FAQ page

2010-08-17 Thread Ahmed Kamal

Hi folks,

I've added a UEC FAQ page at https://help.ubuntu.com/community/UEC/FAQ

At the moment I've added a couple of questions/answers (what is a cloud, 
and why can't I upgrade a kernel in EC2 AMI). I used Scott's answer of 
today. If you have ever been asked a question related to cloud or UEC 
that people like to ask over and over, please add that question to that 
page as it should grow with time


Regards
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

UEC Book wiki page

2010-08-13 Thread Ahmed Kamal

Hi folks,

As it stands, we have a lot of valuable information about UEC on the 
wiki, however there is no complete guide that a newbie can read start to 
finish. I took a first shot at creating one here
https://help.ubuntu.com/community/UEC/Book 
https://help.ubuntu.com/community/UEC/Book#preview


Please let me know if we should add/remove/shuffle things around in that 
page.


Moreover, while reviewing all pages we have available, I spotted a few 
problems (AFAICT) with some of them. Here's a listing


I suspect some pages in that table, will actually belong to the book 
page, and vice versa, so awaiting your feedback


*Page*  *Problem*
UEC/BaseServerIntall 
https://help.ubuntu.com/community/UEC/BaseServerIntall 	Where does 
that fit in ? Is it needed ?
UEC/NodeInstallation 
https://help.ubuntu.com/community/UEC/NodeInstallation 	Obsoleted
UEC/NodeInstallationSeparate 
https://help.ubuntu.com/community/UEC/NodeInstallationSeparate 
Obsoleted, Same and older than UEC/NodeInstallation 
https://help.ubuntu.com/community/UEC/NodeInstallation ?!
UEC/PublicSSHKeys 
https://help.ubuntu.com/community/UEC/PublicSSHKeys 	Obsoleted
UEC/RegisteringNodes 
https://help.ubuntu.com/community/UEC/RegisteringNodes 	Duplicates 
UEC/NodeRegistration 
https://help.ubuntu.com/community/UEC/NodeRegistration
UEC/Registration https://help.ubuntu.com/community/UEC/Registration 
Obsoletes UEC/SSHKeyAuthSetup 
https://help.ubuntu.com/community/UEC/SSHKeyAuthSetup ? Obsoletes 
UEC/RegisteringNodes 
https://help.ubuntu.com/community/UEC/RegisteringNodes
UEC/SSHKeyAuthSetup 
https://help.ubuntu.com/community/UEC/SSHKeyAuthSetup 	Obsoleted




Note1: That book should certainly only be created out of existing pages, 
not copying around any existing data


Note2: Do we all agree that it's best to have specific pages targetting 
specific topics with a top level page such as this Book page collecting 
them. I think that's the case, and I'd rather refactor any large 
multi-topic pages into small focused ones


Regards

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: Ubuntu server and cloud IRC consolidation

2010-08-12 Thread Ahmed Kamal
On 08/12/2010 05:26 PM, Jonathan Carter (highvoltage) wrote:
 Hi!

 On 11/08/2010 23:02, Dustin Kirkland wrote:

 Have you gotten that impression?  Does the above policy deserve some
 clarification?  Perhaps that general Ubuntu development discussion
 should land in #ubuntu-devel, while Server-specific development
 discussion is encouraged (or belongs) in #ubuntu-server.  That's just
 status quo, as far as I'm concerned, though.
  
 +1, if all server, Kubuntu, Xubuntu, Edubuntu, etc development had to be
 discussed on ubuntu-devel it would get quite noisy there. It's easier
 for people to just subscribe to the more specific development lists
 they're interested in and keeping ubuntu-devel for the stuff that's
 common to more developers. Also, traffic on ubuntu-server is quite low,
 doesn't really sound worth while splitting it into a -devel list :)

 -Jonathan


I think we're all on an agreement here. Thanks everyone for the feedback

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: Ubuntu server and cloud IRC consolidation

2010-08-11 Thread Ahmed Kamal
On 08/09/2010 05:59 PM, Ahmed Kamal wrote:
 Hi folks,

 I've been thinking about ways to grow the Ubuntu server and cloud
 communities. As it stands, I think there is a bit of fragmentation in
 the server and cloud related IRC channels. Since active and
 knowledgeable IRC community members are a valuable resource, I think it
 is beneficial to consolidate channels. Here's what I think could help

 I suggest that #Ubuntu-virt be closed, and all traffic and new joines
 force-redirected to #ubuntu-server.

 Similarly, that #Ubuntu-ec2 and #Ubuntu-ensemble be closed and all
 traffic and new joins force-redirected to #ubuntu-cloud.

 Thus:

1) Development discussion happens in #ubuntu-devel
   * e.g. packaging, patching, debugging, development, etc.

2) Traditional server discussion happens in #ubuntu-server
   * e.g. running Ubuntu on your server hardware or in a virtual
 machine, getting it installed, configuration/management of services,
 virtualization, etc.

3) New-age cloud server discussion happens in #ubuntu-cloud
   * e.g. running UEC private clouds, running Ubuntu in EC2, cloud
 work loads, ensemble cloud magic, etc.

 When someone /join #ubuntu-ec2, they're plopped right into #ubuntu-cloud
 (and the same for the other consolidated channels).

 Would love to hear your feedback

 Kind Regards



All suggested changes have been applied. I've changed topic on 
#ubuntu-cloud to remove the redirection to #ubuntu-server
Regards

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Ubuntu server and cloud IRC consolidation

2010-08-09 Thread Ahmed Kamal
Hi folks,

I've been thinking about ways to grow the Ubuntu server and cloud 
communities. As it stands, I think there is a bit of fragmentation in 
the server and cloud related IRC channels. Since active and 
knowledgeable IRC community members are a valuable resource, I think it 
is beneficial to consolidate channels. Here's what I think could help

I suggest that #Ubuntu-virt be closed, and all traffic and new joines 
force-redirected to #ubuntu-server.

Similarly, that #Ubuntu-ec2 and #Ubuntu-ensemble be closed and all 
traffic and new joins force-redirected to #ubuntu-cloud.

Thus:

  1) Development discussion happens in #ubuntu-devel
 * e.g. packaging, patching, debugging, development, etc.

  2) Traditional server discussion happens in #ubuntu-server
 * e.g. running Ubuntu on your server hardware or in a virtual 
machine, getting it installed, configuration/management of services,
virtualization, etc.

  3) New-age cloud server discussion happens in #ubuntu-cloud
 * e.g. running UEC private clouds, running Ubuntu in EC2, cloud 
work loads, ensemble cloud magic, etc.

When someone /join #ubuntu-ec2, they're plopped right into #ubuntu-cloud 
(and the same for the other consolidated channels).

Would love to hear your feedback

Kind Regards

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam