aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
Commit message (Collapse)AuthorAgeFilesLines
* Don't accidentally cause sit module to be loaded on shutdown. (#654098, ↵Bill Nottingham2010-11-161-1/+3
| | | | <ejsheldrake@gmail.com>)
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2010-11-011-0/+3
|
* Fix ifdown calling nmcli for NM-managed devices; others are handled by ↵Jiří Klimeš2010-11-012-1/+6
| | | | ifdown-${DEVICETYPE} (#612934).
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-241-2/+0
| | | | | | | | 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* Remove support for hotkey interactive startup. (#605016)Bill Nottingham2010-06-301-2/+0
| | | | | | | | It cannot work reliably as done in this way. (It's possible to do surgery to do it in plymouth itself, but not here.) Interactive startup via the 'confirm' commandline option is still available.
* Don't directly execute bash for single-user mode, as that has SELinux ↵Bill Nottingham2010-06-292-0/+6
| | | | | | | | | | | issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire.
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
|
* Cleanup.Bill Nottingham2010-06-241-2/+2
|
* Handle quoted SUBCHANNELS (#607481)Bill Nottingham2010-06-241-2/+2
|
* Remove 'BOOTP' config option. It was considered 'old' in 1997. (Seriously.)Bill Nottingham2010-06-042-10/+0
|
* Don't use a full path when killing racoon, so it works in MLS policy (#567295)Bill Nottingham2010-06-042-2/+2
|
* Check NM_CONTROLLED before deciding to use NM for a connection. (#599707, ↵Bill Nottingham2010-06-041-1/+1
| | | | probably others.)
* Behave sanely if we're not passed a device at all. (#589521, #592108)Bill Nottingham2010-05-131-0/+2
|
* Get rid of a silly error message for loopback devices.Bill Nottingham2010-05-131-1/+1
|
* export debug variables. (#589378)Bill Nottingham2010-05-131-3/+3
|
* Clean up some leftover VLAN code; clarify documentation.Bill Nottingham2010-05-131-2/+0
|
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-132-24/+8
|
* Update for new nmcli syntax.initscripts-9.12-1Bill Nottingham2010-05-052-3/+3
|
* Run dhclient -6 similar to dhclient -4. (#585047)Bill Nottingham2010-04-231-1/+1
|
* Don't run on odd interfaces. (#584530)Bill Nottingham2010-04-211-0/+2
|
* Redirect error messages to /dev/null to catch if nmcli is not installed. ↵Bill Nottingham2010-03-051-2/+2
| | | | (#570828, <zing@fastmail.fm>)
* Pull device from NetworkManager, if possible.Bill Nottingham2010-03-041-3/+8
| | | | Requires a fairly recent nmcli.
* Only use UUID to bring connections up/down; ensure we have a UUID by asking ↵Bill Nottingham2010-03-012-9/+9
| | | | NM for it.
* Quote 'name' when passing to get_config_by_name.Bill Nottingham2010-03-011-1/+1
|
* Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-03-013-3/+3
|
* Fix is_nm_activeBill Nottingham2010-03-011-1/+1
| | | | Some versions of nmcli have trailing whitespace.
* When bringing devices down, disconnect the device, don't down the connection.Bill Nottingham2010-03-012-6/+7
|
* Remove quotes from uuid.Bill Nottingham2010-03-011-1/+1
|
* Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-03-013-0/+22
|
* Add a function that determines the status of NetworkManager; use it.Bill Nottingham2010-03-011-0/+6
|
* Add get_config_by_name, use it.Bill Nottingham2010-03-011-0/+12
|
* Add get_config_by_device, adjust caller.Bill Nottingham2010-03-011-3/+9
|
* Make sure we default to 'ok' if link checking fails.Bill Nottingham2010-02-151-1/+1
|
* Don't use ethtool to check for device w/bonding driver; just check that the ↵Bill Nottingham2010-02-151-1/+1
| | | | | | | passed device exists. If they have a device that already exists but isn't a bond, the later add will fail anyway.
* Don't use ethtool to check link ; operate on the carrier sysfs attribute.Bill Nottingham2010-02-151-20/+1
|
* Fix various device checks to not misidentify devices.Bill Nottingham2010-02-121-14/+4
| | | | | Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that.
* If HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#545597)Bill Nottingham2010-01-221-6/+7
|
* Don't leave the link down on link check for DHCP (#462013, #491009)Bill Nottingham2010-01-191-1/+0
|
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-127-14/+14
|
* The adsl-* and pppd programs have been in /usr/sbin for ~10 years.Bill Nottingham2010-01-122-3/+3
| | | | Ergo, stop checking if they're in /sbin.
* Get rid of uses of deprecated egrep and fgrep.Ville Skyttä2010-01-123-5/+5
|
* Fix comment to reflect reality.Bill Nottingham2010-01-111-1/+1
|
* dhclient's got a send-hostname option, use thatBill Nottingham2010-01-111-18/+2
| | | | | It certainly makes more sense than relying on the writing of temporary config files in /etc. Use the same mechanism for IPv6 as well.
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵Bill Nottingham2010-01-082-14/+10
| | | | | | | | <dcantrell@redhat.com>) The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables.
* Fix some bashisms.Ville Skyttä2010-01-071-4/+4
|
* Move is_wireless after MACADDR/MTU setting, as it brings the link up.Bill Nottingham2010-01-051-2/+3
|
* License cleanup.Bill Nottingham2010-01-055-5/+5
|
* Use sysfs rather than iwconfig for wireless checkAdel Gadllah2010-01-041-3/+1
|
* Honor HOTPLUG in ifdown. (#547737)Bill Nottingham2009-12-151-0/+5
|
* Silence error. (#516569)Bill Nottingham2009-12-151-1/+1
|