View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~serge-hallyn/debian/experimental/multipath-tools/dbg Development 2011-01-05 22:53:21 UTC
5. Create a debug package

Author: Serge Hallyn
Revision Date: 2011-01-05 22:52:51 UTC

Create a debug package

lp:~serge-hallyn/ubuntu/maverick/multipath-tools/backport-fixes (Has a merge proposal) Development 2011-01-04 22:35:39 UTC
38. Have the initramfs/local-top script u...

Author: Serge Hallyn
Revision Date: 2011-01-04 22:35:39 UTC

Have the initramfs/local-top script use the scsi_wait_scan module to
make sure all LUNs are found before we proceed.

lp:~serge-hallyn/ecryptfs/emountjan.2010 (Has a merge proposal) Development 2011-01-03 21:57:27 UTC
520. define emount emount is a program to...

Author: Serge Hallyn
Revision Date: 2011-01-03 21:53:00 UTC

define emount

emount is a program to ease mounting and umounting of
various ecryptfs directories. For instance, I like to
have ~/Ubuntu\ One/gtd mounted on ~/gtd. To do this,
I would create .ecryptfs/gtd.conf, containing an fstab-like
entry:

  /home/serge/Ubuntu\ One/gtd /home/serge/gtd ecryptfs none 0 0

and create .ecryptfs/gtd.sig containing the signature. I
can ecryptfs-add-passphrase to preload my keychain, and then
just do

  emount gtd

to mount, and eumount gtd to unmount it.

lp:~serge-hallyn/ubuntu/natty/ecryptfs-utils/emount3 Development 2011-01-03 21:18:34 UTC
69. slightly better changelog (Create 'em...

Author: Serge Hallyn
Revision Date: 2011-01-03 21:18:34 UTC

slightly better changelog (Create 'emount' to more easily mount ecryptfs dirs)

lp:~serge-hallyn/ubuntu/natty/multipath-tools/debe1 (Has a merge proposal) Development 2010-12-22 18:06:26 UTC
9. debian/patches/1001--fix-linking-comm...

Author: Serge Hallyn
Revision Date: 2010-12-22 18:06:26 UTC

debian/patches/1001--fix-linking-command.patch
Description: Specify LDFLAGS after objects
 Otherwise linking fails. Not (yet) sent upstream, may be
 specific to Ubuntu toolchain since someone otherwise surely
 would have noticed failure to build.

lp:~serge-hallyn/ubuntu/natty/ecryptfs-utils/emount2 Development 2010-12-20 18:59:07 UTC
73. bump version name again

Author: Serge Hallyn
Revision Date: 2010-12-20 18:59:07 UTC

bump version name again

lp:~serge-hallyn/ubuntu/lucid/grub2/multipath2 Development 2010-12-10 20:17:51 UTC
67. Patch grub-mkconfig to use blkid inst...

Author: Serge Hallyn
Revision Date: 2010-12-10 20:15:37 UTC

Patch grub-mkconfig to use blkid instead of grub-probe, because
grub-probe balks on /dev/mapper/{WWID} entries. (LP: #688261)

lp:~serge-hallyn/ubuntu/lucid/grub2/mp1 Development 2010-12-10 15:55:58 UTC
78. why isn't convert_sytem_partition_to_...

Author: Serge Hallyn
Revision Date: 2010-12-10 15:55:58 UTC

why isn't convert_sytem_partition_to_system_disk working for me?

lp:~serge-hallyn/ubuntu/lucid/initramfs-tools/udevsettle (Has a merge proposal) Development 2010-12-08 21:44:32 UTC
195. fix target release in changelog

Author: Serge Hallyn
Revision Date: 2010-12-08 21:44:32 UTC

fix target release in changelog

lp:~serge-hallyn/ubuntu/natty/multipath-tools/fix-uevent2 (Has a merge proposal) Development 2010-12-07 20:16:23 UTC
35. Add patch to fix uevent devpath handl...

Author: Serge Hallyn
Revision Date: 2010-12-07 20:15:56 UTC

Add patch to fix uevent devpath handling. This is needed at least
from lucid..natty to work with the Intel Modular Server.

lp:~serge-hallyn/ubuntu/natty/multipath-tools/uevdiscard-pathname Development 2010-12-07 19:56:25 UTC
35. Fix SCM failover bugs: 1. multipathd ...

Author: Serge Hallyn
Revision Date: 2010-12-07 19:53:02 UTC

Fix SCM failover bugs:
1. multipathd expects uevents from kernel about /sys/block/sda. But
we are only getting them about /sys/devices/pci000:00/.../block/sda.
So we never add or remove devices that we should add based on
uevents.
2. Since we never see (or rather, never understand) the ACTION=remove
event for /dev/block/sda, but we have the device pinned, we never
end up unpinning it. So the kernel doesn't re-use sda when the
path shows back up. So we end up using funky-using paths like sdaa.
This looked for all the world like a kernel refcount problem, but
was actually a userspace bug. (We should have known based on the
fact that rollover stopped after multipathd crashed :)
Note that /sys/block/sda is always a symlink to the longer pathname.
This patch fixes this bug by accepting the uevents on the full block
/sys/ pathname. (LP: #660597)
This fix (slightly differently) is in the upstream code since 2008 and
in debian sid package.

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/manpage (Has a merge proposal) Development 2010-12-06 15:28:04 UTC
105. specify in configuration that we want...

Author: Serge Hallyn
Revision Date: 2010-12-06 15:27:41 UTC

specify in configuration that we want documentation and add the
needed build-depends, so we get qemu.1 manpage. (LP: #675753)

lp:~serge-hallyn/ubuntu/maverick/multipath-tools/fix-crash-on-shutdown bug(Has a merge proposal) Development 2010-11-25 08:15:41 UTC
35. Apply patch from debian to fix multip...

Author: Serge Hallyn
Revision Date: 2010-09-16 14:55:51 UTC

Apply patch from debian to fix multipathd crash on
shutdown (LP: #488285)

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/dont-load-after-package-remove (Has a merge proposal) Development 2010-11-23 20:09:32 UTC
102. debian/qemu-kvm.upstart: don't load t...

Author: Serge Hallyn
Revision Date: 2010-11-23 20:08:09 UTC

debian/qemu-kvm.upstart: don't load the kernel modules if the package
has been removed but the upstart jobs still exists. (LP: #292588)
(Originally by Felix Geyer <debfx-pkg@fobos.de>)

lp:~serge-hallyn/ubuntu/lucid/casper/push-to-debian Development 2010-11-19 17:44:06 UTC
816. Make checking for home-rw contingent ...

Author: Serge Hallyn
Revision Date: 2010-11-19 17:43:18 UTC

Make checking for home-rw contingent on a separate boot command
line argument. That way, if we want a persistent root but not
a persistent home, we won't get useless warning messages at boot.
(LP: #642258)

lp:~serge-hallyn/ubuntu/natty/initramfs-tools/retrymount (Has a merge proposal) Development 2010-11-18 16:17:31 UTC
230. Add retries to mountroot(). This is ...

Author: Serge Hallyn
Revision Date: 2010-11-18 16:12:30 UTC

Add retries to mountroot(). This is particularly needed when we
use multipath, because it is possible that mountroot() will race
with udev's renaming of /dev/disk/by-uuid/{rootfs-uuid} from
/dev/sd?? to /dev/mapper/something. After multipath has grabbed
the /dev/sd?? and until udev completes the rename, mounting
/dev/disk/by-uuid/{rootfs-uuid} will fail with -EBUSY.

lp:~serge-hallyn/ubuntu/maverick/qemu-kvm/showkeys Development 2010-11-18 01:08:00 UTC
95. add patch from Benamin Drung to detec...

Author: Serge Hallyn
Revision Date: 2010-11-18 01:07:35 UTC

add patch from Benamin Drung to detect keycodes sent to kvm.

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/add-manpage (Has a merge proposal) Development 2010-11-16 23:46:16 UTC
99. Don't allow parallel build of kvm, as...

Author: Serge Hallyn
Revision Date: 2010-11-16 23:46:16 UTC

Don't allow parallel build of kvm, as it is rumored to be the
cause of error compilations, including 'qemu-host.h not found'

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/fix-i386-build Development 2010-11-16 23:15:29 UTC
98. Don't allow parallel build of kvm, as...

Author: Serge Hallyn
Revision Date: 2010-11-16 22:29:30 UTC

Don't allow parallel build of kvm, as it is rumored to be the
cause of error compilations, including 'qemu-host.h not found'

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/fix-mouse (Has a merge proposal) Development 2010-11-16 07:22:27 UTC
97. Apply 'vmmouse: adapt to mouse handle...

Author: Serge Hallyn
Revision Date: 2010-11-16 05:43:45 UTC

Apply 'vmmouse: adapt to mouse handler changes.' from upstream to
make mouse work again, LP: #675749.

lp:~serge-hallyn/ubuntu/natty/libvirt/fix-ppc-ftbfs-xen (Has a merge proposal) Development 2010-11-12 19:56:01 UTC
109. Apply patch: 'build: cleanup declarat...

Author: Serge Hallyn
Revision Date: 2010-11-12 19:55:43 UTC

Apply patch: 'build: cleanup declaration of xen tests.' to fix
the FTBFS for ppc and arm (which are configured without xen).

lp:~serge-hallyn/ubuntu/natty/libvirt/0.8.5v2 (Has a merge proposal) Development 2010-11-05 21:56:12 UTC
108. * New upstream release: 0.8.5 (Addre...

Author: Serge Hallyn
Revision Date: 2010-11-05 21:54:33 UTC

* New upstream release: 0.8.5

(Addressed feedback from jdstrand on the previous merge request,
in lp:~serge-hallyn/ubuntu/natty/libvirt-0.8.5)

* Removed a slew of patches which have been
  applied upstream since 0.8.3.
  - 9012-apparmor-extra-tests.patch
  - 9013-apparmor-chardev.patch
  - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch
  - 9016-Close-fd-s-of-persistent-tap-devices.patch
  - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch
  - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch
  - 9019-uml-fix-logic-bug-in-checking-reply-length.patch
  - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
  - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
  - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
  - 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
  - 9025-Add-nwfilter-support-to-UML-driver.patch
  - 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch
  - 9027-Make-newfilter-xml-transformations-endian-safe.patch
  - 9028-lp628055.patch
* Updated 9002-better_default_uri_virsh.patch to use vshStrdup,
  as now required in that file. (use of strdup now causes compilation
  to fail)
* Removed 9008-run-as-root-by-default.patch, which has not been
  applied for awhile now, with no ill effects.
* Simple refresh of:
  - 0001-remove-RHism.diff.patch
  - 0003-allow-libvirt-group-to-access-the-socket.patch
  - 0004-fix-Debian-specific-path-to-hvm-loader.patch
  - 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
  - 9000-delayed_iff_up_bridge.patch
  - 9001-dont_clobber_existing_bridges.patch
  - 9003-better-default-arch.patch
  - 9004-libvirtd-group-name.patch
  - 9005-increase-unix-socket-timeout.patch
  - 9006-default-config-test-case.patch
  - 9009-autodetect-nc-params.patch
  - 9010-dont-disable-ipv6.patch
  - 9011-move-ebtables-script.patch
  - 9014-skip-nodeinfotest.patch
  - 9020-lp545795.patch
* Create a patch to include stdint.h so lxc_container.h, which
  #includes linux/fs.h, doesn't trip up on undefined uint64_t.

lp:~serge-hallyn/ubuntu/natty/libvirt/0.8.5 (Has a merge proposal) Development 2010-11-05 21:48:22 UTC
120. Add list of simply refreshed patches ...

Author: Serge Hallyn
Revision Date: 2010-11-05 21:48:22 UTC

Add list of simply refreshed patches to debian/changelog

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/0.13.0 (Has a merge proposal) Development 2010-11-02 14:23:40 UTC
95. * New upstream release * Remove patch...

Author: Serge Hallyn
Revision Date: 2010-11-02 14:22:44 UTC

* New upstream release
* Remove patches which have been applied upstream:
  * 05_improve-qemu-img-errors.patch
  * arm-host-fix-compiler-warning.patch
  * check-for-invalid-initrd-file.patch
  * fix-CMOS-info-for-drives-defined-with--device.patch
  * linux-user-do-not-warn-for-missing-pselect6.patch
  * scm-rights-fd.patch
* Added a patch to revert a commit which caused configure
  to test compilations with -static. This caused configure
  to fail bc of unresolved dependencies in libsasl.
* Remove binary roms

lp:~serge-hallyn/ubuntu/maverick/ecryptfs-utils/emount2 Development 2010-10-26 21:56:06 UTC
71. Get a (hopefully) 'correct' version n...

Author: Serge Hallyn
Revision Date: 2010-10-26 21:56:06 UTC

Get a (hopefully) 'correct' version number to plop in ppa

lp:~serge-hallyn/ubuntu/maverick/ecryptfs-utils/emount Development 2010-10-26 13:37:49 UTC
90. remove debugging stmt

Author: Serge Hallyn
Revision Date: 2010-10-26 13:37:49 UTC

remove debugging stmt

lp:~serge-hallyn/ubuntu/natty/seabios/qemu-0.13.0-rc2 (Has a merge proposal) Development 2010-10-22 16:12:27 UTC
6. remove last bogus line from series

Author: Serge Hallyn
Revision Date: 2010-10-22 16:12:27 UTC

remove last bogus line from series

lp:~serge-hallyn/ubuntu/natty/qemu-kvm/0.13.0-rc1 Development 2010-10-21 17:24:15 UTC
97. Update debian changelog to list the p...

Author: Serge Hallyn
Revision Date: 2010-10-21 17:24:15 UTC

Update debian changelog to list the patches which
have been removed, and describe the one I added.

lp:~serge-hallyn/ubuntu/lucid/multipath-tools/manz Development 2010-10-19 12:54:17 UTC
52. Fix SCM failover bugs in manzanita: 1...

Author: Serge Hallyn
Revision Date: 2010-10-19 12:54:17 UTC

Fix SCM failover bugs in manzanita:
1. multipathd expects uevents from kernel about /sys/block/sda. But
we are only getting them about /sys/devices/pci000:00/.../block/sda.
So we never add or remove devices that we should add based on
uevents.
2. Since we never see (or rather, never understand) the ACTION=remove
event for /dev/block/sda, but we have the device pinned, we never
end up unpinning it. So the kernel doesn't re-use sda when the
path shows back up. So we end up using funky-using paths like sdaa.
This looked for all the world like a kernel refcount problem, but
was actually a userspace bug. (We should have known based on the
fact that rollover stopped after multipathd crashed :)
Note that /sys/block/sda is always a symlink to the longer pathname.
This patch fixes this bug by accepting the uevents on the full block
/sys/ pathname. (LP: #660597)

lp:~serge-hallyn/user-mounts/devel Development 2010-10-11 03:48:03 UTC
31. fix debian/rules for arch-dep

Author: Serge Hallyn
Revision Date: 2010-10-11 03:48:03 UTC

fix debian/rules for arch-dep

lp:~serge-hallyn/ubuntu/lucid/lxc/fix-separate-var bug(Has a merge proposal) Development 2010-09-25 03:41:42 UTC
17. Update patch description

Author: Serge Hallyn
Revision Date: 2010-09-25 03:41:42 UTC

Update patch description

lp:~serge-hallyn/ubuntu/maverick/bacula/depend-on-gawk Development 2010-09-22 21:35:21 UTC
58. add gawk to dependencies for bacula-d...

Author: Serge Hallyn
Revision Date: 2010-09-22 21:34:16 UTC

add gawk to dependencies for bacula-director, since gawk is
used by make_catalog_backup_awk. (LP: #645082)

lp:~serge-hallyn/ubuntu/maverick/bacula/gawk-depend Development 2010-09-22 21:30:20 UTC This branch has not been pushed to yet.
lp:~serge-hallyn/qa-regression-testing/migration Development 2010-09-17 19:37:44 UTC This branch has not been pushed to yet.
lp:~serge-hallyn/ubuntu/lucid/multipath-tools/fix-crash-on-shutdown Development 2010-09-16 14:29:07 UTC
35. Apply patch from debian to fix multip...

Author: Serge Hallyn
Revision Date: 2010-09-16 14:27:32 UTC

Apply patch from debian to fix multipathd crash on
shutdown (LP: #488285)

lp:~serge-hallyn/+junk/lxc-libvirt-scripts Development 2010-09-03 23:57:36 UTC
4. todo

Author: Serge Hallyn
Revision Date: 2010-09-03 23:57:36 UTC

todo

lp:~serge-hallyn/ubuntu/maverick/casper/no-panic-on-mount-fail (Has a merge proposal) Development 2010-09-03 20:03:00 UTC
829. change scripts/casper-helpers:try_mou...

Author: Serge Hallyn
Revision Date: 2010-09-03 20:02:10 UTC

change scripts/casper-helpers:try_mount() to not panic when regular
mounts fail. Instead, return an error code so the caller can decide.
(LP: #624632)

lp:~serge-hallyn/ubuntu/maverick/qemu-kvm/fix-initrd-errorcheck (Has a merge proposal) Development 2010-08-30 17:55:02 UTC
91. Apply patch to fix the lack of error ...

Author: Serge Hallyn
Revision Date: 2010-08-30 17:51:34 UTC

Apply patch to fix the lack of error checking when opening
an initrd file. (LP: #619302)

lp:~serge-hallyn/ubuntu/maverick/etherboot/e1000fix (Has a merge proposal) Development 2010-08-20 22:42:21 UTC
14. (LP: #617316) debian/rules: fix the i...

Author: Serge Hallyn
Revision Date: 2010-08-20 22:42:21 UTC

(LP: #617316)
debian/rules: fix the installation directory of the kvm-pxe roms
to /usr/share/qemu, rather than /usr/share/kvm, LP: #570870

lp:~serge-hallyn/ubuntu/maverick/etherboot/usrshareqemu (Has a merge proposal) Development 2010-08-13 00:57:10 UTC
13. debian/rules: symlink the kvm-pxe rom...

Author: Serge Hallyn
Revision Date: 2010-08-13 00:54:06 UTC

debian/rules: symlink the kvm-pxe roms to /usr/share/qemu, LP: #570870

lp:~serge-hallyn/ubuntu/maverick/qemu-kvm/merge-0.12.5 Development 2010-08-10 13:55:12 UTC
88. * New upstream release * Removed patc...

Author: Serge Hallyn
Revision Date: 2010-08-10 13:54:15 UTC

* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

lp:~serge-hallyn/live-build/uec Development 2010-07-28 21:14:21 UTC
3. Add instructions to README.

Author: Serge Hallyn
Revision Date: 2010-07-28 21:14:21 UTC

Add instructions to README.

lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/fix-scsi-writeback (Has a merge proposal) Development 2010-07-28 15:03:18 UTC
70. Fix segfault when using scsi with wri...

Author: Serge Hallyn
Revision Date: 2010-07-28 14:58:29 UTC

Fix segfault when using scsi with writeback (LP: #595438)

lp:~serge-hallyn/ubuntu/maverick/libcgroup/fix-devices Development 2010-07-20 16:08:04 UTC
5. Add launchpad bug id to debian/change...

Author: Serge Hallyn
Revision Date: 2010-07-20 16:08:04 UTC

Add launchpad bug id to debian/changelog (LP: #607859)

lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/fix-4096 (Has a merge proposal) Development 2010-07-09 16:40:53 UTC
70. Incorporate fix to prevent segfault w...

Author: Serge Hallyn
Revision Date: 2010-07-09 16:40:03 UTC

Incorporate fix to prevent segfault when using non-kvm qemu with
memory size > 4095M. (LP: #602539)

lp:~serge-hallyn/ubuntu/maverick/qemu-kvm/fix-multiboot (Has a merge proposal) Development 2010-06-28 20:24:05 UTC
81. merge patch from upstream to fix mult...

Author: Serge Hallyn
Revision Date: 2010-06-28 20:22:19 UTC

merge patch from upstream to fix multiboot.bin (LP: #598649)

lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/memleak-fix bug(Has a merge proposal) Development 2010-06-28 13:54:35 UTC
76. remove the debian/rules block to enab...

Author: Serge Hallyn
Revision Date: 2010-06-28 13:54:35 UTC

remove the debian/rules block to enable parallel build, which was
accidentally left in.

lp:~serge-hallyn/ubuntu/lucid/lxc/merge-0.7.0 Development 2010-06-23 19:32:32 UTC
9. bump version number switch to lucid r...

Author: Serge Hallyn
Revision Date: 2010-06-23 19:30:58 UTC

bump version number
switch to lucid release.

lp:~serge-hallyn/ubuntu/maverick/lxc/merge-0.7.0 Development 2010-06-23 19:30:58 UTC
9. bump version number switch to lucid r...

Author: Serge Hallyn
Revision Date: 2010-06-23 19:30:58 UTC

bump version number
switch to lucid release.

lp:~serge-hallyn/ubuntu/lucid/qemu-kvm/memleak-fix2 Development 2010-06-15 14:46:40 UTC
71. fix version and pocket

Author: Serge Hallyn
Revision Date: 2010-06-15 14:46:40 UTC

fix version and pocket

lp:~serge-hallyn/+junk/p9auth Development 2010-06-13 02:08:02 UTC
1. initial commit (import from git)

Author: Serge Hallyn
Revision Date: 2010-06-13 02:08:02 UTC

initial commit (import from git)

lp:~serge-hallyn/ubuntu/maverick/qemu-kvm/update-to-12.4 (Has a merge proposal) Development 2010-06-11 20:39:30 UTC
77. fix debian/changelog and remove binar...

Author: Serge Hallyn
Revision Date: 2010-06-11 20:39:30 UTC

fix debian/changelog and remove binary roms

201252 of 252 results