Archive for June, 2008

A month in the archive – a view from the Ubuntu Server Team

The release of Intrepid Alpha1 closes a busy month with an archive teeming with merges and other syncs from Debian’s unstable repository. Here are some highlights from the Ubuntu Server Team:

amavisd-new brought to version 2.6.0

The main new feature is DKIM signing and verification. Further integration of DKIM within Ubuntu is being planned for Intrepid. Check out the specification to track progress and help out testing this new feature.

apache2 updated to 2.2.9

There were some bug reports about the worker and event mpm stability under high load. These issues should be fixed now. This new upload includes also a rewrite of the a2{en,dis}{mod,site} utilities used to manage the modules and sites that are enabled: support for wildcards in modules and site names as well as customization via environment variables have been added.

krb5 1.6 synced from Debian

The LDAP plugin for the MIT KDC has been packaged. An LDAP server can now be used to store the KDC database. That opens up interesting options used in combination with openldap syncrepl infrastructure.

libapache2-mod-perl2 and perl 5.10

Version 2.0.4 of libapache2-mod-perl2 brings support for perl 5.10. Just in time now that perl 5.10 is the default version in Intrepid.

libnss-ldap new upstream release

Beside a bug-fix release, the upload came with this interesting note:

An odd, but important, note from your maintainer…
Please look at the libnss-ldapd package, and if it fits your needs,
consider using it – it is much easier on you ldap server, but is still
missing a few items, which may make it still unusable for you.

On a related note, browsing through the openldap cvs shows a new overlay committed at the beginning of June in the slapd-module contrib directory: nssov. This code is based on the libnss-ldapd mentioned above. One of the goal for Intrepid is to package this new work. Your testing skills will be put to great benefits when this new feature lands in the archive.

sybase support in php5 re-enabled

It went away during the move to 5.2.6 – oops… It’s back now.

Stable Release Updates in hardy

openldap has been updated to version 2.4.9 in hardy. This version fixes a number of bugs including syncrepl issues, assertion errors, and segmentation faults found in previous versions of openldap. In a word: more reliable and replication that works well.

postgresql released a new bug-fix-only version: dapper (8.1.13), feisty (8.2.9), gutsy (8.2.9), hardy (8.3.3) and intrepid (8.3.3) have all been updated.

Mail server improvements for the Intrepid Ibex

Scott Kitterman, one of the Ubuntu Server mail experts, discussed during last UDS a couple of improvements that could be made in the mail server area during this release cycle. The outcome has been turned into blueprints so that we can track their progress through out the cycle.

DKIM support to amavisd-new by default

This blueprint aims at providing Domain Keys Identified Mail (DKIM) verification and From based white listing support in the default amavisd-new configuration. It requires a small change in the default amavisd-new configuration and writing a couple of Main Inclusion Reports for the following packages:

  • libdigest-sha-perl
  • libnet-dns-perl
  • libcrypt-openssl-rsa-perl
  • libmail-dkim-perl

Support Clamav and Spamassassin in Main

Anti-virus scanning and spam detection are two important components in a mail server. For that we have clamav and spamassassin . This specification describes the steps needed to get these two packages moved into the main repository. One aspect deals with some changes required in the packaging of clamav. The other is to write a number of Main Inclusion Reports for various packages.

Want to help ?

An important part of the work described above involves writing Main Inclusion Reports. The process is described in the Ubuntu developer wiki and centers around writing a Main Inclusion Report about the package outlining security history, bug status and standard compliance.

Interested ? Then grab a package from the list mentionned in the specifications above and write up its Main Inclusion Report. And by october you’ll be able to say that you’ve contributed in shaping an intrepid mail server.

Ressources

Server Team 20080624 meeting minutes

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

Ebox and augeas

mathiaz started a thread on the ebox-devel mailing list about using augeas in the backend code. Response has been positive so far and upstream developers will look into it.

On a related note, nxvl packaged augeas. He uploaded it to revu and is looking for comments.

text browser on the server cd

mathiaz sent a reply to the w3m thread on ubuntu-devel to announce the position of the ubuntu-server team. The thread is still active on the ubuntu-server mailing list but has drifted to the topic of server flavors.

Relocation of web pages from /var/www/ to /srv/www/

lukehasnoname put out a proposal for moving the default location of the RootDir in apache2 from /var/www to /srv/www. The main reason is to be compliant with the FHS. Objections were raised: increased delta with Debian, common knowledge about the location of the root directory, FHS doesn’t require any structure in /srv. It was suggested to take this proposal to the Debian maintainers and discuss it with them.

Intrepid Spec status

ScottK asked about the state of approval for specs. dendrobates answered it was working on them now and the list should be ready in the next few days. ScottK also ask for feedback on his server flavor spec.

Iso testing for 8.04.1

mathiaz reminded that the iso testing tracker has 8.04.1 candidates for the ubuntu-server isos. Testing is more than welcome in that area. He also added that isos for 8.10-alpha1 are being worked on, but nothing is ready for testing yet. Those interested in helping in iso-testing should register with the iso testing tracker.

MIR for Recommends

ScottK asked whether MIR for Recommends should be created. Starting from Intrepid, apt installs Recommends by default. However if packages are not available it won’t fail. The question is whether packages in main can recommend packages in universe. mathiaz suggested to send an email to ubuntu-devel to raise this issue as there wasn’t a clear answer given in the discussion.

Agree on next meeting date and time

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

Getting your own list of fine merges

For those of you that wonder how I’ve put up the list of fine merges from the Ubuntu Server team, I’ll shed some light on the process I’ve followed. I’m not going through the list of hundreds of merges. Instead I’m reading the Ubuntu Server merge report which includes only packages relevant to the Ubuntu Server team.

This page is generated by a small python script that narrows down the list of merges to a set of packages related to the ubuntu-server team in launchpad. Moreover each merge has more details than the report pages generated by Merge-O-Matic: changelog entries from Ubuntu and Debian, diff statistics from the generated patches.

How-to get started

The script and the necessary bits are available in bzr.

To get started, you need to install the python-mako and python-magic packages:

sudo apt-get install python-mako python-magic

Then checkout the bzr branch:

bzr branch lp:~mathiaz/+junk/get-merges

Change your directory to the get-merges branch just created and generate your report:

cd get-merges/
./get_merges.py lp-id

After some minutes you should find a file named lp-id.html with a list of merges relevant to the LP id.

The list of packages relevant to the team is gathered from the LP id package report page (example: the ubuntu-server page). An additional list of package can be added via a local file named lp_id.list (there is an example file (ubuntu-server.list)  in the script directory). Files related to the merge (.patch and .diff.gz files) are downloaded from Merge-O-Matic and cached locally in the merges/ directory. The mako template engine is used to generate the final report. Have look at the style.css and get_merges.mako files in order to customize the output.

Hopefully this script will help the merging effort that the Ubuntu Developer team is currently doing. You can create your personal merge list and filter out packages you’re not interested in. And if you ever get down to an empty list, you can always ask Merge-O-Matic for more !

8 outstanding merges

As pointed out by Colin Watson in an email to ubuntu-devel-announce the Debian Import Freeze is coming soon. In particular he stated that:

all packages should have been merged from Debian at least once by this time. After 26 June, merging a package from Debian that hasn’t been merged since Hardy will require a freeze exception

Following last week post about merges related to the Ubuntu Server Team I’ve dived into the list of outstanding merges and come out with the following suggestions about merges that should be easy to do:

The Ubuntu Server Team roadmap has been updated and I’ve noticed that more than half of the suggested merges last week had been done – well done fellow Ubuntu developers !

Next Page »


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

  • UDS Lucid
    This week, Dallas hosts the Ubuntu Developer Summit for the Lucid Lynx release. This is the key moment where we define what will be done for Ubuntu 10.04 LTS, and discuss how it will be done. There will be plenty of interesting sessions in all the tracks, and sometimes I wish I could attend two sessions at the same time. In the server track, Monday will have […]
  • 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= […]

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.

 

June 2008
M T W T F S S
« May   Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30