probably related to
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119965
The attached trivial patch workaround that problem [at least for me].
D
Le jeu 29/04/2004 Ã 07:19, Alex Thomsen Leth a Ãcrit :
> after installing fc2t3 my network card cant get connection to the
> internet. at the bootup i get an ip adress from a dhcp server. but
> nothing happens when im trying to ping som sites on the net. if i make
> an dhclient eth1 it start working. could it be a startup bug??
--
Dams NadÃ
Anvil/Anvilou on irc.freenode.net : #Linux-Fr, #Fedora
I am looking for a job : http://livna.org/~anvil/cv.php
"Dona Nobis Pacem E Dona Eis Requiem". Noir.
--- /etc/sysconfig/network-scripts/network-functions 2004-03-17 01:31:28.000000000 +0100
+++ /etc/sysconfig/network-scripts/network-functions.vil 2004-04-29 13:41:34.587101558 +0200
@@ -232,6 +232,7 @@
check_mii_tool ()
{
+ return 1
[ -x /sbin/mii-tool ] || return 2
output=`LC_ALL=C mii-tool $1 2>&1`
echo $output | LC_ALL=C grep -q "link ok" && return 1
@@ -240,6 +241,7 @@
check_ethtool ()
{
+ return 1
[ -x /sbin/ethtool ] || return 2
output=`LC_ALL=C ethtool $1 2>&1`
echo $output | LC_ALL=C grep -q "Link detected: yes" && return 1
Attachment:
signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=