search for: datamod

Displaying 19 results from an estimated 19 matches for "datamod".

Did you mean: datamods
2007 Feb 08
4
error when compiling zaptel-1.4
when i compile zaptel make linux26 make install i got these errors: make[1]: Leaving directory `/usr/src/zaptel-1.4/wct4xxp' make -C datamods clean make[1]: Entering directory `/usr/src/zaptel-1.4/datamods' make -C /lib/modules/2.4.27-3-386/build SUBDIRS=/usr/src/zaptel-1.4/datamods clean make[2]: Entering directory `/usr/src/kernel-headers-2.4.27-3-386' make: *** arch/i386/boot: No such file or directory. Stop. make: Entering...
2008 Apr 05
1
Zaptel data mode not supported?
...tory `/usr/src/zaptel-1.4.9.2/menuselect' make[2]: Entering directory `/usr/src/zaptel-1.4.9.2/menuselect' make[2]: `menuselect' is up to date. make[2]: Leaving directory `/usr/src/zaptel-1.4.9.2/menuselect' make[1]: Leaving directory `/usr/src/zaptel-1.4.9.2/menuselect' make -C datamods datamods make: *** datamods: No such file or directory. Stop. make: *** [data] Error 2 Adding datamods to SUBDIR_MODULES in top level Makefile make: CC [M] /usr/src/zaptel-1.4.9.2/kernel/datamods/hdlc_fr.o /usr/src/zaptel-1.4.9.2/kernel/datamods/hdlc_fr.c: In function `fr_lmi_send': /usr...
2012 Jun 14
3
mapa provincial de España con googleVis
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120614/518ed68f/attachment.html>
2009 Mar 25
2
New CentOS 5 repo: dahdi, asterisk, freepbx RPMs
Dear list, I've set up an RPM repository with several asterisk-related RPMs that I think contain some improvements upon what are already out there. The first goal is to be able to build an Asterisk + FreePBX system on CentOS 5 with the EPEL repo enabled; in our environment, where all our systems are under configuration management, either an appliance-type solution or a manual
2004 Jul 04
2
Random intercept model with time-dependent covariates, results different from SAS
...it a random intercept model in R (after setting options(contrasts = c(factor = "contr.SAS", ordered = "contr.poly")) as recommended on this list), and making the time, group and id variables factors: > g2 = lme(Y ~ time + group + time:group + W + Z, random = ~ 1 | id, data = datamod) > anova(g2) numDF denDF F-value p-value (Intercept) 1 42 5.54545 0.0233 time 4 42 16.41069 <.0001 group 1 11 0.83186 0.3813 W 1 42 0.07555 0.7848 Z 1 42 45.23577 <.0001 time:group 4 42 3.043...
2014 Aug 13
0
DAHDI-Linux and DAHDI-Tools 2.10.0 Now Available
...channels Shaun Ruffell (1): zonedata: Ensure all zones have a default DAHDI_TONE_DIALRECALL. Tzafrir Cohen (2): xpp_fxloader: rename variable: default_law -> law xpp: astribank_hexload: allow empty span specs The diffstat from the dahdi-linux v2.9.2 release: drivers/dahdi/datamods/hdlc_fr.c | 15 ++++++++++++-- drivers/dahdi/datamods/hdlc_generic.c | 5 +++++ drivers/dahdi/firmware/Makefile | 5 ++++- drivers/dahdi/voicebus/voicebus_net.c | 6 ++++++ drivers/dahdi/wctc4xxp/base.c | 6 ++++++ drivers/dahdi/wcte13xp-base.c | 4 ++++ drivers/dah...
2014 Aug 13
0
DAHDI-Linux and DAHDI-Tools 2.10.0 Now Available
...channels Shaun Ruffell (1): zonedata: Ensure all zones have a default DAHDI_TONE_DIALRECALL. Tzafrir Cohen (2): xpp_fxloader: rename variable: default_law -> law xpp: astribank_hexload: allow empty span specs The diffstat from the dahdi-linux v2.9.2 release: drivers/dahdi/datamods/hdlc_fr.c | 15 ++++++++++++-- drivers/dahdi/datamods/hdlc_generic.c | 5 +++++ drivers/dahdi/firmware/Makefile | 5 ++++- drivers/dahdi/voicebus/voicebus_net.c | 6 ++++++ drivers/dahdi/wctc4xxp/base.c | 6 ++++++ drivers/dahdi/wcte13xp-base.c | 4 ++++ drivers/dah...
2017 May 10
2
bug report: nlme model-fitting crashes with R 3.4.0
...' not found gls(distance ~ age + Sex, data = Orthodont, correlation = corCompSymm( form = ~ 1 | Subject)) # Error in corMatrix.corCompSymm(object) : # object 'compSymm_matList' not found # #Upon debugging, the error is thrown by line 60 of gls code # #glsSt <- Initialize(glsSt, dataMod, glsEstControl) R.version # _ # platform x86_64-w64-mingw32 # arch x86_64 # os mingw32 # system x86_64, mingw32 # status # major 3 # minor 4.0 # year 2017 # month 04 # day 21 # svn rev 72570 # language...
2004 Oct 28
0
Auxilliary args in gls
...ts)) mfArgs <- list(formula = asOneFormula(formula(glsSt), model, groups), data = data, na.action = na.action) if (!missing(subset)) { mfArgs[["subset"]] <- asOneSidedFormula(Call[["subset"]])[[2]] } mfArgs$drop.unused.levels <- TRUE dataMod <- do.call("model.frame", mfArgs) Thanks, Jeremy Primer -------------------------------------------------------- This is not an offer (or solicitation of an offer) to buy/sell the securities/instruments mentioned or an official confirmation. Morgan Stanley may deal as principal i...
2004 Dec 01
0
gnls(0 error: invalid variable type
...I encountered an error: "Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid variable type " Rht is a defined function to be fitted and initial values are stored in three vectors strssb0-b2. The error occurred at the gnls() source line: dataMod <- do.call("model.frame", mfArgs) All variables in the data frame are listed below. By examining those 5 variables used in the function, I failed to spot any offending one: t1, t2, h1, and h2 are all numeric and Sisp is a factor of 15 levels. > str(gbht10) `data.frame': 2400...
2003 Nov 12
1
ADSI Functions
Does anyone know where I can get a list of ADSI functions.. Example *70 (No Call Waiting), Flash = Flash, Hold = ??? Thank you, -gcc
2017 May 11
0
bug report: nlme model-fitting crashes with R 3.4.0
...x, data = Orthodont, > correlation = corCompSymm( form = ~ 1 | Subject)) > > # Error in corMatrix.corCompSymm(object) : > # object 'compSymm_matList' not found > # > #Upon debugging, the error is thrown by line 60 of gls code > # > #glsSt <- Initialize(glsSt, dataMod, glsEstControl) > > R.version > > # _ > # platform x86_64-w64-mingw32 > # arch x86_64 > # os mingw32 > # system x86_64, mingw32 > # status > # major 3 > # minor 4.0 > # year 2017 > # month...
2014 Jun 27
0
DAHDI-Linux and DAHDI-Tools 2.9.2-rc1 Now Available
...enerate .depends if there's no libusb The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 121 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2014 Jun 27
0
DAHDI-Linux and DAHDI-Tools 2.9.2-rc1 Now Available
...enerate .depends if there's no libusb The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 121 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2014 Jul 21
0
DAHDI-Linux and DAHDI-Tools 2.9.2 Now Available
...busb Makefile: A typo in a comment The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 135 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2014 Jul 21
0
DAHDI-Linux and DAHDI-Tools 2.9.2 Now Available
...busb Makefile: A typo in a comment The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 135 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2014 Jul 11
0
DAHDI-Linux and DAHDI-Tools 2.9.2-rc2 Now Available
...busb Makefile: A typo in a comment The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 135 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2014 Jul 11
0
DAHDI-Linux and DAHDI-Tools 2.9.2-rc2 Now Available
...busb Makefile: A typo in a comment The diffstat from the dahdi-linux v2.9.1 release: build_tools/install_firmware | 14 +- drivers/dahdi/dahdi-base.c | 135 +- drivers/dahdi/dahdi_transcode.c | 3 +- drivers/dahdi/datamods/syncppp.c | 1 + drivers/dahdi/firmware/Makefile | 31 +- .../oct612x/include/oct6100api/oct6100_apiud.h | 2 +- drivers/dahdi/oct612x/oct612x-user.c | 19 +- drivers/dahdi/pciradio.c | 28 +- drivers...
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
...xxp.ko wctdm.ko wctdm24xxp.ko wcte11xp.ko wcusb.ko zaptel.ko ztd-eth.ko ztd-loc.ko ztdummy.ko ztdynamic.ko zttranscode.ko; do \ rm -f /lib/modules/2.6.8-2-386/extra/$x ; \ done; \ make -C /usr/src/linux SUBDIRS=/usr/src/zaptel-1.4.0 INSTALL_MOD_PATH= INSTALL_MOD_DIR=misc modules_install; \ if [ -f datamods/syncppp.ko ]; then \ make -C datamods install; \ else \ rm -f /lib/modules/2.6.8-2-386/misc/{hdlc_*,syncppp}.ko; \ fi make[1]: Entering directory `/usr/src/kernel-source-2.6.8' INSTALL /usr/src/zaptel-1.4.0/pciradio.ko INSTALL /usr/src/zaptel-1.4.0/tor2.ko INSTALL /usr/src/zaptel-1.4.0...