Displaying 20 results from an estimated 1100 matches similar to: "R-help Digest, Vol 30, Issue 22"
2005 Aug 19
0
Re : A. Mani : Avoiding Loops
On Friday 19 August 2005 11:54, Sean O'Riordain wrote:
> Hi,
> I'm not sure what you actually want from your email (following the
> posting guide is a good way of helping you explain things to the rest
> of us in a way we understand - it might even answer your question!
>
> I'm only a beginner at R so no doubt one of our expert colleagues will
> help me...
>
2017 Mar 14
0
Re: virt-customize fail to inject firstboot script when running it from script.
On Mon, Mar 13, 2017 at 11:48:05PM +0200, Keresztes Péter-Zoltán wrote:
> Hello,
>
> We have a nodejs app which is injecting first boot scripts using virt-customize however the exact same commands are working when triggered manually.
>
> Here is the debug output of the commands
Which version of virt-customize? A number of bugs were fixed in this
part of the code in the last
2017 Mar 14
2
Re: virt-customize fail to inject firstboot script when running it from script.
I am running libguestfs version 1.34.2
The issue is the following. When I start the vm with virt-log I see this:
Mar 13 17:33:30 multi6 firstboot.sh[358]: /usr/lib/virt-sysprep/firstboot.sh start
Mar 13 17:33:30 multi6 cron[359]: (CRON) INFO (Running @reboot jobs)
Mar 13 17:33:30 multi6 firstboot.sh[358]: Scripts dir: /usr/lib/virt-sysprep/scripts
Mar 13 17:33:30 multi6 firstboot.sh[358]: ===
2005 Jun 28
0
R-help Digest, Vol 28, Issue 28
On Tuesday 28 June 2005 15:30, r-help-request at stat.math.ethz.ch wrote:
Re : 37. Re: A. Mani : colours in Silhouette (Mulholland, Tom)
>
> Message: 37
> Date: Tue, 28 Jun 2005 09:08:24 +0800
> From: "Mulholland, Tom" <Tom.Mulholland at dpi.wa.gov.au>
> Subject: Re: [R] A. Mani : colours in Silhouette
> To: <a_mani_sc_gs at vsnl.net>, <r-help at
2017 Mar 13
2
virt-customize fail to inject firstboot script when running it from script.
Hello,
We have a nodejs app which is injecting first boot scripts using virt-customize however the exact same commands are working when triggered manually.
Here is the debug output of the commands
Regards,
Peter
[ 0.0] Examining the guest ...
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: add_drive
2007 Nov 09
0
[PATCH] Fix FMRI for Solaris SMF
# HG changeset patch
# User john.levon@sun.com
# Date 1194621773 28800
# Node ID 7d588ef9d4769652d13947cc5a5d587007db4adb
# Parent 1957297911b1c113f0430f2494bf5daea68fa930
Fix FMRI for Solaris SMF
Update the FMRI for SMF to reflect reality (again).
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/python/xen/lowlevel/scf/scf.c b/tools/python/xen/lowlevel/scf/scf.c
---
2010 Nov 03
0
Asterisk/Asterisk SCF Project Wiki
For those of you who may have missed the announcements made last week at
AstriCon 2010, the Asterisk and Asterisk SCF projects now have a Wiki
site available at
https://wiki.asterisk.org
This site contains a great deal of Asterisk documentation, development
plans and other content, with more to come. It also contains Asterisk
SCF documentation, development history and much more.
The wiki site
2010 Nov 03
0
Asterisk/Asterisk SCF Project Wiki
For those of you who may have missed the announcements made last week at
AstriCon 2010, the Asterisk and Asterisk SCF projects now have a Wiki
site available at
https://wiki.asterisk.org
This site contains a great deal of Asterisk documentation, development
plans and other content, with more to come. It also contains Asterisk
SCF documentation, development history and much more.
The wiki site
2010 Nov 18
2
i18n_routes
Hello
i have an domain in .рф (РФ is the first TLD, where domain names are
put in Cyrillic script only.) (see also http://teimos.ru/x/punycode/)
i''m trying to get working routes in cyrillic like
http://теймос.рф/привет (XN--E1AIJIPB.XN--P1AI/XN--B1AGH1AFP)
to welcome#index (for example)
i tryed different ways but no luck with them all...
in Gemfile
---------------\
gem
2009 Feb 09
9
[Bug 20023] New: nv20: unwanted solid fills during busyloop rendering
http://bugs.freedesktop.org/show_bug.cgi?id=20023
Summary: nv20: unwanted solid fills during busyloop rendering
Product: Mesa
Version: CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: ASSIGNED
Severity: minor
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: pq at iki.fi
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
See description in the attached patch.
-------------- next part --------------
This quick hack adds primitive support of UTF-8 as a server 'character
set' to Samba 2.0.7. All file, share and user names are stored on server
in UTF-8, and translated into client code page (not UCS2) on the fly.
Additionally, server string conversion is added. Tested with Chinese and
Russian Windows clients.
2012 Oct 05
1
svyhist
Hello,
I was trying to draw histograms of age at death and got the following 2 error messages:
1) Error in tapply(1:NROW(x), list(factor(strata)), function(index) { :
arguments must have same length
2) Error in findInterval(mm[, i], gx) : 'vec' contains NAs
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) :
2007 Dec 27
0
SAS to R - if you have SAS 8.2+
Hi there,
the attached R function uses the SAS Integrated Object
Model (IOM) and it can deal with SAS dates and long
variable names. All you need to provide is the folder
where the SAS data file is and the data file name
without the extension. The function requires the rcom
package.
This is meant to be first cut...but improvements and
suggestions are more than welcome!
Gyula
import.sas.data
2012 Aug 29
1
Wierd encoding problem
I put the complete error description into a gist (https://gist.github.com/5d2cef1414f1643fca5a) for better readability.
The basic problem is that a properly encoded Json post request gets decoded an a very weird way. For example a "ü" which is encoded as "\u00fc" in uft-8 becomes ">\x93" or "~\xD4". I get different results ever time I run the decoder.
2012 Oct 02
2
svyby and make.formula
Hello,
Although my R code for the svymean () and svyquantile () functions works fine, I am stuck with the svyby () and make.formula () functions. I got the following error messages.
- Error: object of type 'closure' is not subsettable # svyby ()
- Error in xx[[1]] : subscript out of bounds # make.formula ()
A reproducible example is appended below.
I would appreciate if
2010 Dec 17
1
HA: what is missing to keep ongoing calls during failover ?
Hi,
What is currently missing in Asterisk ecosystem to get 2 servers
active-active redundancy such as when server 1 is failing (in some
circumstances), its ongoing calls (or most of them) are kept alive and
handed over to server 2 ?
I remember that a couple of years ago, Avaya claimed it could achieve this
with its high end servers.
Could it be possible with Asterisk ? Will SCF change this ?
2005 Aug 18
2
A. Mani : Avoiding loops
Hello,
I want to avoid loops in the following situation. There is a 5-col
dataframe with col headers alone. two of the columns are non-numeric. The
problem is to calculate statistics(scores) for each element of one column.
The functions depend on matching in the other non-numeric column.
A B C E F
1 2 X Y 1
2 3 G L 1
3 1 G L 5
and so on ...30000+ entries.
I need scores
2010 Jul 16
1
setting up dates
I have several data sets, which begin early in 2002 and run until
yesterday. They do not have observations every day. For example:
> xd1[1:10]
2002-02-25 2002-02-26 2002-02-28 2002-03-01 2002-03-04 2002-03-05 2002-03-07
7 8 1 9 12 3 5
2002-03-08 2002-03-11 2002-03-12
7 10 5
>
I want to set up zoo
2007 Apr 13
2
R on Solaris 10 x64
Hi R Developers,
Greg is helping me with debugging R on Solaris 10 x64. Please let us
know if you have any thoughts or tips that can help us debug this.
Thanks,
David
************
Using default transfer plist
in vector_io: permuting
About to write
*** caught segfault ***
address e8554000, cause 'memory not mapped'
Traceback:
1: .External("do_hdf5save", call,
2011 Apr 30
12
HA Asterisk
Hi,
I have been looking at Asterisk SCF http://www.asterisk.org/asterisk/scf,
but its not yet production ready. Can someone please pitch in about HA
feature in Asterisk ?
(HA -> High Availability.) Also, What would be the pros and cons of using
AsteriskNow over Asterisk ? Are the versions same in Asterisk and
AsteriskNow ? We have been evaluating Asterisk for our Voice Application and
it seems