0825

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2010-07-14 14:58:50
Size: 2793
Editor: 82-69-40-219
Comment:
Revision 8 as of 2010-08-30 08:08:54
Size: 3479
Editor: a91-152-75-238
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * You - chair
 * BarryWarsaw
 * RobbieWilliamson - chair
Line 11: Line 10:
 * ScottJamesRemnant
 * SurbhiPalande
Line 37: Line 34:
 * BarryWarsaw
 * ScottJamesRemnant
 * SurbhiPalande
Line 45: Line 45:
  * [[https://bugs.edge.launchpad.net/ubuntu/maverick/+bugs?field.milestone:list=27561|alpha-3 bugs]]   * [[https://bugs.edge.launchpad.net/ubuntu/maverick/+bugs?field.milestone:list=27563|beta bugs]]
Line 62: Line 62:
## * ChairForNextMeeting  * ???

== IRC log ==
[[attachment:#ubuntu-meeting.html]]
Line 74: Line 77:
 * GRUB 2:
  * Merged Debian work from the tail-end of last week, with some additional fixes for bugs reported over the weekend.
  * Fixed regression when installing to a partition.
  * Yet more documentation work.
  * Worked on foundations-m-grub2-boot-framebuffer, fixing an ordering bug that broke GRUB_BACKGROUND handling, working with Andy to figure out how to avoid screen-clears, and spending a lot of time testing. At Matthew Garrett's suggestion, I wrote a simple linearfb kernel module, awaiting his review.
  * Fixed an obscure directory corruption bug when reading from reiserfs.
  * Fix grub-installer to resolve symlinks in default boot device (Bug:602758).

 * Support building debian-installer with new apt mirror: method.

 * Some 10.04.1 preparation.

 * Fixed cyrus-sasl2 (Bug:600180) and ppp (Bug:600947) build failures.

 * Stop sshd on shutdown, since Upstart won't do it for us now that it's a native job (Bug:603363).

 * Reviewed gparted patches from Surbhi.

 * Merged: initramfs-tools (twice), busybox, suitesparse (fixing build failure, Bug:601008), manpages-de, loadlin
Line 103: Line 86:
* worked on #601877 and 601874. The fix to both of them is the same really. Have uploaded a ppa and asked the user to see if the fix works for them.

* looked around for bugs in e2fsprogs.

* configuring qemu environment for testing.

* worked on btrfs-tools bug #601877 and #601874 - asked the user to test the fix and verified by eye balling the code, if the result that the user was getting was expected behavior. (also asked on #btrfs) Sent a merge request for the same. Sent the patch upstream.

* worked on #505719 - turned out that resize2fs works as expected. But the documentation needed to be reworded. Did that and sent a merge request for the same.

* mdadm - fixed a bug encountered while testing

* looked around for e2fsprogs bugs for working and btrfstools bugs

* worked on an e2fsprogs bug: 603966. Installed lucid in qemu with encrypted disk and tried to reproduce the bug. Went through the mountall code and e2fsprogs debugging. Waiting on new input from the bug reporter.

* worked on e2fsprogs bug: 567353. Waiting for the bug reporters input.

* worked on cifs bug 276472. Set up cifs, created a fix, checked if the patch fixes the bug. Sent the patch upstream.

* analyzed btrfs code for taking snapshots. Identified that btrfs already has code for finding out what files have changed since a given snapshot id. Also there is code for deleting a snapshot. Notified mvo about the same.

* also wanted to understand why we choose to have ext2 by default on /boot when a disk is encrypted.

* looking at mdadm code

* worked on mountall bug 460246 to invoke fsck -t btrfs without any switches

* worked on mdadm bug 617725. Have a solution, that needs further testing.

* Holiday from 24th Aug to 27th Aug

For minutes of previous meetings, please see FoundationsTeam.

Present

Lightning round order

   1 from random import shuffle
   2 team = [
   3     'Keybuk',
   4     'barry',
   5     'cjwatson',
   6     'doko',
   7     'ev',
   8     'mvo',
   9     'csurbhi',
  10     ]
  11 order = team[:]
  12 shuffle(order)
  13 print ', '.join(order)

Apologies

Agenda

  • Lightning Round
    • 2-4 sentences on current work/roadblocks
  • Outstanding actions from last meeting
  • Outstanding feature freeze exceptions
  • Farming out tasks that aren't being handled
  • Sponsorship queue

  • Any business from activity reports
  • Good news
  • AOB
  • Next week's chair

Outstanding actions from last meeting

Actions from this meeting

Chair for next meeting

  • ???

IRC log

#ubuntu-meeting.html

Activity reports

Barry Warsaw

Colin Watson

Evan Dandrea

Matthias Klose

Michael Vogt

Scott James Remnant

Surbhi Palande

* worked on #601877 and 601874. The fix to both of them is the same really. Have uploaded a ppa and asked the user to see if the fix works for them.

* looked around for bugs in e2fsprogs.

* configuring qemu environment for testing.

* worked on btrfs-tools bug #601877 and #601874 - asked the user to test the fix and verified by eye balling the code, if the result that the user was getting was expected behavior. (also asked on #btrfs) Sent a merge request for the same. Sent the patch upstream.

* worked on #505719 - turned out that resize2fs works as expected. But the documentation needed to be reworded. Did that and sent a merge request for the same.

* mdadm - fixed a bug encountered while testing

* looked around for e2fsprogs bugs for working and btrfstools bugs

* worked on an e2fsprogs bug: 603966. Installed lucid in qemu with encrypted disk and tried to reproduce the bug. Went through the mountall code and e2fsprogs debugging. Waiting on new input from the bug reporter.

* worked on e2fsprogs bug: 567353. Waiting for the bug reporters input.

* worked on cifs bug 276472. Set up cifs, created a fix, checked if the patch fixes the bug. Sent the patch upstream.

* analyzed btrfs code for taking snapshots. Identified that btrfs already has code for finding out what files have changed since a given snapshot id. Also there is code for deleting a snapshot. Notified mvo about the same.

* also wanted to understand why we choose to have ext2 by default on /boot when a disk is encrypted.

* looking at mdadm code

* worked on mountall bug 460246 to invoke fsck -t btrfs without any switches

* worked on mdadm bug 617725. Have a solution, that needs further testing.

* Holiday from 24th Aug to 27th Aug

FoundationsTeam/Meetings/2010/0825 (last edited 2010-08-30 08:08:54 by a91-152-75-238)