From bfa859690146f4980f23fd87272665ceea9bff92 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 8 Mar 2015 19:39:16 +0100 Subject: [PATCH] looks like our problem is that eth0 is not yet known to the system when we try to do the ifconfig --- initscripts/pl_netinit | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/initscripts/pl_netinit b/initscripts/pl_netinit index 5e288c2..8dd8714 100755 --- a/initscripts/pl_netinit +++ b/initscripts/pl_netinit @@ -291,9 +291,12 @@ if [[ $? -ne 0 ]]; then echo $(date "+%H:%M:%S") " pl_netinit: this CD does not have hardware support for your" echo $(date "+%H:%M:%S") " pl_netinit: network adapter. please send the following lines" echo $(date "+%H:%M:%S") " pl_netinit: to your PlanetLab support for further assistance" - echo + echo ========== lspci beg /sbin/lspci -n | /bin/grep "Class 0200" - echo + echo ========== lspci end + echo ========== ifconfig beg + /sbin/ifconfig + echo ========== ifconfig beg net_init_failed fi -- 2.43.0