Archive for September 30th, 2008

Server Team 20080930 meeting minutes

Here are the minutes of the meeting. They can also be found online
with the irc logs here.

Ubuntu vm builder

soren uploaded a new version that only fixes bugs. mathiaz asked about the supported images. soren said that xen had been supported for a few weeks now. He added that there was some interest to get virtualbox supported as well. For vmware nijaba stated that player, workstation and server should work. For ESX it may need a manual conversion with tools provided by VMware. Testing on these platforms is welcome.

nijaba has updated the the JeOS VmBuilder tutorial and would like to get some feedback on it.

JeOS for Intrepid

mathiaz noted that the JeOS iso won’t be produced for Intrepid. JeOS is instead an option when booting the -server installer by pressing F4 at the first screen. JeOS has also been renamed to Minimal Install.

However the linux-image-virtual kernel meta package isn’t available. The -server flavor is installed instead. soren is working on getting the virtual meta packages ready. mathiaz asked whether something else had to be done in the installer to get the virtual flavor installed. soren said the virtual flavor should be seeded but wasn’t sure if the installer code had to be updated.

Review ServerGuide for Intrepid

mathiaz reviewed the ldap section. He is planning on doing more testing to cover the replication section.

ACTION: sommer to update the JeOS and installation sections

ACTION: zul to do review of the virtualization of the server guide

ACTION: mathiaz to update the support section

nagios3 in main

Koon reported that nagios3 had been promoted to main. mathiaz seeded the packages on the server cd replacing the nagios2 packages.

Ubuntu Server Survey

nijaba announced that the Ubuntu Server survey had been launched. So far it got more than 2000 full replies. The result will be published before UDS. The survey will be closed on the last week of November. He also added that the launch plan was working well. Digging it is welcome !

ACTION: kirkland to blog about the server survey

Beta Freeze and release

mathiaz reminded that the archive was frozen in preparation for Beta scheduled for Thursday. As usual iso testing is coordinated on the Iso testing tracker.

Automatic RAID install

mathiaz reported that partman-auto-raid had been promoted to main and was now on the server iso. RAID installation can now be automated via preseeding.

DRBD

ivoks reported that DRBD was broken in Intrepid. The kernel module (8.2.6) isn’t working with the tools (8.0.12) currently in the archive. He also added that updating the tools to 8.2.6 wouldn’t fix the issue. He successfully tested 8.2.7rc1 (both for the kernel module and the userspace tools).

ACTION: ivoks to send the drbd patch to the ubuntu-kernel mailing list to get 8.2.7rc1 in intrepid

ACTION: ivoks to upload 8.2.7 tools to a PPA ready for testing and sponsoring

Agree on next meeting date and time

Next meeting will be on Tuesday, October 7th at 15:00 UTC in #ubuntu-meeting.


The Ubuntu Server Team

RSS Dustin Kirkland’s Ubuntu Server posts

  • Results of the Ubuntu Virtualization Survey
    A big thanks to everyone that participated in the Ubuntu Virtualization Survey. I am pleased to share the results with you now.ResultsAnswersI will provide a few of my own observations, but we are very interested in your own conclusions!There were a total of 354 responses -- excellent feedback!Nearly 2/3 of all responders use virtualization on Ubuntu every d […]
  • Introducing Testdrive!
    I'm pleased to introduce a new package I have created for Ubuntu called testdrive!Testdrive makes it simple to run any Ubuntu release in a virtual machine, safely, and without affecting your current Ubuntu installation.This is a great way to "try out" the Ubuntu release beyond your current version, before upgrading. For example, if you're […]
  • Ubuntu 9.10 Byobu and OpenWeek Session
    I thought I would provide a brief set of highlights about Byobu accomplishments during the Karmic development cycle, now that we have released Ubuntu 9.10. Also, I'd like to promote my Ubuntu Open Week Presentation on Byobu, which is scheduled for 18:00 UTC, tomorrow, Tuesday November 3, 2009. It will included a live demonstration, in Amazon EC2. Be pre […]

RSS Kees Cook’s Ubuntu Server posts

  • karmic and log rotation
    In Ubuntu’s Karmic and and Debian’s Lenny, sysklogd was replaced with rsyslog. This is fine, since rsyslog will have converted your /etc/syslog.conf to /etc/rsyslog.d/50-default.conf. However, if you modified the (maddeningly strange sysklogd-specific) log file rotation in /etc/cron.daily/sysklogd or /etc/cron.weekly/sysklogd, you’ll want t […]
  • TPM as RNG
    I was reminded about some TPM coding I’d done to get random bytes from the pRNG on my TPM-enabled system from Matt Domsch’s recent post. I’m not fully convinced that the pRNG of the TPM is an appropriate source of entropy, but it does pass my simple FIPS-140-2 test. I had to find the Intel TPM docs to figure out how to enable TPM on my syst […]
  • uninstall sun-java6
    With the vrms meme raging on Planet Ubuntu, I noticed some people still have sun-java6 installed. I’ve been using openjdk-6 since Hardy, and everything I use works fine with it (e.g. Vuze, Catan, Eclipse, FreeMind, and even Facebook’s photo uploader thing). Given the Ubuntu Tech Board’s “remove sun-java6 from the archive” Agenda […]

RSS Mathias Gug’s Ubuntu Server posts

  • Sep 20 – Sep 25 Wrap-up
    Spent most of my week in Portland to attend conferences. Conferences Attended LDAPCon 2009 and published report. Attended LinuxCon 2009. Image Store Proxy Updated image-store-proxy to 1.0. This version brings support for gpg signed images. Still need testing against the real-world Canonical Image Store infrastructure.
  • A summary of LDAPCon 2009
    On Sunday, September 20th and Monday, September 21st I attended LDAPCon 2009 in Portland, OR. Most of the open source projects were there – with the notable absence of Port 389 (Redhat) – as well as some vendors (Apple and UnboundID). Most of the slides are available online. Apache Directory project The Apache Directory folks gave several present […]
  • Sep 11 – Sep 18 Wrap-up
    Image-store-proxy Package image-store-proxy to enable the Image Store tab in Eucalyptus. The package (python-image-store-proxy) has made its way to main and on the -server isos in time for alpha6 with the help of Thierry and Kees. Server-karmic-directory-enabled-user-login Kept on investigating the use of puppet to build an ldap/krb5 infrastructure on EC2. I […]

RSS Thierry Carrez’s Ubuntu Server posts

  • Run your own Ubuntu Enterprise Cloud, part 3
    In part 1 and part 2 of this series, we saw how to set up a minimal cloud infrastructure and bundle a basic image (and test it). In this final article, we’ll play with our cloud from an end-user perspective. Setting up the web UI First of all, before accepting end users, as the administrator of the cloud you will have to setup a few things on the web U […]
  • Run your own Ubuntu Enterprise Cloud, part 2
    In part 1 of this series, we saw how to install the cloud infrastructure. In this article, we’ll bundle and upload an EMI (Eucalyptus Machine Image), based on Ubuntu Server 9.10 Beta, and validate that we can run an instance of it. Download required elements Go to the cloud/cluster controller and download the required items. For a 64-bit image: $ URL= […]
  • Run your own Ubuntu Enterprise Cloud, part 1
    Ubuntu Enterprise Cloud is the product, powered by Eucalyptus, that allows you to easily run your own Amazon-EC2-like private cloud. It’s a lot simpler than you’d think. With the recent Ubuntu Server 9.10 beta release, you are now able to easily deploy that infrastructure from the CD installer. Prerequisites To deploy a minimal cloud infrastructu […]

RSS Jamie Strandboge’s Ubuntu Server Posts

RSS Soren Hansen’s Ubuntu Server Posts

  • An error has occurred; the feed is probably down. Try again later.

 

September 2008
M T W T F S S
« Aug   Oct »
1234567
891011121314
15161718192021
22232425262728
2930