-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas Zehetbauer <thomasz@xxxxxxxxxxxxxx> wrote: >My system hangs when bringing up the network with initscripts-8.08. There's a missing "$file" in the input to grep in "/etc/sysconfig/network-scripts/ifup-routes", making grep hang waiting for data on STDIN. I've filed this as BZ Bug #155195 <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=155195> and attached a patch. As a workaround you can modify the script like this (line 31): - - if egrep -q '^[[:space:]]*ADDRESS[0-9]+=' ; then + if egrep -q '^[[:space:]]*ADDRESS[0-9]+=' $file ; then HTH, -link - -- "I don't mind being thought of as a badguy, but it /really/ annoys me to be thought of as an *incompetent* badguy!" -- John Moreno -----BEGIN PGP SIGNATURE----- Version: PGP SDK 3.2.2 iQA/AwUBQmL/kKPyPrIkdfXsEQLLMACg925tZZDRo13obPw6s0sbEh33dMEAoMdQ 3CvmI7ZOxzreFvIEFwiFpk6I =bSDj -----END PGP SIGNATURE-----