- erratum for 9
- translation updates - raw encapsulation - Isdn bug #85365 - old naming scheme to work with initscripts from 9
- translation updates - import NC_functions error fixed - reasonable error text if DISPLAY not set - activate/deactivate insert error fixed (for new pygtk)
- wlan0 handling - splash screen bug fixed - improvements in HW list handling - isdncard handling #91607
- fixed #97027 - fixed subs of -
- fixed #97027, #96994 - fixed fedora bugzilla issues #326 - update of some translations
- lazy file unlinking - fixed #91620 #91583 - ConfEHosts -> ConfFHosts
- made PAP/CHAP work again - made route files chmod(0644) - corrected hosts handling and let the use select multiple hosts
Redhat-control-network now uses usernetctl, due to a bug in ifup/ifdown.
Plugin handling was improved. HW list handling was improved. The wireless GUI was corrected.
The device activation/deactivation dialog now has a output box and a cancel button. Hardware detection uses kudzu now mostly.
redhat-config-network-cmd now has the ability to import/export the whole network configuration from/to a single file.
To export:
# redhat-config-network-cmd -e > network.confTo import to a chroot file hierarchy:
# redhat-config-network-cmd -i -c -r /tmp -f network.confwhich will create in my case:
/tmp/etc/ /tmp/etc/sysconfig /tmp/etc/sysconfig/networking /tmp/etc/sysconfig/networking/devices /tmp/etc/sysconfig/networking/devices/ifcfg-Arcor2 /tmp/etc/sysconfig/networking/devices/ifcfg-eth0Copy0 /tmp/etc/sysconfig/networking/devices/ifcfg-Arcors /tmp/etc/sysconfig/networking/devices/ifcfg-Arcor0 /tmp/etc/sysconfig/networking/devices/LAN.route /tmp/etc/sysconfig/networking/devices/ifcfg-LAN /tmp/etc/sysconfig/networking/devices/ifcfg-intranet /tmp/etc/sysconfig/networking/profiles /tmp/etc/sysconfig/networking/profiles/default /tmp/etc/sysconfig/networking/profiles/default/network /tmp/etc/sysconfig/networking/profiles/default/resolv.conf /tmp/etc/sysconfig/networking/profiles/default/hosts /tmp/etc/sysconfig/networking/profiles/default/ifcfg-LAN /tmp/etc/sysconfig/networking/profiles/default/LAN.route /tmp/etc/sysconfig/networking/profiles/default/ifcfg-Arcors /tmp/etc/sysconfig/networking/profiles/default/ifcfg-eth0Copy0 /tmp/etc/sysconfig/networking/profiles/default/ifcfg-intranet /tmp/etc/sysconfig/network-scripts /tmp/etc/sysconfig/network-scripts/ifcfg-LAN /tmp/etc/sysconfig/network-scripts/LAN.route /tmp/etc/sysconfig/network-scripts/ifcfg-Arcors /tmp/etc/sysconfig/network-scripts/ifcfg-eth0Copy0 /tmp/etc/sysconfig/network-scripts/ifcfg-intranet /tmp/etc/sysconfig/network /tmp/etc/sysconfig/isdncard /tmp/etc/cipe /tmp/etc/ppp /tmp/etc/ppp/peers /tmp/etc/ppp/peers/Arcor2 /tmp/etc/ppp/peers/Arcors /tmp/etc/ppp/pap-secrets /tmp/etc/ppp/chap-secrets /tmp/etc/wvdial.conf /tmp/etc/modules.conf /tmp/etc/resolv.conf /tmp/etc/hostsTo see what's going on, use the -v option, which increases the level every time it is used. If a traceback happens, you can switch on the python debugger with --debug.