Displaying 20 results from an estimated 3923 matches for "97".
2003 Jun 21
2
rsync 2.5.6 for NCR MP-RAS
...tax or usage error (code 1) at main.c(994)
# ./rsync --help
Segmentation Fault - core dumped
Here is log of compilation.
Script started on Sat Jun 21 05:56:15 2003
# make
        cc -I. -I. -g -DHAVE_CONFIG_H -I./popt  -c rsync.c -o rsync.o
NCR High Performance C Compiler R3.0c 
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
        cc -I. -I. -g -DHAVE_CONFIG_H -I./popt  -c generator.c -o 
generator.o
NCR High Performance C Compiler R3.0c 
(c) Copyright 1994-97, NCR Corporation
(c) Copyright 1987-97, MetaWare Incorporated
        cc -I. -I. -g -DHAVE_CONFIG...
2005 Jun 03
2
How to 'de-cross' a table?
Dear R users,
I have received a table in the following format:
id  a   b  c1  c2  d1  d2
1   1   1  65  97  78  98
2   1   2  65  97  42  97
3   2   1  65  68  97  98
4   2   2  65  97  97  98
Factors of the design are: a, b, and e, where e has levels c and d. The
levels c and d then have 2 replicates (r) each.
Now I would like to get:
id  a   b   e   r  value
1   1   1   c   1  65
2   1   1   c   2...
2008 Jul 24
1
Formatting Syntax when Merging
Hi,
I've merged the attached two data sets, generating a final merged data 
set, but when I review this merged data, the dates are not in the 
correct order. I know that this can be solved by using something like 
fmt<-"%m/%d/%y", but where should this go in the commands below?
 > Countrydata<-read.table("Desktop/R/Countrydata.txt", head=T, sep="\t")
2008 Jul 26
1
Marking Interval Length
Hi everyone,
I'm trying to break down data into intervals because I need to analyze 
data according to the intervals between each change in value. What I 
have done is merged the attached data files, and filled in the missing 
values this way:
 > fmt<-"%m/%d/%y"
 > dd<-read.csv("Desktop/R/CDSdate.txt")
 > dd$Date<-as.Date(dd$Date, fmt)
 >library(zoo)
2012 Oct 17
2
cut2 error
...o use cut2 function from the 'Hmisc' library.  However, when I
try and run the function on the following variable, I get an error message
(displayed below).  I suspect it is because of the NA but I have no idea
how to address the error.  Many thanks to any insights.
structure(list(var1 = c(97, 97, 98, 98, 97, 99, 97,
98, 99, 98, 99, 98, 98, 97, 97, 98, 99, 98, 96, 98, 98, 99, 98,
98, 99, 99, 98, 99, 98, 99, 99, 99, 99, 98, 99, 96, 99, 98, 98,
99, 97, 98, 99, 99, 97, 99, 99, 98, 98, 98, 99, NA, 99, 98, 98,
98, 98, 98, 98, 98, 99, 99, 98, 99, 99, 98, 98, 99, 99, 97, 98,
98, 98, 99, 98, 98...
2005 Sep 27
0
CEBA-2005:787 BUG Fix CentOS 3 x86_64 XFree86 - bug fix update
CentOS Errata and Security Advisory CEBA-2005:787
XFree86 bug fix update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHBA-2005-787.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
x86_64:
updates/x86_64/RPMS/XFree86-100dpi-fonts-4.3.0-97.EL.x86_64.rpm
updates/x86_64/RPMS/XFree86-4.3.0-97.EL.x86_64.rpm
updates/x86_64/RPMS/XFree86-75dpi-fonts-4.3.0-97.EL.x86_64.rpm
updates/x86_64/RPMS/XFree86-ISO8859-14-100dpi-fonts-4.3.0-97.EL.x86_64.rpm
updates/x86_64/RPMS/XFree86-ISO8859-14-75dpi-fonts-4.3.0-97.EL.x86_64.rpm
updates/x86_64/RPMS/XF...
2005 Sep 27
0
CESA-2005:787 BUG Fix CentOS 3 i386 XFree86 - bug fix update
CentOS Errata and Security Advisory CEBA-2005:787
XFree86 bug fix update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHBA-2005-787.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/XFree86-100dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-75dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-14-100dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-14-75dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-15-100...
2004 Aug 31
4
Problem with seq.dates in chron
...ot;months",
length=129)
> beg.month.datetimes
  [1] 01/01/95 02/01/95 03/01/95 04/01/95 05/01/95 06/01/95 07/01/95
08/01/95
  [9] 09/01/95 10/01/95 11/01/95 12/01/95 01/01/96 02/01/96 03/01/96
04/01/96
 [17] 05/01/96 06/01/96 07/01/96 08/01/96 09/01/96 10/01/96 11/01/96
12/01/96
 [25] 01/01/97 02/01/97 03/01/97 04/01/97 05/01/97 06/01/97 07/01/97
08/01/97
 [33] 09/01/97 10/01/97 11/01/97 12/01/97 01/01/98 02/01/98 03/01/98
04/01/98
 [41] 05/01/98 06/01/98 07/01/98 08/01/98 09/01/98 10/01/98 11/01/98
12/01/98
 [49] 01/01/99 02/01/99 03/01/99 04/01/99 05/01/99 06/01/99 07/01/99
08/01/99
 [...
2015 Jun 29
2
CPAN issues
Hello List,
Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails.
<snip>
t/97-process_setup_options.t .. ok
t/97-return_values.t .......... 6/10
#   Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm Local::Prereq::Fails'
#   at t/97-return_values.t line 49.
#          got: '2'
#     expected: '1'
#   Failed test 'blib/script/cpan -j...
1997 Dec 04
27
Message not deliverable (Forward Msg)
===============================================================================
----------------------------------- Returned ----------------------------------
-
From: I9694899.IBMMAIL at IBMMX
Date: 12/4/97 1:53PM
To: Jason Clogg at DS/Brokasure
Subject: SECURITY PROBLEM WITH 1.9.17P2
-------------------------------------------------------------------------------
FGD0101I Forwarded items follow
2005 Sep 28
0
CentOS-announce Digest, Vol 7, Issue 15
...ot;us-ascii"
CentOS Errata and Security Advisory CEBA-2005:787
XFree86 bug fix update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHBA-2005-787.html
The following updated file has been uploaded and is currently syncing to
the mirrors:
i386:
updates/i386/RPMS/XFree86-100dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-75dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-14-100dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-14-75dpi-fonts-4.3.0-97.EL.i386.rpm
updates/i386/RPMS/XFree86-ISO8859-15-100...
2010 Feb 08
0
[LLVMdev] Build broken on MSVC 9.0
Hi *,
at the moment the build of clang is broken on MSVC 9.0 (according to
buildbot http://google1.osuosl.org:8011/console at least since
2010-02-06 01:02:15) due to some strange template name lookup
problems.,,,
97>FlatStore.cpp
97>D:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/ADT/ImmutableIntervalMap.h(98)
: error C3861: 'MarkImmutable': identifier not found
97>        D:\public\zorg\buildbot\osuosl\slave\clang-i686-xp-msvc9\llvm\include\llvm/ADT/ImmutableInterva...
2005 Aug 20
1
Why do I get pbx.c 1645 pbx_extension_helper: No application 'Voicemailman' for extension
Does VoicemailMan have to be installed ?  Why not available.  I have setup a 
mailbox in voicemail.conf and I can leave a voicemail - just cannot pickup 
up using *97.
My *97 code in extensions.conf:
exten => *97,1,Answer
exten => *97,2,VoicemailMain(${CALLERIDNUM}@default)
exten => *97,3,Hangup
asterisk console:
Verbosity was 8 and is now 12
    -- Executing Answer("SIP/200-d83a", "") in new stack
Aug 20 18:57:45 WARNING[6014]: p...
1997 Jul 18
0
Samba 1.9.16pl11: dropping connections between Solaris 2.5.1 and WinNT4SP3
...nstall/Fixes/ASP.DLL]
	reduce_name [w2/Install/Fixes/ASP.DLL] [/export/LogArch]
	chdir to w2/Install/Fixes
	chdir to /export/LogArch
	reduced to w2/Install/Fixes/ASP.DLL
	calling open_file with flags=0x1 flags2=0x300 mode=0664
	Allocated new file_fd_struct 0, dev = ffffffff, inode = ffffffff
	07/15/97 16:43:18 cdutchyn opened file w2/Install/Fixes/ASP.DLL
read=No write=Yes (numopen=1 fnum=1)
	chdir to /
	07/15/97 16:43:18 Transaction 110 of length 52
	switch message SMBwrite (pid 2206)
	chdir to /export/LogArch
	07/15/97 16:43:18 write fnum=1 cnum=85 num=0 wrote=0
	07/15/97 16:43:18 Transaction...
2015 Jun 29
0
CPAN issues
...Brian Mathis
@orev
On Mon, Jun 29, 2015 at 5:08 PM, James D. Parra <jamesp at musicreports.com>
wrote:
> Hello List,
>
> Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN
> from version 1.98 to version 2.10, but it fails.
>
>
> <snip>
> t/97-process_setup_options.t .. ok
> t/97-return_values.t .......... 6/10
> #   Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm
> Local::Prereq::Fails'
> #   at t/97-return_values.t line 49.
> #          got: '2'
> #     expected: '1'
>
> #...
2007 Oct 31
0
Problem with flash hook
...lash button is
pressed.
I have transfer=yes, threewaycalling=yes etc enabled in my zapata.conf .
signalling=fxo_ks
threewaycalling=yes
transfer=yes
callwaiting=yes
flash=1000
context=from-internal
group=1
callgroup=1
pickupgroup=1
hidecallerid=no
usercallerid=yes
musiconhold=default
channel => 97
Here are the asterisk debugs that I get when I flash the call
-------------------------------------------------------------------------------------
Oct 25 10:27:13 DEBUG[28965] chan_zap.c: Exception on 106, channel 97
Oct 25 10:27:13 DEBUG[28965] chan_zap.c: Got event On hook(1) on channel 97
(in...
2005 Jan 20
1
Problem adding computer to domain
...root and the password. But unfortunately , now it says: can't find user. 
I check with phpldapadmin and I see the user root in the ldap database. I can also access shares as user root
This is the ldap logging and I don't see any errors:
Jan 20 12:48:46 localhost slapd[8709]: daemon: conn=97 fd=20 connection from IP=172.16.6.3:52231 (IP=0.0.0.0:389) accepted. 
Jan 20 12:48:46 localhost slapd[8709]: conn=97 op=0 BIND dn="CN=MANAGER,DC=SIF-GROUP,DC=NL" method=128 
Jan 20 12:48:46 localhost slapd[8709]: conn=97 op=0 RESULT tag=97 err=0 text= 
Jan 20 12:48:46 localhost slapd[8709...
2011 May 07
1
Exporting list with unequal length of rows
Dear users
I have received an output from one of the functions of igraph. The output is
in the following form
[[1]]
[1]   1 196  94  89  92 197   0
[[2]]
[1] 1
[[3]]
[1]   1 196  97 193   4
[[4]]
[1]   1 194  97 193   4
[[5]]
[1]   1 194  97 193   4   6
[[6]]
[1]   1 196  97 193   4   6
[[7]]
[1]   1 196  97 193   4 185   7
[[8]]
[1]   1 194  97 193   4 185   7
[[9]]
[1]   1 196  97 193 188 185   7
[[10]]
[1]   1 194  97 193 188 1...
2012 Mar 27
2
R extract parts
...I have the following set of data, and needs to extract some sections.
user pos    communications source v_destine
7   1   109       22        22
7   2   100       22        22
7   3   214       22        22
7   4   322       22        22
7   5  69920     22       161
7   6   68      161        97
7   7  196       97        97
7   8   427       97        22
7   9    460       22        22
7  10   307       22        22
7  11  9582       22        22
7  12   55428       22        22
7  13    9192       22        22
7  14  19       22        22
my idea is to arise when a value greater than 10...
2008 Oct 14
1
ts.data plot
...with the 'year' when daily observation
was recorded, the other one consists these observations 'obs', like the
following:
          year obs
[3014,] 86  26.01
[3015,] 86  25.66
[3016,] 86  23.92
[3017,] 86  23.84
.
.
[3018,] 96  22.65
[3019,] 96  23.22
[3020,] 96  23.36
.
.
[3021,] 97  24.55
[3022,] 97  27.63
[3023,] 97  27.92
[3024,] 97  27.37
[3025,] 97  26.11
[3026,] 97  26.33
[3027,] 97  27.19
I want to make a plot of my time series data, where on OX axis we have the
year(s), on OY axis the daily observations. I will appreciate any help
thanks
-- 
View this message in cont...