aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.90-1initscripts-8.90-1Bill Nottingham2009-03-091-1/+12
|
* Document CGROUP_DAEMONBill Nottingham2009-03-091-0/+10
|
* cgroup support (<jsafrane@redhat.com>)Bill Nottingham2009-03-061-2/+17
|
* Fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)Bill Nottingham2009-03-042-38/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've been doing a lot of work on mkinitrd's dmraid support lately some of the lessons learned there also apply to the activation of (not used for /) dmraid arrays in rc.sysinit, this will esp. help the livecd proerly activating and using dmraid sets. The patch fixes the following issues: 1) rc.sysinit (and mkinitrd used to) calls dm_resolve_name() on the output of dmraid, this is not necessary as dm_resolve_name is only needed when the name is /dev/dm-#, it is actually harmful as dm_resolve_name sometimes fails when used like this, causing us to fail to activate dmraid sets 2) rc.sysinit does not remove the partitions from the raw disks used in a raidset the initrd used to use special nash functionality to tell the kernels to forget about the partitions of the raw disks it had scanned at boot. The issue here is, say we have a mirror of sda and sdb, and that mirror has 2 partitions. Then the kernel when scanning the raw disks will find sda1,sda2,sdb1,sdb2. But we do not want anything using those, they should use the devicemapper versions as those are mirrored! I've even seen mounting by LABEL / UUID do the wrong thing by using the raw partitions instead of the raidset partitions. I've recently done a patch to dmraid adding a --rm_partitions cmdline option which makes dmraid do the ioctl which makes the kernel forget about the partitions of the rawdisk (which in turn makes udev remove the device nodes). This way we no longer need the nash magic. Part of my rc.sysinit patch is adding --rm_partitions to the dmraid invocation 3) rc.sysinit uses dmraid -p, which tells dmraid to not setup device maps for the partitions of the raidset and then kalls kpartx to setup the device maps for the partitions. This can be simplified by removing the -p argument to dmraid 4) with all these changes in place there is no longer a reason to loop, a single dmraid invocation is enough. p.s. AFAIK with this patch the last user of dm_resolve_name is gone, so that function can be removed. Better check twice though.
* Remove more device renaming code.Bill Nottingham2009-03-031-4/+0
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-03-033-1001/+4485
|\
| * Two minor corrections.Lauri Nurmi2009-03-021-7/+7
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated German translationThomas Spura2009-02-271-994/+775
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * adding for maithili; translation by sangeetaRajesh Ranjan2009-02-241-0/+3703
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Fix typo. (#487926)Bill Nottingham2009-03-031-1/+1
| |
* | loadkeys has a -q option for silent running. Use it.Bill Nottingham2009-02-261-6/+6
|/
* Add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>)Bill Nottingham2009-02-201-1/+2
| | | | | | ifup-tunnel fails for openNHRP type tunnels because the PEER_OUTER_IPADDR is generated dynamically and therefore not given for this type of tunnels. openNHRP tunnels also need a key, this is also added.
* Don't re-init an existing device, it causes errors. (#484411, ↵Bill Nottingham2009-02-061-1/+1
| | | | <jpayne@redhat.com>)
* Use the same arguments for kpartx that we do in rc.sysinit.Bill Nottingham2009-02-061-1/+1
| | | | Noticed when reviewing (#448919)
* Remove mtab, as this doesn't work with mount's locking semantics. (#457941)Bill Nottingham2009-02-031-1/+0
|
* 8.89-1initscripts-8.89-1Bill Nottingham2009-01-281-1/+7
|
* Use a leading path marker when sourcing files. (#482826)Bill Nottingham2009-01-284-9/+9
| | | | bash 4 breaks the prior code.
* Don't unmount the nfsd filesystem when unmounting nfs client mounts. ↵Bill Nottingham2009-01-271-1/+1
| | | | (#481794, <sprabhu@redhat.com>)
* Bring up ipsec interfaces last. (#481733)Bill Nottingham2009-01-271-8/+16
|
* Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, ↵Bill Nottingham2009-01-261-1/+0
| | | | <danken@redhat.com>)
* 8.88-1initscripts-8.88-1Bill Nottingham2009-01-201-1/+5
|
* Return success/failure correctly from start/stop. (#480677)Bill Nottingham2009-01-201-1/+7
|
* Fix typo. (#480799)Bill Nottingham2009-01-201-1/+1
|
* fix git commandsinitscripts-8.87-1Bill Nottingham2009-01-191-2/+2
|
* 8.87-1Bill Nottingham2009-01-191-1/+16
|
* Make rename_device much faster in the presence of many devices (#480687, ↵Bill Nottingham2009-01-191-73/+19
| | | | <danms@us.ibm.com>)
* Fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>)Bill Nottingham2009-01-061-1/+1
|
* Nothing uses $(uname -r) or $(uname -m) any more in rc.sysinit - don't set them.Bill Nottingham2009-01-051-2/+0
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-01-052-144/+148
|\
| * Updated German translationDominik Sandjaja2008-12-281-141/+145
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Oprava diakritiky a ciarky.Ján ONDREJ2008-12-201-3/+3
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>)Bill Nottingham2009-01-051-7/+1
|/
* Add some more entries to rwtab. (#476799)Bill Nottingham2008-12-181-0/+2
| | | | | | | /var/lib/gdm is the gdm user's homedir; it's required to be writable for the gdm session. /var/lib/xkb is needed for switching keyboard layouts.
* Remove /.suspended as well on boot (#270861)Bill Nottingham2008-12-161-2/+3
|
* Bail out sooner if the network service isn't running.Bill Nottingham2008-12-111-7/+8
|
* Clarify docs.Bill Nottingham2008-12-091-2/+2
|
* Document how this is supposed to work.Bill Nottingham2008-12-091-0/+13
|
* Determine reboot/halt via existing INIT_HALT environment variable. (#475227)Bill Nottingham2008-12-091-1/+1
| | | | No more magic files needed. In fact, I'm not sure they ever were. Whoops.
* __pids_var_run: Handle multi-line pid files correctly (#473287)Bill Nottingham2008-12-011-4/+9
| | | | | | | We were only reading the first line of pid files. Given that even those first lines could have multiple pids, this *shouldn't* break anything, but there may be some scripts with multi-line pid files that aren't expecting this.
* Remove support for no longer existing 'brctl setgcint' command. (#360471)Bill Nottingham2008-11-262-2/+0
|
* Tweak return codes (#242912)Bill Nottingham2008-11-261-2/+2
| | | | We'll see what breaks.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-11-251-1/+1
|\
| * fixed typo in get_config_by_subchannel()Harald Hoyer2008-11-251-1/+1
| |
* | Add %config back for ifcfg-lo (#472761)Bill Nottingham2008-11-251-1/+1
|/
* When looking for the default runlevel, don't match commented lines. (#472717)Bill Nottingham2008-11-242-2/+2
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-11-211-1/+3
|\
| * fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+3
| |
* | Add some docs on BONDING_OPTS.Bill Nottingham2008-11-211-0/+5
|/
* Ignore return code from consoletype (#471123)Bill Nottingham2008-11-111-1/+1
|
* Don't expose the error from plymouth-not-running to the user.Bill Nottingham2008-11-111-1/+3
|