Hide Forgot
Description of problem: When the same SSID is used by two networks, one protected and one unprotected, ifcfg scripts created by NetworkManager are called "ifcfg-Auto_NAME" and "ifcfg-Auto_NAME 1". Init scripts do not like this. This is done on purpose in src/settings/plugins/ifcfg-rh/writer.c: if (g_file_test (ifcfg_name, G_FILE_TEST_EXISTS)) { guint32 idx = 0; g_free (ifcfg_name); while (idx++ < 500) { ifcfg_name = g_strdup_printf ("%s/ifcfg-%s %u", ifcfg_dir, escaped, idx); if (g_file_test (ifcfg_name, G_FILE_TEST_EXISTS) == FALSE) break; g_free (ifcfg_name); ifcfg_name = NULL; } } g_free (escaped); Version-Release number of selected component (if applicable): 0.9.1.90
Thanks. Fixed upstream as dce6a071a84b1907b8ae4aea0bd5322b8176d607 (master).
NetworkManager-0.9.2-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/NetworkManager-0.9.2-1.fc16
Package NetworkManager-0.9.2-1.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing NetworkManager-0.9.2-1.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-16664/NetworkManager-0.9.2-1.fc16 then log in and leave karma (feedback).
NetworkManager-0.9.2-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.