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.

4 Responses to “Server Team 20080624 meeting minutes”


  1. 1 vadirkp Tuesday, 24 June 2008 at 9:10 pm

    You’re making desktop users jealous… I wish the desktop team was this transparent and reportive too :)

  2. 2 Ju. Wednesday, 25 June 2008 at 12:42 am

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

    beware it could break a lot of things (fastcgi expects a /var/www for example or die without too much info)

    http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM

    says to avoid creation of subfolders in /srv

    <>

  3. 3 Dean Wednesday, 25 June 2008 at 2:19 pm

    Vadirkp: They do post their meeting minutes to ubuntu-desktop@lists.ubuntu.com

  4. 4 vadirkp Thursday, 26 June 2008 at 2:16 am

    I guess so, but the planet is just so much more accessible (which is better perceived transparency)


Leave a Reply




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

  • 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.
  • 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 […]

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 […]

 

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