search for: cr

Displaying 20 results from an estimated 2777 matches for "cr".

Did you mean: rc
2014 Dec 17
0
broken pipe question
...I am in fact doing all the items you suggest. here is a log. For normal commands I am logging off just fine. Its just the heartbeat command I am getting an error on when logging out. Thoughts? Jerry ------ asterisk_command() Action: Login asterisk_command() Username: XXXXX asterisk_command() Secret: XXXXX asterisk_command() Events: off asterisk_execute() event_list=0 ret=36 last_command='Events: off' Response: Success[CR ][LF ]Message: Authentication accepted[CR ][LF ][CR ][LF ] asterisk_command() Action: Command asterisk_command() Command: confbridge list asterisk_execute() event_l...
2011 Sep 12
4
trouble building an rpm
i'm a newbie at building rpms. I made a few rpms years ago, but can't now make one on Centos 5. In /usr/local/rpmbuild, there are 5 subdirs: BUILD RPMS SOURCES SPECS SRPMS tmp When I type: rpmbuild -ba /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec I get 'file not found' errors, for paths in /usr/local/rpmbuild/tmp: error: File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/etc/yum.repos.d error: File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/etc/yum.repos.d/CentOS-cr.repo RPM bui...
2011 Apr 01
5
Predicción de valor máximo en superficie de respuesta, con paquete rsm
...ot;rsm" para superficies de respuesta. Siguiendo este ejemplo todo va bien, hasta que trato de obtener el valor máximo predicho para la variable de respuesta en los valores de x1 y x2 estimados. ------------------------------------------------------------- library("rsm") ChemReact CR <- coded.data(ChemReact, x1 ~ (Time - 85)/5, x2 ~ (Temp - 175)/5) CR # Realizando un ajuste de segundo orden: CR.rsm2 <- rsm(Yield ~ Block + SO(x1, x2), data = CR) CR.rsm2 summary(CR.rsm2) # Graficando: contour(CR.rsm2, ~ x1 + x2, at = summary(CR.rsm2)$canonical$xs, image = TRUE, img.col = t...
2014 Dec 16
3
broken pipe question
...he /var/log/asterisk/messages file. Is there a way to more correctly close and not get that message? Action: Originate\r\n Channel: Local/s at smvoice-heartbeat/n\r\n Context: heartbeat\r\n Exten: s\r\n Priority: 1\r\n Thanks, jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141216/5386fa98/attachment.html>
2019 Jan 29
0
Several tests failing
Hi, I?m attempting to build a 7.63.0 RPM for centos from a spec file I created. I am getting the following tests failures: ?These test cases failed: 206 1049 1060 1061 1232 1241 1421? Here is an example of an output for test 206, any help to get insights into it would be greatly appreciated: test 0206...[HTTP proxy CONNECT auth Digest] ../libtool --mode=execute /usr...
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...only used by dbus and should probably be hidden in gconf. I had a problem getting colors from dbus, it appears that they are not supported yet. I commented the code that should work but doesn't. I added text support but only via dbus. There are certain problems with typing directly to the screen. You can write to the screen with a dbus command like this. dbus-send --type=method_call --dest=org.freedesktop.compiz \ /org/freedesktop/compiz/annotate/allscreens/remote_initiate \ org.freedesktop.compiz.activate string:'root' \ int32:`xwininfo -root | grep id: | awk '{ print $4...
2006 Jan 08
0
isolinux.cfg location
...--------------------------------- ; Begin data section ; ----------------------------------------------------------------------------- section .data boot_prompt db 'boot: ', 0 wipe_char db BS, ' ', BS, 0 err_notfound db 'Could not find kernel image: ',0 err_notkernel db CR, LF, 'Invalid or corrupt kernel image.', CR, LF, 0 err_noram db 'It appears your computer has less than ' asciidec dosram_k db 'K of low ("DOS")' db CR, LF db 'RAM. Linux needs at least this amount to boot. If you get' db CR, LF db 'this m...
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...at are not horizontally inside invalid area diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index 6adbe8a..867b30d 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -254,7 +254,7 @@ swfdec_text_field_render (SwfdecTextField *text, cairo_t *cr, GList *layouts, *iter; SwfdecRect limit; SwfdecColor color; - int y, linenum; + int y, x, linenum; g_return_if_fail (SWFDEC_IS_TEXT_FIELD (text)); g_return_if_fail (cr != NULL); @@ -285,8 +285,9 @@ swfdec_text_field_render (SwfdecTextField *text, cairo_t *cr, inval);...
2013 Dec 27
1
CentOS6 CR repo - depsolving problem
All, Has anyone else had a problem with the CR repo on a 6.4 or 6.5 system? I have a test VM that has the CentOS6 CR repo enabled and it recently (well a week or so) started having dependency problems. It's choking on dependencies for ca-cerfificates. Obviously there aren't any CR packages yet for 6.5 so a zero package count and empt...
2008 Jul 03
0
[PATCH] ia64/pv_ops: paravirtualized istruction checker.
...ahata <yamahata at valinux.co.jp> Cc: "Luck, Tony" <tony.luck at intel.com> --- arch/ia64/include/asm/native/pvchk_inst.h | 263 +++++++++++++++++++++++++++++ arch/ia64/kernel/Makefile | 18 ++ arch/ia64/kernel/paravirt_inst.h | 4 +- arch/ia64/scripts/pvcheck.sed | 32 ++++ 4 files changed, 316 insertions(+), 1 deletions(-) create mode 100644 arch/ia64/include/asm/native/pvchk_inst.h create mode 100644 arch/ia64/scripts/pvcheck.sed diff --git a/arch/ia64/include/asm/native/pvchk_inst.h b/arch/ia64/include/asm/native/pvchk_in...
2008 Jul 03
0
[PATCH] ia64/pv_ops: paravirtualized istruction checker.
...ahata <yamahata at valinux.co.jp> Cc: "Luck, Tony" <tony.luck at intel.com> --- arch/ia64/include/asm/native/pvchk_inst.h | 263 +++++++++++++++++++++++++++++ arch/ia64/kernel/Makefile | 18 ++ arch/ia64/kernel/paravirt_inst.h | 4 +- arch/ia64/scripts/pvcheck.sed | 32 ++++ 4 files changed, 316 insertions(+), 1 deletions(-) create mode 100644 arch/ia64/include/asm/native/pvchk_inst.h create mode 100644 arch/ia64/scripts/pvcheck.sed diff --git a/arch/ia64/include/asm/native/pvchk_inst.h b/arch/ia64/include/asm/native/pvchk_in...
2018 Dec 03
3
CR repo update disaster for my desktop.
> Le 03/12/2018 ? 06:25, Rob Kampen a ?crit : >> I enabled the CR repo and did the yum update. Some 800+ rpms were >> offered and all seemed to resolve depenancies OK, so yes it was >> started. The updates completed and all looked good, until the reboot. >> > > I got a similar disaster here. I guess the lesson...
2011 Aug 06
1
help with predict for cr model using rms package
...values using the predict function. I have a feeling I'm missing something simple, however I haven't been able to determine what that is. Thanks in advance for your help. Adam dd <- datadist(all.data2.stand) options(datadist='dd') bp.cat2 <- all.data2.stand$bp.cat2 u <- cr.setup(bp.cat2) u b.mean <-rep(all.data2.stand$b.mean, u$reps) r.mean <-rep(all.data2.stand$r.mean, u$reps) mean.ova.energy <- rep(all.data2.stand$mean.ova.energy, u$reps) y <- (u$y) # constructed binary response cohort <- u$cohort attach(all.data2.stand[u$subs,]) dd <- datadist...
2011 Oct 04
2
About stepwise regression problem
First of all, I have GAMs noxd<-gam(newNOX~pressure+maxtemp+s(avetemp,bs="cr")+s(mintemp,bs="cr")+s(RH,bs="cr")+s(solar,bs="cr")+s(windspeed,bs="cr")+s(transport,bs="cr"),family=gaussian (link=log),groupD,methods=REML) Then I type " summary(noxd)". and show Family: gaussian Link function: log Formula: ne...
2020 Feb 07
0
[RFC PATCH v7 60/78] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_EVENT_CR
From: Mihai Don?u <mdontu at bitdefender.com> Using the KVMI_VCPU_CONTROL_CR command, the introspection tool subscribes to KVMI_EVENT_CR events that will be sent when CR{0,3,4} is going to be changed. Signed-off-by: Mihai Don?u <mdontu at bitdefender.com> Co-developed-by: Adalbert Laz?r <alazar at bitdefender.com> Signed-off-by: Adalbert Laz?r <alazar at bit...
2018 Dec 03
2
CR repo update disaster for my desktop.
On 03/12/2018 11:14, John Hodrien wrote: > On Mon, 3 Dec 2018, Simon Matter wrote: > >>> Le 03/12/2018 ? 06:25, Rob Kampen a ?crit : >>>> I enabled the CR repo and did the yum update. Some 800+ rpms were >>>> offered and all seemed to resolve depenancies OK, so yes it was >>>> started. The updates completed and all looked good, until the reboot. >>> >>> I got a similar di...
2007 Oct 17
0
libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie.c
...ec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -22,7 +22,6 @@ #include "config.h" #endif -#include <pango/pangocairo.h> #include <string.h> #include "swfdec_text_field.h" @@ -91,293 +90,6 @@ swfdec_text_field_init (SwfdecTextField * text) text->scroll = 1; } -SwfdecLayout * -swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, - const SwfdecParagraph *paragraphs, const SwfdecColorTransform *trans, - const SwfdecRect *inval, int *num) -{ - GArray *layouts; - guint i; - - g_return_val_if_fail (SWFDEC_IS_TEXT_FIELD...
2010 Jul 20
1
Building rattle on Solaris 10u7 X86
...re it. 3. There are errors when building the cairoDevice package , the error message is -bash-3.00$ R CMD INSTALL cairoDevice * installing to library '/opt/R/R2-11-1/lib/R/library' * installing *source* package 'cairoDevice' ... checking for pkg-config... pkg-config configure: creating ./config.status config.status: creating src/Makevars ** libs /opt/sunstudio12.1/bin/cc -xc99=all -I/opt/R/R2-11-1/lib/R/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freet...
2005 Sep 16
1
About princomp
Hi, I run the example for princomp for R211 I got the following error for biplot > ## The variances of the variables in the > ## USArrests data vary by orders of magnitude, so scaling is appropriate > (pc.cr <http://pc.cr> <- princomp(USArrests)) # inappropriate Erreur dans cov.wt(z) : 'x' must contain finite values only > princomp(USArrests, cor = TRUE) # =^= prcomp(USArrests, scale=TRUE) Erreur dans cov.wt(z) : 'x' must contain finite values only > ## Similar, but diffe...
2011 Jul 18
1
Multiple comparison test on selected contrasts
...duces a global mct of 15 paired contrasts of the combined (Site, Position) factor SitePos of which only 9 are of interest. Model.G = lmer(log10(SrCa) ~ SitePos + (1 | Eel), data = Data1) Model.G.mct = glht(Model.G, linfct = mcp(SitePos = "Tukey"))summary (Model.G.mct) The following code creates the desired reduced set of contrasts but I have been unable to apply it correctly to the mct. contr = rbind("CR core - MH core" = c(1,0,0,-1,0,0),"CR core - CR edge" = c(1,0,-1,0,0,0), "CR core - CR EC" = c(1,-1,0,0,0,0,0),"CR edge - MH edge" = c(0,0,1...