aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* autorelabel: turn quota off before relabelingLukas Nykryn2016-03-141-0/+1
|
* autorelabel: call dracut-initramfs-restore before forced rebootMichal Sekletar2016-02-011-0/+1
|
* 9.49.30-1initscripts-9.49.30-1Lukas Nykryn2015-09-161-1/+4
|
* ifup-eth: some bridge options are applied laterLukas Nykryn2015-09-161-1/+3
|
* 9.49.29-1initscripts-9.49.29-1Lukas Nykryn2015-09-151-1/+4
|
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-152-1/+15
| | | | | | When daemon abnormally dies systemd leaves it in active state. This is due to support of initscripts like network. We can guess if it is a daemon or not.
* 9.49.28-1initscripts-9.49.28-1Lukas Nykryn2015-08-311-1/+4
|
* init.d/functions: reload systemd if it can't see an initscriptLukas Nykryn2015-08-261-0/+4
| | | | | | | | In good old times it was enough to drop initscript to /etc/rc.d/init.d and call service start. Now you need to reload systemd before. For compatibility purposes we should check if systemd knows about the initscript and if not call systemctl daemon-reload automatically.
* 9.49.27-1initscripts-9.49.27-1Lukas Nykryn2015-08-071-1/+4
|
* network-functions: fix wireless detectionLukas Nykryn2015-08-071-1/+1
|
* 9.49.26-1initscripts-9.49.26-1Lukas Nykryn2015-07-011-1/+6
|
* fedora-readonly: use --make-slave with --bind mountsLukas Nykryn2015-07-012-3/+8
|
* network-functions: reeplace iwconfig with iwValdis Kletnieks2015-07-011-2/+2
|
* import-state: don't run restorecon when it does not existLukas Nykryn2015-06-231-1/+1
|
* 9.49.25-1initscripts-9.49.25-1Lukas Nykryn2015-06-171-1/+14
|
* network: tell NM to reload its configuration during startLukas Nykryn2015-06-171-0/+5
|
* bonding: warn if the ifup for slave device failedLukas Nykryn2015-06-081-1/+1
|
* brandbot: move to /usr/libexec/initscriptsLukas Nykryn2015-05-073-4/+4
|
* sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernelLukas Nykryn2015-05-061-6/+0
|
* rename_device: allow non-channel nics for s390x machinesLukas Nykryn2015-05-061-0/+9
|
* network-functions: fix check in install_bonding_driverLukas Nykryn2015-05-061-1/+1
|
* ifup-aliases: don't return with error when arping failsLukas Nykryn2015-05-061-1/+2
|
* network-functions: fix change_resolv_conf after grep updateLukas Nykryn2015-05-061-4/+4
|
* clarify daemon() usage messageFilip Krska2015-05-061-2/+2
|
* ifup: don't call NM for loopbackLukas Nykryn2015-05-061-1/+1
|
* ifup: add missing quotesLukas Nykryn2015-04-241-1/+1
|
* 9.49.24-1initscripts-9.49.24-1Lukas Nykryn2015-01-151-1/+4
|
* fedora-import-state.service: run a little bit laterLukas Nykryn2015-01-151-2/+2
|
* 9.49.23-1initscripts-9.49.23-1Lukas Nykryn2014-12-161-1/+5
|
* ifdown-ipv6: reset addrgenmode to eui64 for deviceLukas Nykryn2014-12-161-0/+1
|
* ifup: fix typoLukas Nykryn2014-12-161-1/+1
|
* 9.49.22-1initscripts-9.49.22-1Lukas Nykryn2014-11-121-1/+4
|
* adjust LINKDELAY when STP is onLaine Stump2014-11-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1162822 When ifup is called on an interface that has BOOTPROTO=dhcp, ifup-eth will call network-functions:check_link_down() to wait for carrier on the interface before starting dhclient. If the interface happens to be a bridge device, carrier will not come on until at least one attached device is in "forwarding" mode. If the bridge has STP enabled, it takes at least $DELAY * 2 + 5 seconds (sometimes slightly longer) for any attached device to go into forwarding mode. However, check_link_down() will only wait for max(${LINKDELAY}, 5) seconds for carrier, and there are *many* existing configs that have STP enabled but no setting for LINKDELAY. Every one of those configs will now fail to ifup the bridge device. The solution implemented in this patch is for ifup-eth to set LINKDELAY to at least ${DELAY} * 2 + 7 when the device is a bridge an STP is enabled. Since check_link_down() returns within .5 sec of carrier coming up, the worst effect this could have would be to take longer to fail in the case of a config where carrier was *never* going to come up. Otherwise, it will not create any more delay than is already present in cases that currently work, and will cause many other configs to become unbroken.
* 9.49.21-1initscripts-9.49.21-1Lukas Nykryn2014-10-241-1/+4
|
* ifup,vlan: fix typoLukas Nykryn2014-10-241-1/+1
|
* 9.49.20-1initscripts-9.49.20-1Lukas Nykryn2014-10-091-1/+4
|
* fedora-import-state: do not clobber /Zbigniew Jędrzejewski-Szmek2014-10-091-5/+2
| | | | | | Also, do not fail on filenames containing spaces. https://bugzilla.redhat.com/show_bug.cgi?id=1149419
* 9.49.19-1initscripts-9.49.19-1Lukas Nykryn2014-09-231-1/+4
|
* network_function: return immediately when device is presentLukas Nykryn2014-09-231-1/+1
|
* network-functions: grep->fgrep in bonding masters matchingLukas Nykryn2014-09-191-1/+1
|
* 9.49.18-1initscripts-9.49.18-1Lukas Nykryn2014-09-171-1/+28
|
* is_available_wait: properly propage return value from is_availableLukas Nykryn2014-09-171-1/+4
|
* man: update sys-unconfig.8Lukas Nykryn2014-09-171-12/+9
|
* rename_devices: comments need to have a blank before themLukas Nykryn2014-09-161-6/+13
|
* add example ifcfg filesLukas Nykryn2014-09-1610-0/+119
| | | | | Conflicts: initscripts.spec
* network-functions: improve bonding_masters grepLukas Nykryn2014-09-161-1/+1
| | | | | | | kudos to john.haxby@oracle.com Conflicts: sysconfig/network-scripts/network-functions
* ifup: if we were unable to determine DEVICE always call nmcli upLukas Nykryn2014-09-161-1/+1
|
* ifup-tunnel: call ifup-ipv6 in the endLukas Nykryn2014-09-161-0/+3
|
* ifup: also set multicast_snooping after the bridge is upLukas Nykryn2014-09-161-1/+1
|
* ifup-eth: some options for bridge can be applied after the bridge is upLukas Nykryn2014-09-161-0/+10
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth