aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ifup,vlan: fix one more typoLukas Nykryn2014-07-221-1/+1
|
* 9.03.45initscripts-9.03.45-1Lukas Nykryn2014-07-081-1/+4
|
* ifup,vlan: fix typoLukas Nykryn2014-07-081-1/+1
|
* 9.03.44initscripts-9.03.44-1Lukas Nykryn2014-06-181-1/+4
|
* init.d/functions: fix typo in pid_dirLukas Nykryn2014-06-181-1/+1
|
* 9.03.43initscripts-9.03.43-1Lukas Nykryn2014-06-101-1/+8
|
* ifup-aliases: arpcheck - check for parent operstate and carrierLukas Nykryn2014-06-101-2/+2
|
* ifdown: don't wait for aliasesEric Dubé2014-06-101-6/+8
|
* hotplug: don't call ifup when new vlan appearsLukas Nykryn2014-06-101-0/+3
|
* ifup-wireless: add support for wowlan (second part)Eduardo Minguez2014-06-061-0/+5
|
* readonly-root: remount rpc_pipefs if readonly-root is usedLukas Nykryn2014-06-061-0/+4
|
* 9.03.42initscripts-9.03.42-1Lukas Nykryn2014-06-061-1/+13
|
* ipcalc: -c allow netmaskLukas Nykryn2014-06-061-2/+2
|
* ipcalc: parse prefix more safelyLukas Nykryn2014-06-061-2/+22
|