Archive for March, 2009

Server Team 20090331 meeting minutes

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

Ubuntu Server Guide

sommer reported that he received some feedback on a few sections from the Ubuntu Server Guide. However some sections still need to be reviewed: they’re listed in the wiki page. Help in reviewing them is welcomed.

NUMA support for 64bit -server kernel

cooloney brought the question of whether NUMA should be enabled on 64bit -server kernel. No objections were raised except that it may be too late for the Jaunty release cycle. This topic should be discussed for the Karmic cycle at the next UDS with the Kernel team.

Ubuntu on EC2

zul gave a report on the state of Ubuntu on EC2. The next beta image based on Intrepid is being worked on. Next in the pipeline is an image based on Hardy and the 2.6.24 kernel. An image based on Jaunty and the 2.6.28 kernel is also being planned. Each new release will be announced on the ec2-beta mailing list.

Bugs from Jaunty Beta

mathiaz reminded that with the release of Jaunty Beta last Thursday the number of new bugs filed had raised. Any help in triaging them is welcomed. The list of new bugs related to the Ubuntu Server team is a good place to start any triaging effort.

Bacula testing

ivoks asked for more testing and bug triaging on the bacula package.

RHCS support

ivoks raised the question of whether Red Hat Cluster Suite should be kept in main in Karmic. Fabio M. Di Nitto, the current maintainer, mentioned he had less and less time to maintain the package and was looking for some help. mathiaz suggested to discuss this topic at the next UDS. Meanwhile ivoks will make sure rhcs is in good shape for Jaunty.

Agree on next meeting date and time

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

March in the archive: a view from the Ubuntu Server team

Since we entered FeatureFreeze one and half month ago the Ubuntu developers have shifted their focus on fixing bugs. As such the archive hasn’t seen a lot of new package versions or shiny new features. Here are a few highlights from the archive that happened during last month:

Python 2.6 transition

One of the main focus of the MOTU team has been conducting the python 2.6 transition. Scott Kitterman and other MOTUs have uploaded numerous packages to the archive in order to get ready for python 2.6 in Jaunty.

Loads of bug fixes

Most of the uploads have been fixing bugs: bacula packages can now be installed successfully in Jaunty. The samba package has been updated twice to new upstream versions to fix the broken ‘force group’ option as well as saving files on Samba shares using MS Office 2007.

Karmic is known in Jaunty

Some packages have been updated to  know about the next release codenamed Karmic Koala. Lintian, vim and other developers packages in Jaunty won’t complain when karmic will show up in Changelogs and other places once the release cycle opens.

Ubuntu in the cloud

In the realm of cloud computing things are moving fast.

Ubuntu on EC2 saw another beta released. ec2-init is now accepting more options such as disabling the root account and supporting RightScale managed instances. The EC2 API tools have also been packaged: managing EC2 instances using command lines tools is just a package installation away in Jaunty.

Eucalyptus, which helps to build private clouds using Ubuntu, saw a handful of bug fixes by Soren Hansen: better support for EBS in KVM, compression for image transfers are amongst the improvements. Collaboration with the upstream developers is working well as Ubuntu patches are integrated in new bzr snapshots.

kvm saw a packaging cleanup: Dustin Kirkland dug through the patches and kept the relevant ones while removing obsoletes patches. Builds on lpia and ia64 have also been enabled. DKMS support has been improved so that the kvm kernel module available from the kvm-source package can be easily updated.

likewise-open5 in universe

Likewise-open make it a snap to integrate an Ubuntu system in an AD environment. Thierry Carrez uploaded the latest version to the Ubuntu universe. Version 5 has seen many architectural changes: gone is the monolithic daemon – it has been replaced with a collection of daemons that handle one task. However upgrades from 4.1 to 5.0 aren’t supported. The system has to be rejoined when moving from 4.1 to 5.0. As a consequence 5.0 and 4.1 are available in Ubuntu with 4.1 in main and 5.0 in universe.

MySQL 5.0 to 5.1 upgrades

Even though MySQL 5.0 is still the supported version in Ubuntu, MySQL 5.1 is already available in universe. Upgrading from 5.0 to 5.1 is now possible in Jaunty thanks to the work of Mathias Gug.

screen-profiles

Dustin Kirkland has been busy updating the screen-profiles package. The ec2-cost script has been fine-tuned while a new package, screen-profiles-extra, has been created to ship additional color profiles.

Server Team 20090324 meeting minutes

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

Review ACTION points from previous meeting

kirkland posted the promised blog post asking for testing of kvm 84 backport to hardy with specific instructions on how-to setup kvm 84 from the ubuntu-virt PPA. He received some feedback and noted that some bugs might require to backport libvirt as well.

Other progress reports on Roadmap items

sommer reported the creation of new sections in the Server Guide: Eucalyptus and Opennebula. He welcomes feedback on those chapters (and on all other chapters), especially before StringFreeze which is Thursday, March 26.

Beta release coming up

ttx reminded the audience of the upcoming Beta release and encouraged everyone to participate in the ISO testing process, especially the owners of real server hardware.

Agree on next meeting date and time

Next meeting will be on Tuesday, March 31st at 15:00 UTC in #ubuntu-meeting.

Likewise Open 5.0 available in Jaunty

By popular demand, Likewise Open 5.0 – which provides authentication services for Active Directory Domains  – is now available in Jaunty! This release brings key improvements through a complete rewrite of the underlying services:

  • New threaded authentication service (lsassd) results in improved system responsiveness under heavy load, faster online/offline detection for mobile users
  • Inclusion of idmap compatibility plugins for Samba 3 file and print servers
  • DCE/RPC support for TCP, UDP, and Named Pipes transports
  • New auditing and logging service (eventlogd) using sqlite3 as the storage engine
  • New domain controller location service (netlogond)

This was released in Jaunty as a separate set of packages named likewise-open5. The reason behind this was that Likewise Open does not support (yet) upgrading from 4.1 to 5.0 without forcing systems to rejoin the domain. Since this operation requires Windows Domain Administrator credentials that may or may not be available at upgrade time it was considered better to let the two versions co-exist in 9.04, with likewise-open (4.1) in main and likewise-open5 (5.0) in universe.

Try it out by running:

sudo apt-get install likewise-open5

Warning: If likewise-open is already installed this will result in the removal of the Likewise Open 4.1 packages and make the system leave the AD domain! Both 4.1 and 5.0 should behaves the same way. An Active Directory domain can be joined using the GUI (likewise-open5-gui) or the CLI tool:

sudo domainjoin-cli join test-ad.company.com Administrator AdminPassword

The likewise-open5 packages are quite new and have been added late in the release process. Testing and reporting any bugs (especially regressions fro 4.1) to Launchpad is welcome!

Server Team 20090317 meeting minutes

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

KVM backport in hardy

kirkland asked for some assistance testing a kvm-84 package that he prepared for hardy. It’s available in ubuntu-virt PPA. The goal is to prepare an SRU for hardy. There was some discussions about the best way to conduct testing as the new version contains security fixes. It was suggested to go through the following workflow: ~ubuntu-virt PPA -> hardy-backports -> hardy-{proposed|security} -> hardy-updates.

ACTION: kirkland to write a blog post asking for testing of kvm 84 backport to hardy with specific instructions on how-to setup kvm 84 from the ubuntu-virt PPA

likewise-open 5 in jaunty

ttx reported that a FF Exception had been granted to likewise-open-5 and he had uploaded the package. He added that this was a new separate package from the likewise-open 4.1 packages as the upgrade from 4.1 to 5.0 required to leave the domain and rejoin it. So Likewise Open 5 will coexist with Likewise Open 4.1 in Jaunty. For the Karmic cycle we’ll work with upstream to propose a seamless upgrade for all users to the latest version and phase out 4.1. There was some discussion about the best way to document that behavior: the Ubuntu Server Guide and the Debian.News file seemed to be the most appropriate locations.

screen-profiles by default

kirkland brought up the question of installing screen-profiles by default on EC2 instances and thus running screen by default when logging into an EC2 system. zul, soren and ehammond1 already discussed it and were against. There were some concerns about overlapping key bindings. The discussion was deferred to the next release cycle.

Agree on next meeting date and time

Next meeting will be on Tuesday, March 24th at 15:00 UTC in #ubuntu-server.

Next Page »


The Ubuntu Server Team

RSS Dustin Kirkland’s Ubuntu Server posts

  • 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 […]
  • Ubuntu Karmic Release Party in Austin
    30+ Ubuntu enthusiasts, free software developers, hackers, beer drinkers, and spouses attended Austin's Karmic Release Party on Thursday, October 29, 2009, celebrating the spectacular Ubuntu 9.10 release.We filled half of the dining space at Aussie's, an Australian-themed volleyball beach bar--in honor of our Koala mascot and the Ubuntu Enterprise […]
  • Ubuntu Virtualization Poll - Your Feedback Requested!
    We're still a week away from releasing Ubuntu 9.10, which I'm sure will be a phenomenal server release, with huge strides in virtualization and cloud hosting. The Ubuntu Enterprise Cloud should be the most complete open source cloud hosting solution in the industry.But we're also beginning to prepare for the Ubuntu Developer Summit in Dallas, […]

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.

 

March 2009
M T W T F S S
« Feb   Apr »
 1
2345678
9101112131415
16171819202122
23242526272829
3031