Revisions of sysconfig

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209502 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 155)
- version 0.82.1
- Changed global NOZEROCONF default to "yes" (automatic zeroconf
  route disabled), removed obsolete LINKLOCAL_INTERFACES variable.
  Use NOZEROCONF="no" per interface to enable (fate#314482).
- version 0.82.0
- Dropped udevmountd, the functionalty has been included in systemd
  (bnc#852762).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 205919 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 154)
- version 0.81.7
- Skip also systemd redirection for ifdown -o ifplugd (bnc#846031).
- Fixed to check restorecon existence before calling it as selinux
  is not installed by default (bnc#845792).
- fix starting dhcpcd from ifplugd (bnc#846031)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 205067 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 153)
- version 0.81.6
- Merged changes from $OBS/Base:System/sysconfig
- blacklist udlfb because only udl can be used with xrandr 1.4
  (bnc#846218)
- /etc/modprobe.d/50-blacklist.conf: cleaned up obsolete/dropped
  kernel drivers (bnc#843141,bnc#843169). Thanks to Michal Marek!
  sk98lin: dropped from the kernel in 2.6.26
  stradis: dropped in 2.6.38 (39c3d48)
  eepro100: dropped in 2.6.29 (6b1abba)
  slamr,slusb: no smartlink-softmodem-kmp since 10.3
  ich2rom: rplaced by ichxrom in 2.6.12 (304aa41)
  eth1394: dropped in 2.6.37 (66fa12c)
  uhci: dropped in 2.5.27
  tsdev: removed in 2.6.24 (7009317)
  snd_bt87x: duplicate of snd-bt87x
  clgenfb: replaced by cirrusfb in 2.5.67
  cyblafb: replaced by tridentfb in 2.6.30
  unikey: not in mainline history, 2.4?
  encode-{big5,gb,gbk,jis,kscm}: not in mainline history, 2.4?
  fbcon-{afb,ilbm,iplan2p2,iplan2p4,iplan2p8}: removed in 2.5.51
  fbcon-{cfb2,cfb4,hga,mfb,vga-planes},fbgen: removed in 2.5.51
  fbcon-{mac,vga}: removed in 2.5.28
  vmware: never upstream, no reference in  2.5+
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 203755 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 152)
- set SELinux label for /dev/.sysconfig after creation (bnc#845792)
  * sysconfig-0.81.5-restore_selinux_context_on_RUN_FILES_BASE.patch
- use systemctl when possible instead of calling init scripts directly
  * sysconfig-0.81.5-netconfig-use_systemctl.patch (forwarded request 203251 from WernerFink)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201148 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 151)
- version 0.81.5
- Fixed to support dummyX interfaces again (bnc#694810)
- Improved default netconfig dns ranking defaults and man page.
- Do not set "ap any" for wlags49* wireless driver (bnc#837941)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200153 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 150)
- version 0.81.4
- Added IgnoreOnIsolate=yes to network@.service (bnc#841315)
  The network@<ifname>.service are marked as PartOf network.service,
  but this one way stop/restart dependency is not propagated on a
  systemctl isolate ("runlevel" change) and the network@ services
  were stopped. Added IgnoreOnIsolate=yes to stop them on network
  service stop only.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 149)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 198226 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 148)
Splitted sysconfig into multiple packages

Note: installation-images are adopted in git commit 34f0bdfca4.

- version 0.81.3
- Fixed to reload syslog on hostname changes using systemctl as
  there is no /etc/init.d/syslog script since syslog-service-2.0
  (bnc#830467).
- Added a systemctl guard to rpm post script
- version 0.81.2
- Added otherproviders(/sbin/ifup) conflict to sysconfig-network.
- Do not stop the network interfaces, but kill the network and all
  network@<ifname> services to kill all dhcp clients on uninstall.
- version 0.81.1
- Initial network and network@ service files to avoid, that systemd
  udevd kills dhcp clients, which where forked from the udev hotplug
  rule and for better control (bnc#821879).
- version 0.81.0
- Initial sysconfig split into udevmountd, sysconfig, -netconfig
  and -network packages, to allow another implementation of the
  /etc/init.d/network and /sbin/ifup scripts.
- Dropped obsolete README files.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 187002 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 147)
- version 0.80.7
- use mountpoint utility without absolute path
  While on 12.3 there were a /bin/mountpoint, 13.1 moved
  it to /usr/bin/mountpoint without a compatibility link.
  Drop path when calling it, it should work both ways.
  Thanks to Andrey Borzenkov for his patch.
- rcnetwork: fixed to not drop state while reload
- netconfig: add /etc/resolv.conf options and sortlist
  Added global network/config NETCONFIG_DNS_RESOLVER_OPTIONS
  and NETCONFIG_DNS_RESOLVER_SORTLIST variables, allowing to
  set /etc/resolv.conf options and sortlist (fate#316048).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 175839 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 146)
- version 0.80.6
- Merged changes from $OBS/Base:System/sysconfig and SLE-11-SP3.
- Fixed to set link settings on bonding slaves while enslave.
  Before enslaving a new slave, apply link settings like the MAC
  address or MTU to the slave as required e.g. for fail_over_mac
  active, where the bonding interface is using the MAC of the
  currently active slave (bnc#815025).
  [0002-Set-link-settings-on-bonding-slaves-while-enslave.patch]
- Fixed to stop dhcp clients and remove IP addresses on not yet
  enslaved bridge ports and bonding slaves. The bridge or bond
  interface has the IP addresses assigned itself instead.
  The port/slave may still have IP addresses, when the IP config
  of an active (ethernet) interface has been moved into a bridge
  or bond config, e.g. while "virsh iface-bridge eth0 br0". There
  is no full ifdown for the port interface to not break the vlans
  (and their bridges) which may refer to the port too (bnc#813148).
  [0001-Flush-IPs-on-bridge-bond-children-ifup-bnc-813148.patch]
- Add forgotten patch sysconfig-0.80.5.patch
- Accommodate poll.tcpip to systemd
- Fixed to wait for dhcp/ipv6 under systemd again.
  Fixed regression caused by bnc#785240, bnc#780644 fixes to not
  discard the dhcp/ipv6 dupplicate address detection in progress
  error codes under systemd completely, but wait until dhcp/ipv6
  dad finished or the WAIT_FOR_INTERFACES timeout is reached and
  then discard in the status returned to systemd (bnc#808718).
  It caused failures of other services trying to bind tentative
  IPv6 addresses, e.g. in mixed dhcp4 / static IPv6 setups.
  Thanks to Rolf Eike Beer for the report/tests/debug outputs.
  [0001-Fixed-to-wait-for-dhcp-ipv6-under-systemd-again.patch]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 157239 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 145)
- Fixed to create migration marker directory before using it,
  it does not exists e.g. while CD based update (bnc#806989). (forwarded request 157238 from mtomaschewski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 156054 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 144)
- version 0.80.5
- Fixed to use a guarded migration hook from openSUSE &lt; 12.3, that
  disabes the (always enabled before) NetworkManager.service on
  NETWORKMANAGER=no and mask the network.service (provided by the
  /etc/init.d/network script) on NETWORKMANAGER=yes until NM has
  been installed and enabled as network.service (bnc#803058). (forwarded request 156053 from mtomaschewski)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 150552 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 143)
- version 0.80.4
- Fixed to use a suffix in ETHTOOL_OPTIONS variable to allow to
  apply every setting (e.g. 'gro off lro off') separately, as the
  ethtool utility stops at first failure and the NIC driver may
  reject settings when the link is not up or they're unsupported.
  Further, added ETHTOOL_UP_RETRY and ETHTOOL_UP_WAIT variables
  to optionally wait after the link has been set up and retry to
  set the ETHTOOL_OPTIONS*. Updated ifcfg(5) man page (bnc#787744)
- Applied 81-mount.rules fix by Robert Milasan to not mount file
  systems with the noauto flag set (bnc#798641, [SWAMPID 50702]).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 150169 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 142)
- version 0.80.3
- rcnetwork: reworked suspend/resume hooks (bnc#781106)
- version 0.80.2
- rcnetwork: handle also partial -o type|skip options
- version 0.80.1
- rcnetwork: Improved redirection and option handling and cleaned
  up obsolete localfs/remotefs options and network manager hooks.
  Honor SYSTEMCTL_OPTIONS variable which can be set to systemctl
  options e.g. --ignore-dependencies while yast2 second stage run
  (bnc#798348).
- Fixed to use dhclient6 in dhcp6_client state variable (bnc#798828).
- version 0.80.0
- Removed the NETWORKMANAGER=yes/no variable from network/config.
  The NetworkManager.service (or other) installs a network.service
  alias link while "systemctl enable" and removes on "disable",
  which masks the network.service provided by /etc/init.d/network.
  Current service has to be stopped while "enable" or "disable".
  The "systemctl -p Id show network.service" is used to query the
  currently enabled network service. It returns either the name
  of the service providing the alias, i.e. NetworkManager.service
  or network.service - when the /etc/init.d/network provides it.
  The /etc/init.d/network script forwards common actions (start,
  stop, ...) to systemd which executes them for the currently
  active network.service. (bnc#764055,bnc#764336,bnc#798348).
- Adopted /etc/init.d/network, netconfig, ifup to use the service
  Id query instead of NETWORKMANAGER variable, added forwarding.
- Removed NetworkManager start/stop code from /etc/init.d/network
  and disabled NetworkManager dispatcher hook installation.
- Added removal of the NETWORKMANAGER variable to spec post-install
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 141)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 148150 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 140)
- Fixed to correctly apply STP constrains also to float time
  values with a 1/100 sec precision (bnc#753387,bnc#794720).
  [0002-ifup-bridge-handle-1-100-sec-precision-stp-times.patch]
- Updated bridge documentation link in ifcfg-bridge.5 (bnc#791553).
  [0001-Updated-bridge-documentation-link-in-ifcfg-bridge.5.patch]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142883 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 139)
- version 0.76.8
- Changed rcnetwork to not report dhcp in background to systemd
  (bnc#785240,bnc#780644). You may set DHCLIENT_MODIFY_SMB_CONF
  to "no" in /etc/sysconfig/network/dhcp as the samba/cifs hooks
  make systemctl calls to reload/restart nmb and other services
  which block (systemd deadlock) ifup scripts for a long time.
- Reverted ifup pre/post and if-up.d/if-down.d scripts processing
  feature in background and removed WAIT_BACKGROUND_JOBS variable
  as it tends to cause unexpected behavior / side effects.
- Replaced udevrulesdir patch with --with-udevdir configure option.
- Removed obsolete network-remotefs init script (disabled before).
- Added patch (set_new_udevrules_dir.patch) to ensure that the
  udevmountd and the udev rules are installed at the right place
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 140286 from Cristian Rodríguez's avatar Cristian Rodríguez (elvigia) (revision 138)
Update to make sysconfig install it's udev related files in the /usr/lib/udev directory as is now required by the new systemd (forwarded request 140255 from tittiatcoke)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139934 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 137)
- version 0.76.7
- Start ifup pre/post and if-up.d/if-down.d scripts in background.
  The new network/config variable WAIT_BACKGROUND_JOBS specifies
  the wait limit. Default is 5 secons, 0 disables backgrounding
  and reverts to previous blocking behavior. Attempt to solve the
  issues where interfaces are not come up in time, because some
  hook-script are blocking ifup (bnc#780644).
- Execute netconfig/ntp-runtime updates in background (bnc#780644).
- Man-page hint to use STARTMODE=nfsroot when using iSCSI or FCoE.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139421 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 136)
version 0.76.6, bnc#784952,716652,780644
Displaying revisions 41 - 60 of 195
openSUSE Build Service is sponsored by