search for: myw

Displaying 9 results from an estimated 9 matches for "myw".

Did you mean: mw
2007 Apr 18
4
[Bridge] [Patch] [2.6.7] Bridge - Fix BPDU message_age
Fixes message_age field update in config BPDUs. Also checks whether the BPDU message age has exceeded bridge max age before transmitting config BPDUs. Signed-off-by: Kishore A K <KishoreAK@myw.ltindia.com> Index: linux-2.6.7/net/bridge/br_stp.c ============================================================= --- linux-2.6.7/net/bridge/br_stp.c.orig 2004-06-17 20:17:27.000000000 +0530 +++ linux-2.6.7/net/bridge/br_stp.c 2004-06-22 19:32:49.015908632 +0530 @@ -161,20 +161,19 @@ void br_t...
2002 Mar 13
1
problems compiling R-devel packages in Windows
...:/netsrc/R-devel/R/src/gnuwin32/MkRules:95: warning: ignoring old commands for target `.f.o' making PPsum.d from PPsum.c making arima.d from arima.c making burg.d from burg.c making carray.d from carray.c making filter.d from filter.c making init.d from init.c making mburg.d from mburg.c making myw.d from myw.c making pacf.d from pacf.c making qr.d from qr.c making starma.d from starma.c (diff R.exp R.exp1 > /dev/null) || cp R.exp1 R.exp ar cr ts.a *.o c:\mingw\bin\ar.exe: *.o: Invalid argument make[3]: *** [ts.a] Error 1 Any suggestions on what I need to do to get this to compile properl...
2006 May 31
2
Rails Bug when loading required files for API?
...be a bug in Rails. But I''m failry new to RoR, so maybe I''m doing something wrong. I''ll explain: I have a WS API defined, communicating with a remote system that expects a stucture: When defined like this (all definitions in one file) it all works fine: /app/apis/myws_api.rb ---------- class SoapResponse < ActionWebService::Struct member :id, :int member :title, :string end class MyApi < ActionWebService::API::Base api_method :find_products_by_category, :expects => [:string], :returns => [[SoapResponse]] end ---------- Now when I try...
2007 Apr 18
0
[Bridge] [PATCH 2.6] Fix message age in bridge STP config packets
This is a revised version of Kishore's patch to set message age appropriately in STP configuration packets. Signed-off-by: Kishore A K <KishoreAK@myw.ltindia.com> Signed-off-by: Stephen Hemminger <shemminger@osdl.org> diff -Nru a/net/bridge/br_stp.c b/net/bridge/br_stp.c --- a/net/bridge/br_stp.c 2004-06-29 14:45:50 -07:00 +++ b/net/bridge/br_stp.c 2004-06-29 14:45:50 -07:00 @@ -18,6 +18,11 @@ #include "br_private.h" #inclu...
2000 Mar 03
1
compiling R-1.0.0 on dec alpha (digital Unix 4.0)
I have tried compiling R on a dec alpha running digital unix 4.0 and got the following: f77 -shared -o ts.so PPsum.o burg.o eureka.o filter.o pacf.o starma.o stl.o carray.o mburg.o myw.o qr.o -lUfor -lfor -lFutil -lm -lots -lm ld: Warning: Unresolved: R_alloc R_NaReal R_IsNA R_IsNaNorNA R_chk_calloc R_chk_free Rf_error vmaxget vmaxset dqrdc2_ dqrcf_ mkdir ../../../../library/ts/libs gmake[4]: Leaving directory `/home/ming/R-1.0.0/src/library/ts/src' gmake[3]: Leaving directo...
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
...ne43/lib/amd64 -o stats.so init.o kmeans.o ansari.o bandwidths.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o isoreg.o Srunmed.o Trunmed.o dblcen.o distance.o hclust-utils.o nls.o HoltWinters.o PPsum.o arima.o burg.o carray.o filter.o mburg.o myw.o pacf.o qr.o starma.o port.o family.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o hclust.o kmns.o eureka.o stl.o portsrc.o -xlic_lib=sunperf -lsunmath -Rreg -R/mounts/devel/SUNWspro/lib/amd64:/opt/SUNWspro/lib/amd64 -L/mounts/devel/SUNWspro/prod...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...ering directory `/soft/R/R-1.5.1/src/library/ts/src' making HoltWinters.d from HoltWinters.c making PPsum.d from PPsum.c making arima.d from arima.c making burg.d from burg.c making carray.d from carray.c making filter.d from filter.c making init.d from init.c making mburg.d from mburg.c making myw.d from myw.c making pacf.d from pacf.c making qr.d from qr.c making starma.d from starma.c gmake[5]: Entering directory `/soft/R/R-1.5.1/src/library/ts/src' gmake[5]: `Makedeps' is up to date. gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/library/ts/src' gmake[5]: Entering directory...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2007 Apr 18
0
[Bluez-devel] Re: [Bridge] bridging bluetooth bnep deviceswith kernel 2.6.6-*
The ifreq structure to br_dev_do_ioctl() gives you the interface index (rq->ifr_ifindex) which is currently not being used. May be it can help.. -Kishore >>> David Woodhouse <dwmw2@infradead.org> 05/19/04 10:30PM >>> On Tue, 2004-05-18 at 15:36 -0700, Stephen Hemminger wrote: > Hmm, since all the blue tooth devices have the same address. > Deleting the first