aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 9.03.51initscripts-9.03.51-1Lukas Nykryn2016-02-231-1/+4
|
* netfs: only unmount loopback device mounted on top of netdev or with ↵Lukas Nykryn2016-02-032-20/+64
| | | | back-file on netdev
* init.d/functions: fix a possible race between checking file and reading itLukas Nykryn2016-02-011-2/+2
|
* 9.03.50initscripts-9.03.50-1Lukas Nykryn2016-01-191-1/+27
|
* functions: improve killing loopsLukas Nykryn2016-01-191-57/+76
| | | | Resolves: #1284724
* netfs: tweak nfs umountLukas Nykryn2016-01-192-58/+75
| | | | | | | | We want to run one round of regular umount before we will look for open descriptors. In the case that there are some stale mounts, without any open file descriptors on them we will avoid blocking stat call later. Resolves: #1296900
* sysctl.conf: mention sysctl -aLukas Nykryn2016-01-146-0/+12
| | | | Resolves: #1243508
* sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRALukas Nykryn2016-01-061-0/+2
| | | | Resolves: #1119055
* spec: require plymouthLukas Nykryn2016-01-061-0/+1
| | | | Resolves: #1166892
* fix mangled sysconfig/init.s390Lukas Nykryn2016-01-051-3/+0
| | | | Resolves: #1291907
* rc.sysinit: don't perform fsck twice with /.autorelabelLukas Nykryn2016-01-051-0/+3
| | | | Reesolves: #1236062
* ifdown-eth: fix comparisonLukas Nykryn2016-01-051-1/+1
| | | | Resolves: #1292875
* ifup-eth: if arping fails, output responding MACLukas Nykryn2016-01-052-4/+6
| | | | Resolves: #1099026
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-12-152-2/+4
|
* spec: add sysctl.d dirLukas Nykryn2015-12-152-0/+2
| | | | Resolves: #1084881
* rc.sysinit: fix typo in fsLukas Nykryn2015-12-151-1/+1
| | | | Resolves: #1291498
* rename_devices: comments need to have a blank before themLukas Nykryn2015-10-271-6/+13
| | | | | Cherry-picked from: 65901ce5f29f9ec45339c3474a360d9bbcee6bac Resolves: #1220924
* rename_device: remove comments and trailing whitespacesLukas Nykryn2015-10-271-0/+8
| | | | | Cherry-picked from: 4632b2f3c067461ba7ab815affcca9ff7e3bf12c Resolves: #1220924
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-10-271-1/+1
| | | | | Cherry-picked from: 8fd278b052b0e4882887c393a102dd453803b477 Resolves: #1263700
* clarify daemon() usage messageFilip Krska2015-10-271-2/+2
| | | | Resolves: #1212751
* ifdown: clean ipv4 localhost addressesLukas Nykryn2015-10-271-7/+7
| | | | Resolves: #1266861
* ifup-post: check resolve.conf also with DNS2Lukas Nykryn2015-10-271-1/+8
| | | | Resolves: #1115573
* ifup: add missing quotesLukas Nykryn2015-10-271-1/+1
| | | | Resolves: #1215166
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-10-271-1/+3
| | | | Resolves: #1275543
* init.d/halt: give init some time to reexecuteLukas Nykryn2015-10-271-0/+2
| | | | Resolves: #1259873
* network-scripts: DEVICE and HWADRR could be quoted by apostropheLukas Nykryn2015-10-273-4/+4
| | | | Resolves: #1210732
* ifup-wireless: fix calling of phy_wireless_deviceLukas Nykryn2015-10-161-1/+4
|
* rc.sysinit: apply quotas after system is relabeledLukas Nykryn2015-08-131-9/+9
|
* 9.03.49initscripts-9.03.49-1Lukas Nykryn2015-04-091-1/+4
|
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-04-091-4/+4
|
* 9.03.48initscripts-9.03.48-1Lukas Nykryn2015-03-021-1/+4
|
* Use new -m option to pidof. Require new enough sysvinit-tools. (#632321)Bill Nottingham2015-03-022-3/+3
| | | | | Conflicts: initscripts.spec
* 9.03.47initscripts-9.03.47-1Lukas Nykryn2015-02-271-1/+19
|
* rc.sysinit: be more verboseLukas Nykryn2015-02-272-3/+16
|
* init.d/functions: rc.debug option to debug initscriptsLukas Nykryn2015-02-271-0/+6
| | | | | Conflicts: rc.d/init.d/functions
* ifup-aliases: inherit ARPCHECK from parent deviceLukas Nykryn2015-02-271-1/+2
|
* netfs: don't race NFS umount to network shutdownBenjamin Coddington2015-02-271-5/+57
| | | | | | | | | | | | | | RHEL6 customers have been reporting hangs when restaring due to IO for NFS filesystems being unable to flush after network shutdown. The current __umount_loop allows newly created processes to continue to open files to NFS filesystems, which can create thisi problem. Change the umount logic to perform a MNT_DETACH, then search for processes that have open file descriptors on the detached filesystems. The detach prevents newly created processes from opening new files during our search. Finally, after making every attempt to clean up processes with open files, perform a sync to flush NFS filesystems before continuing onto network shutdown.
* network: report that we can't shut down network for root on netfsLukas Nykryn2015-02-271-0/+1
| | | | | Conflicts: rc.d/init.d/network
* Fix tcsh + grep-2.7. (#636552)Bill Nottingham2015-02-271-2/+2
|
* sysctl.conf: move bridge setting to module-init-toolsLukas Nykryn2015-02-274-16/+1
|
* rc.sysinit: set affinity also for current shellLukas Nykryn2015-02-271-0/+1
|
* ifdown-eth: use scope host for loLeon Kos2015-02-041-2/+7
|
* improve_check_for_bond_master_in_install_bonding_driverAshish Samant2015-02-041-2/+14
| | | | | | | | | | | | | | | | | | | | | The current grep check (fgrep -sqx) in install_bonding_driver, to determine whether bond master exists, fails when there are multiple bond masters. The fix assumes that multiple bond masters are on different lines in the file "/sys/class/net/bonding_masters", while they are in fact on the same line. Since fgrep -sqx checks for the entire line,it will never match any one bond master within the line and always fail if there are multiple bonds. This patch improves the check by creating a new function, bond_master_exists() to handle this and other conditions. Orabug: 19897586 Signed-off-by: Ashish Samant <ashish.samant@oracle.com> Signed-off-by: John Haxby <john.haxby@oracle.com> Acked-by: Mukesh Kacker <mukesh.kacker@oracle.com> Conflicts: sysconfig/network-scripts/network-functions
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-02-041-1/+1
|
* ifdown-post: remove resolv.conf only in specific casesLukas Nykryn2015-02-041-1/+2
|
* netconsole: lets run earlierLukas Nykryn2015-02-041-1/+1
|
* ipcalc: support RFC3021 (#997271)Lukas Nykryn2015-02-041-1/+6
|
* halt: add delay after upsdrvctl shutdownMichal Hlavinka2015-02-041-0/+2
|
* ifup: also set multicast_snooping after the bridge is upLukas Nykryn2014-10-241-1/+1
|
* 9.03.46initscripts-9.03.46-1Lukas Nykryn2014-07-221-1/+4
|