Description of problem: Installation via CTC devices is currently not possible. First problem is that NM doesn't mark those devices as Network devices. In src/nm-udev-manager.c:net_add the content of p.e. /sys/devices/ctcm/0.0.0150/net/ctc0/type is read. As it is a pointopoint device it doesn't have '1' in it but '256', so the check for 'if ((etype != 1)' fails. Second problem that I couldn't pin down yet is that nm_connection_verify in the wired_connection_from_ifcfg function fails and afterward the ctc0 network interface gets shut down. This is currently blocking installations with the current NM on the hercules s390x emulatory, which would be very helpful for other Fedora maintainers to track down bugs in their packages as most of them don't have access to a real mainframe.
Created attachment 454105 [details] Add support for ctc devices so that anaconda can install from those I wasn't sure how to detect a network interface is of type CTC, so I'm currently relying on the interface name.
Patches and additional testcases committed upstream as: 8407a9f92c653d159861051bc3c2a3133d2c05f6 (master) e476360cacff60aab13f79c262d13e4ee8d6f146 (0.8.x) sorry for the lag :(
(In reply to comment #2) > Patches and additional testcases committed upstream as: > > 8407a9f92c653d159861051bc3c2a3133d2c05f6 (master) > e476360cacff60aab13f79c262d13e4ee8d6f146 (0.8.x) > > sorry for the lag :( Dan, does that mean that the fixes will appear in F-15 GA (or better post-Beta) NetworkManager?
(In reply to comment #3) > (In reply to comment #2) > > Patches and additional testcases committed upstream as: > > > > 8407a9f92c653d159861051bc3c2a3133d2c05f6 (master) > > e476360cacff60aab13f79c262d13e4ee8d6f146 (0.8.x) > > > > sorry for the lag :( > > Dan, does that mean that the fixes will appear in F-15 GA (or better post-Beta) > NetworkManager? I believe that is correct, yes.
NetworkManager-0.8.3.999-2.git20110414.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/NetworkManager-0.8.3.999-2.git20110414.fc14
NetworkManager-0.8.3.999-2.git20110414.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/NetworkManager-0.8.3.999-2.git20110414.fc13
Package NetworkManager-0.8.3.999-2.git20110414.fc13: * should fix your issue, * was pushed to the Fedora 13 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing NetworkManager-0.8.3.999-2.git20110414.fc13' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/NetworkManager-0.8.3.999-2.git20110414.fc13 then log in and leave karma (feedback).
NetworkManager-0.8.998-3.git20110419.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/NetworkManager-0.8.998-3.git20110419.fc15
NetworkManager-0.8.4-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/NetworkManager-0.8.4-1.fc14
NetworkManager-0.8.4-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/NetworkManager-0.8.4-1.fc13
NetworkManager-0.8.998-3.git20110419.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
NetworkManager-0.8.4-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
NetworkManager-0.8.4-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.