Displaying 20 results from an estimated 80 matches similar to: "untar() error"
2010 Jul 05
3
data.frame: adding a column that is based on ranges of values in another column
Dear List,
I've been looking tirelessly for a solution to this dilemma but without success. Perhaps someone has an idea that will guide me in the right direction.
Suppose I have the following data.frame:
DF = data.frame(X = c(114.5508, 114.6468, 114.6596, 114.6957, 114.6828, 114.8903, 114.9519, 114.8842,
114.8579, 114.8489), Y = c(47.14094, 46.98874, 46.91235, 46.88265, 46.80584, 46.67022,
2010 Feb 13
2
lm function in R
Hello,
I am trying to learn how to perform Multiple Regression Analysis in R. I
decided to take a simple example given in this PDF:
http://www.utdallas.edu/~herve/abdi-prc-pretty.pdf
I created a small CSV called, students.csv that contains the following data:
s1 14 4 1
s2 23 4 2
s3 30 7 2
s4 50 7 4
s5 39 10 3
s6 67 10 6
Col headers: Student id, Memory span(Y), age(X1), speech rate(X2)
Now
1998 Nov 23
1
R-0.63.0.tgz untar problem!
Hi to all R people!!!
I'mtryed to untar R-0.63.0.tgz but ....
C:\Archivio\R\R-0.63.0>tar -x -z -f R-0.63.0.tgz
tar: R-0.63/aux: Could not create directory: No such file or directory (ENOENT)
tar: R-0.63/aux/GETSYMBOLS: Could not create file: No such file or
directory (EN
OENT)
tar: R-0.63/aux/config.sub: Could not create file: No such file or
directory (EN
OENT)
tar:
2002 Feb 28
0
Can't untar snapshot.. scard missing from CVS?
Hello-
I'm testing the current versions on UnixWare 2.x and have run into
the following problems:
After downloading the nightly snapshot, untar fails with
"Directory Checksum error". Gunzip is successful, but the tar
fails.
Failing the snapshot extraction, I checked out a clean copy from the
CVS. Configure fails when it hits the "/scard" directory, which is
empty. I
2016 Nov 04
0
[PATCH 3/5] v2v: ova: move the untar function
Move the untar function so it can be used later in the code.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/input_ova.ml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index db884d9..f76fe82 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -38,6 +38,12 @@ object
method as_options = "-i ova
2016 Dec 07
0
[PATCH v3 3/6] v2v: ova: move the untar function
Move the untar function so it can be used later in the code.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/input_ova.ml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 61930f0..85954a3 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -38,6 +38,12 @@ object
method as_options = "-i ova
2012 Jan 23
1
Timing Slips CRC & E-Bit Errors - Asterisk - Trixbox 2.8.0.4
Hi,
I've searched and searched on the possible problems. If anyone can help me
that would be great.
Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) B8ZS/ESF
CRC4 error count: 4750
E-bit error count: 5023
Timing slips: 72
1 TE2/0/1/1 Clear (In use) (SWEC: MG2)
2 TE2/0/1/2 Clear (In use) (SWEC: MG2)
3 TE2/0/1/3 Clear (In
1999 Nov 22
2
R-0.90.0 untar
I had a couple of problems getting R 0.90.0. In case anyone has
similar problems, I though I would mention them.
1/ I can't use "ftp cvs.r-project.org" from either home or work. The ftp
service does not seem to be available. Perhaps this is intended. I only
discovered it because I thought the file I got through Netscape might be
corrupted. (I don't understand why Netscape
2010 May 18
1
which kernel images should be used to boot first time a DomU CentOS on a Debian Dom0 for
I downloaded vmlinuz and initrd from here renamed them to
vmlinuz-xen-install and initrd-xen-install
and placed both above in /boot
http://mirrors.kernel.org/centos/5.5/os/x86_64/images/xen/
and then in /etc/xen-tools/xen-tools.conf
install-method = rinse
dist = centos-5
image = sparse
kernel = /boot/vmlinuz-xen-install
initrd = /boot/initrd-xen-install
serial_device = hvc0
2013 Jan 18
0
large memory usage on rebalance
Hello all,
I had gluster volume distributed over 7 machines with a single brick each.
After adding two more bricks I started the rebalance command, but the memory usage of the glusterfs process handling this ate up all the available memory on the machine I started the rebalance on.
I tried again on another peer with more memory and here it also ate up 60 GB and showed no sign of getting
2012 Nov 03
3
PRI got event HDLC Abort
hi folks.
recently some of our customers complained about bad voice
quality on the phone system. i looked at the logs and found
a lot of these:
[2012-11-03 08:26:38] NOTICE[11305] chan_dahdi.c: PRI got event: HDLC Abort (6) on
D-channel of span 1
[2012-11-03 08:26:45] NOTICE[11305] chan_dahdi.c: PRI got event: HDLC Abort (6) on
D-channel of span 1
[2012-11-03 08:26:54] NOTICE[11305]
2004 Mar 02
1
Problem untarring R-1.8.1.tgz
Hi,
I have been trying to untar the source file for R and having no success.
I have used decompression utilities that handle .tar and .tgz file but I
keep getting an error that there is a "Header CRC Error".
So, I am wondering if this is just me and I am not using the right
decompression utility or whether there is an error in the headers for
the zip file.
Anyone have any advice?
2012 Jul 24
1
untaring files in parallel with foreach and doSNOW?
Hello,
I'm running some code that requires untaring many files in the first step.
This takes a lot of time and I'd like to do this in parallel, if possible.
If it's the disk reading speed that is the bottleneck I guess I should not
expect an improvement, but perhaps it's the processor. So I want to try this
out.
I'm working on windows 7 with R 2.15.1 and the latest foreach
2008 Dec 09
1
Voicemail.conf : concise hour prompts
Hi,
In voicemail.conf:
; Supported values:
; 'filename' filename of a soundfile (single ticks around the filename
; required)
; ${VAR} variable substitution
; A or a Day of week (Saturday, Sunday, ...)
; B or b or h Month name (January, February, ...)
; d or e numeric day of month (first, second, ..., thirty-first)
; Y Year
; I or l
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
I'm running Dovecot as proxy in front of some IMAP/POP3 Dovecot &
Courier-IMAP servers and in the last couple of days I've been seeing a
lot of imap-login crashes (signal 11) on both 2.2.18 and 2.2.25, all SSL
related. The following backtraces are taken running 2.2.25, built from
source on a test system similar to the live proxy servers.
OS: CentOS 6.8 64bit
Packages:
2003 Sep 19
1
VoiceMail fromstring?
I'm having tons of trouble getting the fromstring to work in
voicemail.conf. I've tried both voicemail and voicemail2 but the emails
still seem to be coming from asterisk pbx. Has anyone had any luck with
this?
=================
Here's my voicemail.conf:
;
; Voicemail Configuration
;
[general]
; Default formats for writing Voicemail
;format=g723sf|wav49|wav
format=wav49|gsm|wav
;
2008 Dec 09
0
Voicemail.conf : concise hour prompts [SOLVED]
2008/12/9 Olivier <oza-4h07 at myamail.com>
>
>
> 2008/12/9 Tilghman Lesher <tilghman at mail.jeffandtilghman.com>
>
> On Tuesday 09 December 2008 09:14:11 Olivier wrote:
>> > Hi,
>> >
>> > In voicemail.conf:
>> > ; Supported values:
>> > ; 'filename' filename of a soundfile (single ticks around the
>>
2005 Sep 22
1
SayUnixTime in CVS?
Can anyone tell me what I missed? I'm trying to setup a simple extension
(400) that reports the time when it is dialed. I searched the threads and it
seems like this should work...
Here's what's in my extensions.conf:
exten => 400,1,Answer()
exten => 400,n,Wait,1
exten => 400,n,SayUnixTime(,EST5EDT,)
exten => 400,n,Playback(tt-weasels)
[BTW, tt-weasels is hillarious!
2005 Feb 11
1
Asterisk-MySQL: Not loading voicemail config from MySQL
Folks,
I'm trying to get Asterisk to load my voicemail
configuration from MySQL. I've followed the
instructions at:
http://www.voip-info.org/wiki-Asterisk+voicemail+database
I restarted Asterisk, but no luck: the voicemail.conf
does not get updated. I started with a sample
voicemail.conf that I found on the Wiki. Or was it
from Voicepulse? I can't remember. For initial
testing, I
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
Hi
I am using following say.conf file. Its a default file, which comes with
Asterisk installation.
When I call SAY DATETIME AGI function, it simply returns without playing
date & time. Where as if I use mode=old setting, it works. Is this a bug
or mode=new is not implemented for SAY DATETIME AGI function?
[general]
mode=new ; method for playing numbers and dates
;