I've installed the latest beta release and it's exacerbating a problem I've seen only occasionally with the former RedHat beta, namely: 1) the ifup of ctc0 fails intermittently 2) the startup scripts incorrectly report that it succeeded Here's an excerpt from the log of what happens: Apr 19 09:29:50 linux3-ibm network: Setting network parameters: succeeded Apr 19 09:29:50 linux3-ibm network: Bringing up interface lo: succeeded Apr 19 09:29:51 linux3-ibm ifup: SIOCSIFFLAGS: Cannot allocate memory Apr 19 09:29:51 linux3-ibm ifup: SIOCADDRT: Network is unreachable Apr 19 09:29:51 linux3-ibm ifup: SIOCADDRT: Network is unreachable Apr 19 09:29:51 linux3-ibm network: Bringing up interface ctc0: succeeded As I said, this problem occurred rarely on the previous beta. I can generally reproduce it on the new beta by abruptly doing a re-ipl of linux (not via a shutdown but rather #cp ipl 200 while it's running). The reload will not bring up the network properly, but a subsequent shutdown -h followed by an ipl 200 will. (Note: this is not my normal mode of reloading - I'm playing around with something that keeps hanging my system, necessitating the forcible restart). Also note that the SIOCSIFFLAGS message is originating from a general flag-setting subroutine in ifconfig - too bad the author(s) of ifconfig didn't see fit to also log the flag they were being asked to set. Regardless, the startup script should not be saying that the CTC0 interface bring-up succeeded when it in fact did not. Mike Durket