Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document CGROUP_DAEMON | Bill Nottingham | 2009-03-09 | 1 | -0/+10 |
| | |||||
* | cgroup support (<jsafrane@redhat.com>) | Bill Nottingham | 2009-03-06 | 1 | -2/+17 |
| | |||||
* | Fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>) | Bill Nottingham | 2009-03-04 | 2 | -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 Nottingham | 2009-03-03 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-03 | 3 | -1001/+4485 |
|\ | |||||
| * | Two minor corrections. | Lauri Nurmi | 2009-03-02 | 1 | -7/+7 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Updated German translation | Thomas Spura | 2009-02-27 | 1 | -994/+775 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | adding for maithili; translation by sangeeta | Rajesh Ranjan | 2009-02-24 | 1 | -0/+3703 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Fix typo. (#487926) | Bill Nottingham | 2009-03-03 | 1 | -1/+1 |
| | | |||||
* | | loadkeys has a -q option for silent running. Use it. | Bill Nottingham | 2009-02-26 | 1 | -6/+6 |
|/ | |||||
* | Add compatiblity for openNHRP tunnels (#486559, <claude.tompers@ieee.lu>) | Bill Nottingham | 2009-02-20 | 1 | -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 Nottingham | 2009-02-06 | 1 | -1/+1 |
| | | | | <jpayne@redhat.com>) | ||||
* | Use the same arguments for kpartx that we do in rc.sysinit. | Bill Nottingham | 2009-02-06 | 1 | -1/+1 |
| | | | | Noticed when reviewing (#448919) | ||||
* | Remove mtab, as this doesn't work with mount's locking semantics. (#457941) | Bill Nottingham | 2009-02-03 | 1 | -1/+0 |
| | |||||
* | 8.89-1initscripts-8.89-1 | Bill Nottingham | 2009-01-28 | 1 | -1/+7 |
| | |||||
* | Use a leading path marker when sourcing files. (#482826) | Bill Nottingham | 2009-01-28 | 4 | -9/+9 |
| | | | | bash 4 breaks the prior code. | ||||
* | Don't unmount the nfsd filesystem when unmounting nfs client mounts. ↵ | Bill Nottingham | 2009-01-27 | 1 | -1/+1 |
| | | | | (#481794, <sprabhu@redhat.com>) | ||||
* | Bring up ipsec interfaces last. (#481733) | Bill Nottingham | 2009-01-27 | 1 | -8/+16 |
| | |||||
* | Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, ↵ | Bill Nottingham | 2009-01-26 | 1 | -1/+0 |
| | | | | <danken@redhat.com>) | ||||
* | 8.88-1initscripts-8.88-1 | Bill Nottingham | 2009-01-20 | 1 | -1/+5 |
| | |||||
* | Return success/failure correctly from start/stop. (#480677) | Bill Nottingham | 2009-01-20 | 1 | -1/+7 |
| | |||||
* | Fix typo. (#480799) | Bill Nottingham | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | fix git commandsinitscripts-8.87-1 | Bill Nottingham | 2009-01-19 | 1 | -2/+2 |
| | |||||
* | 8.87-1 | Bill Nottingham | 2009-01-19 | 1 | -1/+16 |
| | |||||
* | Make rename_device much faster in the presence of many devices (#480687, ↵ | Bill Nottingham | 2009-01-19 | 1 | -73/+19 |
| | | | | <danms@us.ibm.com>) | ||||
* | Fix switching from targeted to MLS policy (#479054, <dwalsh@redhat.com>) | Bill Nottingham | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | Nothing uses $(uname -r) or $(uname -m) any more in rc.sysinit - don't set them. | Bill Nottingham | 2009-01-05 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-01-05 | 2 | -144/+148 |
|\ | |||||
| * | Updated German translation | Dominik Sandjaja | 2008-12-28 | 1 | -141/+145 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Oprava diakritiky a ciarky. | Ján ONDREJ | 2008-12-20 | 1 | -3/+3 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Set MTU correctly for 6to4. (#477976, <ackistler@yahoo.com>) | Bill Nottingham | 2009-01-05 | 1 | -7/+1 |
|/ | |||||
* | Add some more entries to rwtab. (#476799) | Bill Nottingham | 2008-12-18 | 1 | -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 Nottingham | 2008-12-16 | 1 | -2/+3 |
| | |||||
* | Bail out sooner if the network service isn't running. | Bill Nottingham | 2008-12-11 | 1 | -7/+8 |
| | |||||
* | Clarify docs. | Bill Nottingham | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Document how this is supposed to work. | Bill Nottingham | 2008-12-09 | 1 | -0/+13 |
| | |||||
* | Determine reboot/halt via existing INIT_HALT environment variable. (#475227) | Bill Nottingham | 2008-12-09 | 1 | -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 Nottingham | 2008-12-01 | 1 | -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 Nottingham | 2008-11-26 | 2 | -2/+0 |
| | |||||
* | Tweak return codes (#242912) | Bill Nottingham | 2008-11-26 | 1 | -2/+2 |
| | | | | We'll see what breaks. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-11-25 | 1 | -1/+1 |
|\ | |||||
| * | fixed typo in get_config_by_subchannel() | Harald Hoyer | 2008-11-25 | 1 | -1/+1 |
| | | |||||
* | | Add %config back for ifcfg-lo (#472761) | Bill Nottingham | 2008-11-25 | 1 | -1/+1 |
|/ | |||||
* | When looking for the default runlevel, don't match commented lines. (#472717) | Bill Nottingham | 2008-11-24 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2008-11-21 | 1 | -1/+3 |
|\ | |||||
| * | fixed SUBCHANNEL grep for s390 | Harald Hoyer | 2008-11-12 | 1 | -1/+3 |
| | | |||||
* | | Add some docs on BONDING_OPTS. | Bill Nottingham | 2008-11-21 | 1 | -0/+5 |
|/ | |||||
* | Ignore return code from consoletype (#471123) | Bill Nottingham | 2008-11-11 | 1 | -1/+1 |
| | |||||
* | Don't expose the error from plymouth-not-running to the user. | Bill Nottingham | 2008-11-11 | 1 | -1/+3 |
| | |||||
* | 8.86-1initscripts-8.86-1 | Bill Nottingham | 2008-11-11 | 1 | -1/+7 |
| |