search for: fininsh

Displaying 3 results from an estimated 3 matches for "fininsh".

Did you mean: finish
2011 Sep 07
1
Error: in routine alloca() there is a stack overflow: thread 0, max 535822282KB, used 0KB, request 24B
...ut/latlong_spec2_WOCONV_150s_2004187.ncf" gcfilename.ori <- "/users/me/MEGANv2.04/Output/latlong_spec2_WOCONV_2001187.ncf" # ---------------- # Open file # ---------------- nc <- open.ncdf(gcfilename) nc.ori <- open.ncdf(gcfilename.ori) print ("fininshed open file") print(nc) print("Reading TFLAG") # error occurs on any of the following "get.var.ncdf" calls: tflag<- get.var.ncdf(nc,varid="TFLAG") # So this would produce the failure isop <- get.var.ncdf(nc,varid="ISOPRENE") isop....
2007 Aug 30
1
[Bridge] configure linux bridge
dear all: I try to configure a bridge in my embedded linux. I had fininshed these operations below: 1) configure kernel, select the option "802.1d bridge" 2) compile bridge-utils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb...
2007 Sep 02
0
[Bridge] Linux bridge configure
dear all: I try to configure a bridge in my embedded linux. I had fininshed these operations below: 1) configure kernel, select the option "802.1d bridge" 2) compile bridge-utils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb...