Displaying 20 results from an estimated 200 matches similar to: "(PR#12742) Different result with different order of binding"
2008 Sep 08
1
(PR#12742) Different result with different order of
FAQ 7.31 strikes again.
This is expected: you cannot do exact arithmetic on a binary computer if
some of the quantities involved are not binary fractions (e.g. 1.3)
See also the warning in ?`==`: identical() is equally inappropiate for
computed numerical quantities.
On Mon, 8 Sep 2008, kyunseop.bae at gmail.com wrote:
> Full_Name: Kyun-Seop Bae
> Version: 2.7.2
> OS: MS-Windows XP
2008 Sep 08
1
Different result with different order of binding (PR#12742)
Full_Name: Kyun-Seop Bae
Version: 2.7.2
OS: MS-Windows XP SP2
Submission from: (NULL) (148.168.40.4)
# Script that I used
rm(list=objects())
objects()
WT <- 91
AGE <- 41
SCR <- 1.3
CCL1 <- (140-AGE) * WT / (72 * SCR)
CCL2 <- (140-AGE) * WT / 72 / SCR
CCL1
CCL2
identical(CCL1, CCL2)
identical(CCL1, 96.25)
identical(CCL2, 96.25)
CCL1*10 + 0.5
CCL2*10 + 0.5
floor(CCL1*10 +
2008 Aug 11
1
Unwanted carriage returns storing dataframes with dbWriteTable
If I save a dataframe with a character-typed last column to a relational
database with dbWriteTable, the values in the last column of the
resulting table in the database will have a '\r' (carriage return)
appended. If I read back the dataframe with dbReadTable the last column
in the resulting dataframe has also '\r' appended (see protocol below).
Setting or unsetting sql-mode
2014 Oct 07
1
Grandstream GXP2160 + SRTP
Hello,
I am trying to setup a Grandstream GXP2160 IP-phone with secure calling
(SRTP).
Secure signaling SSIP for registration is working great !
I follow this guide :
https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial
But when I try to make a call with SRTP, I get stuck. There is an
initial INVITE which is anwered with a 401. There should follow a new
INVITE with a nonce,
2018 Nov 08
3
Samba 4 AD Join to Itself
Hi
Running Samba 4.9 AD DC on CentOS 7 and would like to join the server to the domain that it serves out.
This is to manage user access to roaming profiles.
Can anyone advise whether this is
1. Possible
2. Advisable
3. What pitfalls there are
Thanks
Tony Walsh
*************************************************************************************
The information contained
2005 Apr 19
1
Samba and Windows shares
Good evening-
I am a systems engineer with BAE Systems and am looking to solve a
Single Sign-On and file access issue using Vintela Authentication
Services (VAS) and Samba. This is to be accomplished on Solaris 9
(0904) workstations and function within an Active Directory
environment (e.g. Windows Server 2003).
VAS is currently advertising that the capability exists to integrate
Samba with Active
2017 Mar 09
2
Trying to get SMS from GXV3240 to trigger dialplan code.
I am trying to send SMS from my grandstream GXV3240
Asterisk receives the message in a NOTIFY block.
How can I get asterisk to run dialplan code when receiving these Notify
SMS Message Blocks.
I can then route them to my SMS provider.
Any ideas are appreciated. Below is debug of a message sent from the phone
when received no dialplan code is triggered.
I am wounding if I need to
2004 Apr 08
1
Building 3.7-p1 on i686-pc-linux-gnu for execution on i386-pc-linux-gnu
I have a small single-board computer (SBC) I'd like to run OpenSSH on,
but when I build the binaries on my development station and copy them
over, I get "Illegal Instruction" errors when running them (sshd,
ssh-keygen, ssh-add, ssh-agent, ssh-keyscan).
I have successfully built zlib 1.2.1 and tested it with minigzip on the
SBC, so I don't think the problem is with zlib.
I have
2006 Nov 09
0
Debug Level 3 Error
Hi there,
First can I say what a great job you guys are doing!
The problem I have is when I run up sshd under debug, I get the
following output :
% sshd -ddd
debug1: sshd version OpenSSH_3.4p1
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /usr/local/etc/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1
2007 Apr 03
1
openssl-0.9.7e compile error.
I am trying versions back. But I get the same compile error every time
on HP-UX 11.0 with openssh-4.5p1. Was almost there.
.
.
.
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconne
ct1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -lssh
-lopenbsd-compat -lcrypto -lz -lnsl -lxnet -lsec
/usr/ccs/bin/ld: Unsatisfied symbols:
_U_Qfneg (first referenced in
2000 Mar 18
0
Samba 2.0.6 and Windows 95 logon
Hello
I have just updated from Samba 2.0.5 to 2.0.6, and have found that the path
to the user profile does not seem to work properly.
I am using:
Win95 OSR2 on PCs
Solaris 2.5.1 on a Sun Ultra 2/200
Samba 2.0.6 (compiled with gcc 2.7.2)
My smb.conf file includes the following lines:
Domain logons = yes
Logon script = mount.bat
Logon home = \\%N\%U
Logon path = \\%N\%U\winapps\win95
All of
2007 Apr 05
2
openssh-4.4p1 compile error.
Darren or anyone, can anyone point me to what and where
I can download the necessary src's and dependencies to
make ssh work on HP-UX 11.0 PARISC 1.0. I've been trying
to work with:
openssh-4.4p1
openssh-4.5p1
openssl-0.9.7e
openssl-0.9.8e
Jerry Moore
CSC, Principal UNIX Systems Administrator
BAE Systems Electronics & Integrated Solutions
3131 Story Road West, Irving, Texas 75038
2017 Apr 13
0
[Bug 12742] New: a proposal: fix bogus nanosecond mtimes on transfer (patch included)
https://bugzilla.samba.org/show_bug.cgi?id=12742
Bug ID: 12742
Summary: a proposal: fix bogus nanosecond mtimes on transfer
(patch included)
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
2011 Jan 27
7
Xen watchdog patch disposition?
Jeremy,
while originally I had hoped this patch, sitting in xen/next, would get
pushed for .37, that didn''t happen and now the .38 merge window
was missed too. Trying to get this to Linux on my own seems
inappropriate, so can I hope that you will include this with whatever
other changes you intend to push for .39?
Thanks, Jan
_______________________________________________
Xen-devel
2004 Jan 27
0
Samba 3.0.1 startup problem
I have a built 3.0.1 smbd/nmbd program from source that will startup on one server system running hpux11.11,
but will not startup on another hpux11.11 system.
On the problem system smbd and nmbd both abort immediately with the log message:
[2004/01/22 17:42:06, 0] smbd/server.c:main(747)
smbd version 3.0.1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2003
/usr/lib/dld.sl: Internal
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
Call for Participation
http://www.hpdc.org/2012/
The organizing committee is delighted to invite you to *HPDC'12*, the
/21st International ACM Symposium on High-Performance Parallel and
Distributed Computing/, to be held in *Delft, the Netherlands*, which is
a historic, picturesque city that is less than one hour away from
Amsterdam-Schiphol airport.
HPDC <http://www.hpdc.org> is
2012 May 19
0
Call for Participation: ACM HPDC 2012 -- Early registration deadline May 25th
Call for Participation
http://www.hpdc.org/2012/
The organizing committee is delighted to invite you to *HPDC'12*, the
/21st International ACM Symposium on High-Performance Parallel and
Distributed Computing/, to be held in *Delft, the Netherlands*, which is
a historic, picturesque city that is less than one hour away from
Amsterdam-Schiphol airport.
HPDC <http://www.hpdc.org> is
2004 Jan 28
0
Samba 3.0.1 startup problem on HP-UX 11.11
I have a built 3.0.1 smbd/nmbd program from source that will startup on one server system running hpux11.11,
but will not startup on another hpux11.11 system.
On the problem system smbd and nmbd both abort immediately with the log message:
[2004/01/22 17:42:06, 0] smbd/server.c:main(747)
smbd version 3.0.1 started.
Copyright Andrew Tridgell and the Samba Team 1992-2003
/usr/lib/dld.sl: Internal
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
**********************************************************************
CALL FOR PARTICIPATION
======================
The 8th IEEE International Conference on Autonomic Computing
Karlsruhe, Germany
June 14-18, 2011
http://icac2011.cis.fiu.edu
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
**********************************************************************
CALL FOR PARTICIPATION
======================
The 8th IEEE International Conference on Autonomic Computing
Karlsruhe, Germany
June 14-18, 2011
http://icac2011.cis.fiu.edu