Displaying 20 results from an estimated 700 matches similar to: "non-interactive ssh connections (was Re: RSYNC ISSUE)"
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi,
After creating and distributing the private key with "ssh-keygen -P", I am
till getting the following error message while I schedule from cron. Only
exception is right now , I have only one message which says
"You have no controlling tty and no DISPLAY. Cannot read passphrase".
Any help is appreciated. Gs
You have no controlling tty and no DISPLAY. Cannot read
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
First, an item to fix: the substitution of "-P" for "-p". All good
operating systems are case-sensitive, and many utilities, ssh included,
are case sensitive about their options. "-P" is passed along with the
"-p" to signal that the next parameter is the passphrase, to enable
passphrase setting directly in the commandline. If that's wrong,
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, I have tried to generate the key with ssh-keygen -P ( remove the
passphrase) and copied it to the target system. However, it doesn't work.
Any insite with the way I am distributing the KEYS
-----Original Message-----
From: Martin Pool [mailto:mbp@samba.org]
Sent: Tuesday, July 23, 2002 6:53 PM
To: Kar, Gouri X. -ND
Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X. -ND
2002 Jul 25
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Gouri: close. Try "Ssh-keygen -p -P ''". You might argue that ssh should guess that -P imlplies -p, but that's
an issue for your ssh maintainer.
Also: you don't ordinarily distribute the private key. You need the
PUBLIC key in $HOME/.ssh/authorized_keys on any system you want to access
with the private key. Maybe i'm seing your application backward, and you
2002 Jul 23
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
(Gouri: a more descriptive subject line will help you get repsonses in
future, and please send your mail to rsync@lists.samba.org. Read
<http://www.tuxedo.org/~esr/faqs/smart-questions.html>)
On 23 Jul 2002, "Kar, Gouri X. -ND" <Gouri.X.Kar.-ND@disney.com> wrote:
> Hi guys, I am trying to schdule a script which makes call to RSYNC over SSH.
> The same script works
2016 Apr 30
0
Package to work with weight based data
Hi Biswajit Kar,
Take a look at this CRAN Task:
https://cran.r-project.org/web/views/OfficialStatistics.html
Also, I've been re-writing functions of package "ineq" so that they
accept weights. I can provide those if you find them useful.
Finally, there are a bunch of packages in CRAN that provide plottings
using weights (e.g. "weights", "Hmisc",
2010 Feb 07
0
disk devices missing but zfs uses them ?
Hello I have a strange issue,
I''m having a setup with 24 disk enclosure connected with LSI3801-R. I created two pools. Pool have 24 healthy disks.
I disabled LUN persistency on the LSI adapter.
When I cold boot the server (power off by pulling all power cables), a warning is shown on the console during boot:
....
WARNING: /pci/path/ ... (mpt0):
wwn for traget has changed
2002 Jun 16
3
lm() function to get coefficients doesn`t work
Hi,
to get the residuals and coefficients I did the following:
kurse <- read.table("kurse.txt" header=T)
the data:
index bmw mru rwe vow kar sie bas
1 159,70 74,18 338,21 89,03 110,30 141,23 178,53 67,97
2 160,76 73,46 343,66 89,38 110,30 142,66 180,45 68,30
3 162,45 74,18 349,12 91,54 108,54 146,22 183,12 68,85
4 162,18 72,74 349,12 92,20 106,43 144,80 181,75
2012 Aug 08
1
[LLVMdev] clang thread-local compilation error on windows
Hello, I am trying to compile some code to LLVM IR with a simple "__thread
int x" but hitting this error:
test.cpp:1:1: error: thread-local storage is unsupported for the
current target
I'm using both the -S and -emit-llvm options on clang, and was expecting to
see "@x = thread_local global i32 0" come out of clang.
I am curious why clang even cares about this since
2008 Sep 10
1
[LLVMdev] ReplaceUses: curious
Hi
I am looking at some of the existing targets to try to understand more
about writing a backend. I was a little puzzled by the use of a method
ReplaceUses in *ISelDAGToDAG.cpp (*= most targets, e.g. ARM, X86..).
I found its definition in the *GenDAGISel.inc file that is
autogenerated from the target description. I can only assume TableGen
emits this method definition for every traget.
2001 Nov 14
2
BASA GELEN CEKiLiR DEMEYiN..
I Don't speak the language it is in, but is this spam?
-----Original Message-----
From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]
On Behalf Of SAGLAM SiGORTA
Sent: Wednesday, November 14, 2001 10:40 PM
To: samba@samba.org
Subject: BASA GELEN CEKiLiR DEMEYiN..
Importance: High
SA?LAM S?GORTA ARACILIK H?ZMETLER?
Merhabalar,
Size ?ncelikle firmam?z? tan?tarak
2005 Dec 12
1
AEC params
Hi:
I have been trying to test the speex AEC by playing a
voice sample (pre-recorded) as a echo and capturing a
new voice sample and playing the pre-recorded one, for
reference. [Sampling rate 8 KHz, frame size 64]
For some reason, I dont see any removal of echo. Does
anybody have a idea of * Testing the AEC in some other
mechanism
or
* Getting some sample files for testing AEC
Thanks
Su
---
2016 Apr 28
2
Package to work with weight based data
Respected all,
I am working on a socio-economic survey (named as
National Sample Survey in India provided by National Sample Survey
Organization, Govt. of India) data of individual as well as households.
This is a sample survey where stratified random sapling method has been
used to draw samples. The data set uses 'weights' to estimate figures for
region, state or
2002 Jun 19
2
solve() doesn`t work
Hi,
I tried to inverse a matrix but it doesn`t work. I hope somebody can help
me. This is what I did.
> kurse <- read.table("kurse.txt", header=T, dec=",")
> x <- cbind(1,kurse[,-c(1)])
> y <- kurse$index
> t(x) %*% x
Error in t(x) %*% x : requires numeric matrix/vector arguments
> x <- as.matrix(x)
> xtxi <- solve(t(x) %*% x)
Error in
2005 Mar 24
0
No compatible codecs!
Hello,
I have been having this problem for several releases of
Asterisk. Whenever, I use iLBC or Speex codecs to make a SIP call, I get
"No compatible codecs!" error, even though I am not disallowing anything in
my sip.conf. One way I made it work is to hard-code these codecs in
global_capability variable in chan-sip.c that seems to have fixed the
problem. But I know it was
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
Hi Talin,
I had a talk in London developer meeting about More Target Independent Bitcode.
(You can download the slides from http://llvm.org/devmtg/2011-09-16/)
I have been also trying to make bitcode with more higher abstraction level.
I made new compilation strategy using more target indepent bitcode as followins,
(This didn't consider about Jit or Interpreter like lli)
C/C++ source code
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
Hi,
I am working on support R_MIPS_HI16 / R_MIPS_LO16 in the new LLD and
have a couple of questions.
== Q1
In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16
relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses
combined addend (AHI << 16) + (short)ALO where AHI is original
R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16
relocation [1]. There are two
2024 Jul 09
2
Weird R Studio behaviour...
Hi,
Have a nice week. First of all, I know this is not R Studio forum but I want to ask here first, if you all do not mind. Well, I am away from my computer right now but, I have a strange problem (at least to me). My script worked perfectly for a year, and today, suddenly stop working because R Studio begins to warn me about illegal characters in the script.
System is on W 10, and R 3.4.1 is
2005 Jul 06
0
Re: Asterisk-Users Digest, Vol 12, Issue 25
Hi,
Updating zaptel gives me this during the make. Any
ideas, the
searches and Wiki gives me no hints.
In file included from
/usr/src/linux-2.4/include/linux/fs.h:19,
from
/usr/src/linux-2.4/include/linux/capability.h:17,
from
/usr/src/linux-2.4/include/linux/binfmts.h:5,
from
/usr/src/linux-2.4/include/linux/sched.h:9,
from
2024 Jul 09
1
Weird R Studio behaviour...
I think you should also update R to the latest version, as that *might* be
the source of the problem.
Other may be able to give you a specific diagnosis, but updating R is to a
(reasonably, at least) current version is good practice anyway.
Cheers,
Bert
On Tue, Jul 9, 2024 at 8:11?AM Levent TERLEMEZ via R-help <
r-help at r-project.org> wrote:
> Hi,
>
> Have a nice week. First