Archive for March 26th, 2009

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.


The Ubuntu Server Team

RSS Dustin Kirkland’s Ubuntu Server posts

  • Byobu Custom Status Notifications in 3 Easy Steps!
    Richard Johnson blogged a really cool hack for Byobu a couple of days ago. He created a custom script to retrieve his next appointment from his calendar and display it in Byobu's status bar. This is really cool ;-)Many Byobu users have asked me for this sort of functionality over the last year -- the ability to add custom status items to the lower bar. […]
  • Byobu Featured in Linux Identity Magazine
    I wrote an article on Byobu for the Ubuntu 9.10 issue of Linux Identity Magazine.The article is in full color, with lots of screenshots. If you're interested in Byobu, or generally in Ubuntu 9.10, I suggest you pick up a copy! There are several other interesting articles, and also comes with Ubuntu 9.10 DVDs.http://www.linuxidentity.com/us/index.php?nam […]
  • 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 […]

RSS Kees Cook’s Ubuntu Server posts

  • happy holidays 2009!
    Happy Holidays! Or, as my firewall reported this morning: Dec 25 04:39:18 firewall kernel: [1054241.000084] sd 2:0:0:0: [sda] ABORT operation started ... Dec 25 04:40:10 firewall kernel: [1054292.072173] raid1: sdb2: redirecting sector 3490144 to another mirror I guess I’m getting my firewall a new hard drive for Christmas. :)
  • install from official repositories only
    As quickly pointed out by Rick, don’t install random software that isn’t in the official distribution archive unless you really know what you’re doing (and copy/pasting commands from a website doesn’t count). You’re just asking to be made part of a botnet.
  • 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 […]

RSS Mathias Gug’s Ubuntu Server posts

  • RFC: Boot-time configuration syntax for UEC/EC2 images
    As part of the Boot-time configuration for UEC/EC2 images specification a configuration file can be passed to instances as user-data to customize some part of the instance without writing and maintaining custom scripts. The goal is to support most common operations done on instance boot as well as help to bootstrap the instance to be part of an existing conf […]
  • RFP: packages to promote to main and demote to universe for Lucid Lynx LTS
    The Ubuntu Server team is requesting feedback on the list of packages to be promoted to main and demoted to universe during this release cycle. Lucid being an LTS release we wanna make sure that packages in main are maintainable for 5 years.  Useful packages should be promoted to main while packages that provide duplicated functionalities or are not maintain […]
  • 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.

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

  • What Ubuntu Server *could* be
    I'm glad Thierry started this discussion. About six months ago when we were first beginning to talk about what to do in Jaunty, I sat down and wrote a bunch of notes that I meant to turn into a blog post, but it never made it farther than an e-mail to a few people, but now that we're sharing visions, I thought I'd post it. Disclaimer: These ar […]
  • gtk-vnc and virt-viewer mozilla plugins
    Another cool thing that's new in Jaunty that I've never gotten around to bloggin about is the fact that the virt-viewer and gtk-vnc packages in Ubuntu now provide mozilla-virt-viewer and mozilla-gtk-vnc, respectively. This means you can now put something like or this: in a web page and have access to virtual machines or other VNC servers directly i […]
  • Announcing Eucalyptus
    I'm very pleased to announce the availability of Eucalyptus in Ubuntu Jaunty Jackalope! From the package description: EUCALYPTUS is an open source service overlay that implements elastic computing using existing resources. The goal of EUCALYPTUS is to allow sites with existing clusters and server infrastructure to co-host an elastic computing service th […]

 

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