2010-January Archive by Thread
Messages are ordered newest-to-oldest in this index. The newest
threads will be at the top of this page, the oldest will be at the bottom.
Within a single thread, the first mail note is the START of the
thread; the notes following that are in the chronological order of
when they were received. So globally, newest messages are at the top,
but within a thread, the oldest (the start of the thread) is at the
top.
If you think about it, it is confusing. Just go with the flow and everything will be all right.
- [PATCH] Fixup partition aligning (related #559639),
Hans de Goede
- [PATCH] Fix backtrace when adding mdraid arrays (#560360),
Hans de Goede
- mdadm created raid 10 set problem in anaconda 13.x,
Clyde E. Kunkel
- [PATCH] pyudev: explicitly specify all return value and argument types (#559394),
Hans de Goede
- [PATCH] Correctly add found multipath devices to our dict (#560029).,
Chris Lumens
- [PATCH] Add missing methods to RescueInterface,
Peter Jones
- logging unifications and cleanups,
Ales Kozumplik
- shutdown improvement,
Ales Kozumplik
- [PATCH] Remove /sys prefix in udev_enumerate_devices(),
Hans de Goede
- [rhel6-branch] & [master] two s390x blockers for RHEL-6,
David Cantrell
- Run serial console installs under "screen"?,
Chris Adams
- [PATCH] Startup iscsi / fcoe / zfcp before listing drives in the filter UI,
Hans de Goede
- [PATCH rhel6-branch master] Include /etc/netconfig in the initrd for NFS (#557704).,
Chris Lumens
- [PATCH] Log system messages to /tmp/syslog instead of /tmp/messages.log.,
Chris Lumens
- [PATCH] various filtering UI patches,
Chris Lumens
- [PATCH 1/3] Add pure python EDD code parsing and compareDrives substitute (#478996),
Hans de Goede
- [master] & [rhel6-branch] install test blockers,
David Cantrell
- [PATCH] cleardisks / filter ui enable per column sorting by clicking headings,
Hans de Goede
- [PATCH] Add anaconda support for group removal syntax (#558516).,
Chris Lumens
- [PATCH 1/2] cleardisk_gui: Base autoselection of bootdev on detected BIOS order,
Hans de Goede
- [PATCH rhel6-branch] libsoftokn3.so is in /usr/lib, just like libnssdbm3.so (#557702).,
Chris Lumens
- [PATCH] Add strace to the stage2 image and initrd.,
Chris Lumens
- [PATCH 1/4] Add pure python EDD code parsing and compareDrives substitute (#478996),
Hans de Goede
- [PATCH] two basic patches,
Chris Lumens
- [PATCH] Fix thinko in displaying the first filter notebook page that disks.,
Peter Jones
- [PATCH] DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440),
Hans de Goede
- [PATCH] Filter UI: don't show cciss controllers without sets,
Hans de Goede
- [PATCH 1/5] Make DMDevice.__init__ accept major and minor arguments (#558440),
Hans de Goede
- [PATCH 1/2] Use description property for MDRaidArrayDevice model,
Hans de Goede
- RFC: remove kickstart and driverdisk --biospart / bd:// support,
Hans de Goede
- [PATCH 1/4] Give MD BIOS RAID arrays there own type,
Hans de Goede
- [PATCH] Check for devices with no media present in filter_gui.py (#558177),
Hans de Goede
- [PATCH] Only /boot needs to be on one of the bootFSTypes. (#557718),
David Lehman
- [rhel5-branch] Don't show NFS note for HTTP and FTP installation (#557477).,
Ales Kozumplik
- [master] init, fixes a bug in getSyslog() causing a SEGV,
Ales Kozumplik
- [PATCH 1/8] Update exclusiveDisks when handling mdraid BIOSRAID in isIgnored,
Hans de Goede
- [PATCH 1/7] Special handling for mdraid BIOS RAID sets in exclusive disks,
Hans de Goede
- [master] & [rhel6-branch] NetworkManager fixes,
David Cantrell
- [PATCH 1/4] When in simple mode show BIOS RAID sets in basic page,
Hans de Goede
- [PATCH 1/2] When in simple mode show BIOS RAID sets in basic page,
Hans de Goede
- [master] Prevent init from telling us its story if the shutdown was planned.,
Ales Kozumplik
- [PATCH] Fix a syntax error in filter_gui.py,
Hans de Goede
- Re: 2 commits - anaconda_log.py storage/storage_log.py,
Ales Kozumplik
- [PATCH] Add another command to .bash_history.,
Peter Jones
- [PATCH] Handle MultipathDevice/PartitionDevice teardown better.,
Peter Jones
- [PATCH] make dracut only activate the root LV (#553295),
Hans de Goede
- [master] Fix compile problem from 65a3c05.,
Ales Kozumplik
- [PATCH rhel6/master] Support ignore all/reinit all on the disk reinitialization question (#512011).,
Chris Lumens
- [master][rhel6-branch] Fix display of biosraid/mpath in partition gui,
David Lehman
- _maxSize in anaconda filesystem types,
Eric Sandeen
- [PATCH 1/2] Fix SIGSEGV in dlabel feature (#556390),
Martin Sivak
- [PATCH] Remove unnecessary free from the rpmextract error handler,
Martin Sivak
- [PATCH] Fix SIGSEGV in dlabel feature (#556390),
Martin Sivak
- [master] & [rhel6-branch] here be three patches,
David Cantrell
- [PATCH] Fixed the setting of LD_LIBRARY_PATH in rescue,
Martin Gracik
- [PATCH pykickstart] Add %check section to pykickstart.spec,
Hans de Goede
- Adding %check sections to parted, pyparted, pykickstart, anaconda, etc.,
Hans de Goede
- Make multipath use system tools to bring up and tear down the device.,
Peter Jones
- [PATCH 01/19] Load all scsi_dh_* modules, since they can't be modprobe by aliases...,
Peter Jones
- [PATCH 02/19] Use StorageError insead of enumerating all the different storage errors.,
Peter Jones
- [PATCH 03/19] Tear down devices breadth-first instead of depth first.,
Peter Jones
- [PATCH 04/19] Make clearDisksWindow use device.model not device.partedDevice.model,
Peter Jones
- [PATCH 05/19] Add missing log_method_call()s.,
Peter Jones
- [PATCH 06/19] Set StorageDevice.exists before calling Device.__init__,
Peter Jones
- [PATCH 07/19] Add udev accessor for ID_MODEL_FROM_DATABASE/ID_MODEL.,
Peter Jones
- [PATCH 08/19] Make all StorageDevice-s support .vendor and .model,
Peter Jones
- [PATCH 09/19] Use create() rather than setup when we create a new mpath device.,
Peter Jones
- [PATCH 10/19] Create multipath.conf,
Peter Jones
- [PATCH 11/19] Add a parser for 'multipath -d' output.,
Peter Jones
- [PATCH 12/19] Add udev_device_get_multipath_name().,
Peter Jones
- [PATCH 13/19] Use mpath names instead of serials to group them.,
Peter Jones
- [PATCH 14/19] Include device-mapper-multipath in stage2.img,
Peter Jones
- [PATCH 15/19] Add an exception to use when multipath fails.,
Peter Jones
- [PATCH 16/19] Make multipath support use device-mapper-multipath to setup mpaths.,
Peter Jones
- [PATCH 17/19] Remove the multipath name generator, it is no longer used.,
Peter Jones
- [PATCH 18/19] Add mpath device to selection instead of its constituents.,
Peter Jones
- [PATCH 19/19] Multipath members should not be added to the ignored disk list.,
Peter Jones
- <Possible follow-ups>
- Make multipath use system tools to bring up and tear down the device.,
Peter Jones
- [PATCH] setStage2LocFromCmdline() shouldn't strdup so much.,
Peter Jones
- [PATCH] iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.,
Peter Jones
- [PATCH] Get rid of "stage2param" in parseCmdLineFlags(); it is unused.,
Peter Jones
- [rhel6-branch?] nm-connection-editor integration,
Radek Vykydal
- [rhel6-branch] Changed the architecture check from __ppc64__ to __powerpc64__,
Martin Gracik
- [PATCH rhel6-branch master] Testing mode was removed.,
Radek Vykydal
- [PATCH] Show call depth with spaces in log_method_call(),
Peter Jones
- [master] & [rhel6-branch] reipl code cleanup in loader,
David Cantrell
- [rhel5-branch] two s390 patches,
David Cantrell
- Anaconda 13.x Docs,
Clyde E. Kunkel
- [PATCH pykickstart] Add lineno to BaseData and derived classes (version 2),
Hans de Goede
- [PATCH] kickstart.py: Fix stdoutLog not being defined,
Hans de Goede
- [PATCH] kickstart.py: Use passed in anaconda parameter instead of relying on handler,
Hans de Goede
- [PATCH] s390 CHPID types must be treated in hex for lookup table to work (#552844),
Steffen Maier
- [PATCH 1/2] pylint error fixes round 2,
Hans de Goede
- [PATCH] pylint error fixes round 2,
Hans de Goede
- [PATCH pykickstart] Add lineno to BaseData and derived classes,
Hans de Goede
- [PATCH] kickstart.py: Fix undefined reference to handler,
Hans de Goede
- [PATCH] There's no reason to keep bits of mkinitrd in upd-instroot.,
Peter Jones
- Today's pungi rawhide compose failing due to deps,
Radek Vykydal
- [PATCH] Raise an exception when /etc/fstab contradicts detected fs type (#536906),
David Lehman
- unresolved pylint errors / warnings in master branch,
Hans de Goede
- [PATCH] Fixup various errors detected by pylint,
Hans de Goede
- [master][rhel6] disklabels on unpartitionable devices (#539482),
David Lehman
- [PATCH] mdraid: various changes to options for new mdraid array creation,
Hans de Goede
- [master] two s390x patches, one other,
David Cantrell
- [PATCH 1/2] Allow disks in the filter and cleardisks UIs to be selected via double-click.,
Chris Lumens
- [PATCH 1/4] Reword filter UI introductory text to be less confusing.,
Chris Lumens
- [PATCH 1/2] mdraid: various changes to options for new mdraid array creation,
Hans de Goede
- Upgrade parted to 2.1 for Fedora-13 ?,
Hans de Goede
- Re: [master 2/2] Fixes problems in the manual network configuration screen in loader with IPv6.,
David Cantrell
- [master] restore missing ipv6 stuff,
David Cantrell
- [PATCH] When displaying the filter UI, check devices that are in exclusiveDisks.,
Chris Lumens
- [master] enable IPv6 parts in loader,
David Cantrell
- [master] Python logging is talking to the syslog daemon.,
Ales Kozumplik
- [PATCH pykickstart 1/2] Change python_sitelib macro to use %global for new rpm,
Hans de Goede
- [PATCH rhel5] Document new bootloader --hvargs kickstart option (#501438),
Radek Vykydal
- [PATCH 1/2] NTFS filesystems are not really modifiable in any real sense. Admit it.,
David Lehman
- [PATCH] nash-o-rectomy,
Hans de Goede
- [rhel5-branch] Make sure iface is IFF_UP|IFF_RUNNING,
David Cantrell
- [PATCH rhel5 booty] Write out --hvargs option into anaconda-ks.cfg (#552957),
Radek Vykydal
- [PATCH] Fix partition request sorting based on number of allowed disks. (#540869),
David Lehman
- Introducing a proper syslog daemon allows us to remove the syslogd stub we have.,
Ales Kozumplik
- [PATCH] (take II) storage UI - ask for disk initialization only in storageinit,
Radek Vykydal
- Re: [firstboot rhel5-branch] Fixed hiding of a dialog window when user clicked on the main window (#511984),
Martin Gracik
- Refactored with feedback from Hans De Goede,
Darryl L. Pierce
- [firstboot rhel5-branch] Fixed hiding of a dialog window when user clicked on the main window (#511984),
Martin Gracik
- Re: [PATCH 7/7] Install the driver discs according to what was loaded in stage1,
Chris Lumens
- Re: [PATCH 4/7] Include depmod in stage1 and set it to prefer the DD directory,
Chris Lumens
- Re: [master] Introduces rsylogd to anaconda (part of #524980),
Martin Sivak
- Re: [Fedora QA] #16: Create Installer repo test(s),
James Laska
- Re: [PATCH 5/7] Backport the RHEL5 DriverDisc functionality,
Ales Kozumplik
- Re: [PATCH 7/7] Install the driver discs according to what was loaded in stage1,
Ales Kozumplik
- Re: [PATCH 6/7] Use the updated DriverDisc code in loader,
Ales Kozumplik
- Re: [PATCH 4/7] Include depmod in stage1 and set it to prefer the DD directory,
Ales Kozumplik
- Re: [PATCH 3/7] Add a function to get paths to loaded modules,
Ales Kozumplik
- Re: [PATCH 1/7] Add DriverDisc v3 documentation,
Ales Kozumplik
- Re: [PATCH 2/7] Add rpm extraction routines (use librpm and libarchive),
Ales Kozumplik
- [temporary rawhide fix PATCH] for broken tigervnc 1.0.90 server.,
Radek Vykydal
- [rhel5-branch] Fixed hiding of a dialog window when user clicked on the main window (#511984),
Martin Gracik
- Patch to allow aborting a media check midstream...,
Darryl L. Pierce
- [PATCH] Include fontconfig files needed for scaling of Meera fonts (#531742, #551363).,
Chris Lumens
- Review process and tools,
Martin Sivak
- [master] get rid of global import of anaconda_log,
Ales Kozumplik
- removing LoggerClass,
Ales Kozumplik