Displaying 20 results from an estimated 100 matches similar to: "Error during scp transfer"
2009 Aug 30
1
Combining: R + Condor in 2009 ? (+foreach maybe?)
Hello dear R-help group (and David Smith from REvolution),
I would like to perform parallel computing using R with Condor (hopefully
using foreach or other recommended solutions, if available) for some
"Embarrassingly parallel" problem.
I will start by listing what I found so far, and then go on asking for help.
So far I found the a manual by Xianhong Xie from Rnews_2005-2 (see page
2008 Oct 16
2
5.1p on RHEL 3 and password expiration
[ Sorry for the length of this; I felt it better to provide potentially
too much info, rather than not enough. I've probably missed something
that's important, though! ]
I have an odd problem with 5.1p on RHEL3 if "UsePAM yes" and
"UsePrivilegeSeparation no" is set. The code detects that the user
password is aged (according to shadow) but then fails to let me
2010 Apr 06
1
GridR
Dear All
I am doing one distributed data mining program. So I selected GridR
package for the distributed programming.
*grid.init(service="local",debug=FALSE, localTmpDir="GridRTmp/")
grid.apply("x",UCS, wait=TRUE )*
UCS is a function.
When I execute this statement, I have some errors like :
*cannot load local function/variable: xmlRoot
extracted from line: : no
2010 Oct 14
0
GridR error
Hi,
I am trying to use 'GridR' package for the first time, and I'm running
into a strange error from grid.check:
> grid.check(gridFun)
Error in exists(add) : invalid first argument
After playing around in recover mode, I see that this because the
variable 'add' created by grid.check is blank:
Browse[1]> split[[1]][k]
[1] " : "
Browse[1]> add
[1]
2020 May 07
6
[Bug 3161] New: ssh -J <public IPv6> <LL IPv6%scopeID> doesn't work as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=3161
Bug ID: 3161
Summary: ssh -J <public IPv6> <LL IPv6%scopeID> doesn't work as
expected
Product: Portable OpenSSH
Version: 8.2p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
2010 Oct 04
8
Command died with signal 11: "/usr/libexec/dovecot/dovecot-lda"
Hi..
after upating from 2.0.1 to 2.0.4 postfix often reports errors when
deliveing mails to dovecot:
"Undelivered Mail Returned to Sender" ->
Command died with signal 11: "/usr/libexec/dovecot/dovecot-lda"
anyone seens this before ?
2009 Jun 04
2
alfresco with GFS2.0.0
HELLO :
Were there somebody who had used alfresco and GFS work well?
I met some problems when alfresco create it index files in GFS ,alfresco couldn't start up ,but use server's local dir for alfresco ,it start well.
The alfresco log is this :
14:22:43,009 User:System ERROR [lucene.index.IndexInfo] Channel reopen failed on index info files in:
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over
a Unix domain socket. I believe it is not currently possible to operate
dovecot auth over an Internet domain (TCP) socket. Am I correct?
I want to call dovecot's exported authentication from a Java
application. Java doesn't natively know how to talk to a Unix domain
socket, so there are inconveniences. There
2008 Aug 12
1
[LLVMdev] Using JIT to construct an invocation of a non-JIT function, or how do I interface to GCC exception handling
I'm just starting to have a look at LLVM, so forgive me if this is a
simple question.
What I'd like to do is use the JIT api to construct a "program" that
calls a series of functions. In other words I'm wanting to translate a
scripting language into some executable assembler where each primitive
of my scripting language is implemented with a "normal" function.
2017 Aug 09
1
Java bindings exceptions [was Re: Asking Help]
On Wed, Aug 09, 2017 at 11:09:55PM +0100, Olly Betts wrote:
> The Xapian exception classes aren't wrapped for Java at the moment, so
> currently you'll get a java.io.IOException exception, and you can check
> for DatabaseModifiedError using code like this (untested):
>
> try {
> // Code which might cause DatabaseModifiedError.
> } catch (Exception e) {
Sorry,
2013 Sep 13
21
Suggestion for merging xl save/restore/migrate/migrate-receive
Hi,
As we talked in
http://lists.xen.org/archives/html/xen-devel/2013-09/msg00211.html , I have a
suggestion: what about merging xl save/restore/migrate/migrate-receive?
Here is the description: xl-migrate.rst
Also there is a workaround for the xl migration daemon example: xl-migrate-socat.rst
Patch for the example: xen-xl-migrate-socat.patch
(I don''t have enough knowledge to
2004 Aug 06
0
Lost ogg sync using jspeex
Hi
I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decompressing. I am just planning to test how jspeex works.
// File AudioCapture.java
import javax.sound.sampled.spi.*;
import javax.sound.sampled.*;
import org.xiph.speex.spi.*;
import java.util.*;
import java.net.*;
import java.io.*;
public
2004 Aug 06
0
Lost ogg sync using jspeex
Hi
I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works.
// File AudioCapture.java
import javax.sound.sampled.spi.*;
import javax.sound.sampled.*;
import org.xiph.speex.spi.*;
import java.util.*;
import java.net.*;
import java.io.*;
public
2005 Jul 05
2
Java and R help
Im doing an aplication in Java and i have a program made in R what i
want to launch with Java.
I have the following instructions:
Runtime r = Runtime.getRuntime();
try
{
System.out.println ("Llamada a R...");
p = r.exec(sRutaR);
}
catch (IOException e)
{
System.out.println ("Error lanzando R: " +
2023 Mar 01
1
Inherit Owner / Permissions
A user is attempting to use Windows Powershell get-childitem command to
copy files from one SMB directory to another.
*****************
Get-ChildItem -Path "W:\z_TestFiles\source1" -Recurse -File |
ForEach-Object {
Copy-Item -Path $_.FullName -Destination "X:\dest1"
}
*****************
When the command is run it creates the files as 0 byte files and then
errors.
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
<HTML dir=ltr><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText8852 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face=Arial color=#000000 size=2>Hi</FONT></DIV></DIV>
<DIV dir=ltr>
<DIV dir=ltr>
<DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
2017 Aug 09
2
Asking Help
<span style="white-space:pre"> </span>Hi£¬I am a student in China and I am using Xapian to do some projects recently, for the error DatabaseModifiedError i dont know how to catch it in java, i do not find the relative class in xapian.jar. So I write this letter for help.<div><span style="white-space:pre"> </span>So sorry to interrupt
2010 Jul 15
3
Windows 7 machine trust accounts expiring
There was an earlier thread about failing trust relationships between
Windows 7 and Samba. Since we occasionally experience the same problem
with Win 7 clients against a Samba 3.5.4 server, I investigated this a
bit further.
I think it happens when
- the time to change the machine password has arrived
- the Win 7 machine is up, but no one is logged on (login box is shown
on the screen).
To
2009 Jul 20
2
Difference in Samba and CIFS interms of keeping the deleted files opened
Hi,
We have a CIFS server running on a NetApp server and a Solaris host running
Samba-3.3.2.
When we mount both the filesystems to a Drive on a Windows using the net use
command and then try to run a java program which basically does nothing but
continuosly writes a data chunk to a file. On a side note, these same
filesystems are accessible on a Solaris (unix) host too.
When the java program is
2009 May 01
5
fts-solr plugin issue (Marked invalid)
Hi.
We user ftp-solr plugin and have problem with solr-1.3+
with HTMLStripWhitespaceTokenizerFactory (Solr schema in attachments).
In some maildir's present messages with wrong "Content-Type: " fields in attachments.
For example:
"
Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt"
"
Indexing for this messages is stop with "fts_solr: