Displaying 20 results from an estimated 5000 matches similar to: "problems with samba share"
2009 Oct 27
6
Replicating a live server on a domU
Hi,
Has anybody ever stumbled upon the need to replicate a live and in
production server to a virtual machine?
I''m trying to virtualize a bunch of servers but I can''t figure out how can I
mirror the file system. I do not want to start from scratch with them.
The whole idea is to transfer them to the virtual side as they currently
are.
 
Any advice is welcome.
Thank you.
 
2009 Dec 01
4
[Bug 1678] New: Insufficient privileges to chroot() on AIX
https://bugzilla.mindrot.org/show_bug.cgi?id=1678
           Summary: Insufficient privileges to chroot() on AIX
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: PPC
        OS/Version: AIX
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy:
2011 Jun 13
2
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
Hello, 
Is it still possible to produce the LLVM bitcode after linking using the LLVM gold plugin?
I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM bitcode is not dumped. 
I installed the LLVM gold plugin using the latest binutils from CVS and LLVM 2.6, since I read on the discussion list that this was possible with LLVM 2.6. 
This is the command I use:
2008 Nov 18
1
Sweave
Dear All,
I have both R 2.80 and Scientific Workplace 5.5 installed on my computer. 
I copied the following commands from HTML help provided by R:
testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils")
Sweave(testfile)
I then compile Sweave-test-1.tex file using Scientific Workplace 5.5. Apparently, Scienfic Workplace 5.5 does not recognize
2009 Jan 14
2
Korean Translation - Anaconda Slides
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Well, it seems like my gnome terminal can't interpret Korean
translations very well. Or maybe it can and I don't know how to confirm
it ? I tried the following encoding characters in the gnome terminal:
 Current Local (UTF-8)
 Korean (EUC-KR)
 Korean (UHC)
 Korean (JOHAB)
and all I can see are question marks inside black rhombus. That
2011 Jun 13
0
[LLVMdev] producing a single LLVM bitcode file using the LLVM gold plugin
On 13 June 2011 15:37, Cristian Zamfir <cristian.zamfir at epfl.ch> wrote:
> Hello,
>
> Is it still possible to produce the LLVM bitcode after linking using the
> LLVM gold plugin?
> I get the warning "ld: warning: Ignoring flag also-emit-llvm" and the LLVM
> bitcode is not dumped.
>
> I installed the LLVM gold plugin using the latest binutils from CVS and
2006 Jan 30
2
[R] Integer bit size and the modulus operator (PR#8541)
On 1/30/2006 1:39 PM, Ionut Florescu wrote:
> Thank you for the quick reply, I will look into the R packages.
> For crashing R try this:
> 
> generator.zp=function(x,p)
> {a=1:(p-1); b=x^a%%p;
> if(all(b[1:(p-2)]!=1)&&(b[p-1]==1)){return(x, " Good ")}
> else{return(x, " No Good, try another integer ")}
> }
Thanks, I can reproduce the crash using
2006 Jan 30
4
Integer bit size and the modulus operator
I am a statistician and I come up to an interesting problem in 
cryptography. I would like to use R since there are some statistical 
procedures that I need to use.
However, I run into a problem when using the modulus operator %%.
I am using R 2.2.1 and when I calculate modulus for large numbers (that 
I need with my problem) R gives me warnings. For instance if one does:
a=1:40;
8^a %% 41
one
2011 Sep 21
1
raster plot is empty
Dear R-help,
I have a problem plotting maps using the raster package when I use R
on my workplace server, but not when I use my own desktop.  I suspect
the server version must be missing something and was wondering if
anyone would have any ideas.
The problem occurs after
library(raster)
f <- system.file("external/test.grd", package="raster")
r <- raster(f)
plot(f)
On
2009 Sep 15
1
[LLVMdev] Replace gcc with llvm-gcc???
Hi,all
Recently I met a question when I want to replace gcc with llvm-gcc
through configure script(command).
For simply,described like that
I typed as following
1.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-S
-emit-llvm"
configure will failed when it checks whether C compiler is working
2.zhunan at sjtu:~/workplace/$ ./configure CC=llvm-gcc CFLAGS="-c
2000 Nov 07
1
No subject
I have just moved to a new workplace.  I saved an R workspace into
an ascii file at my old workplace and have ftp'ed it down here.
Unfortunately when I try to load the get a message saying that 
the file is corrupted.  It's  a big file, but my experience suggests
that this normally refers to a problem at the beginning or end of a file,
so I thought it might be worth enclosing just the
2005 Dec 01
1
[ win32utils-Bugs-2918 ] docs and samples are always installed in c:/ruby/
Bugs item #2918, was opened at 2005-12-01 08:25
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=411&aid=2918&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: docs and samples are always installed in c:/ruby/
Initial Comment:
Hi,
Using the installer, when
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Hello,
I get this error when compiling this code with llvm-gcc:
error: unsupported inline asm: input constraint with a matching output constraint of incompatible type!
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
int 
main(void)
{                                                                              
2010 Feb 16
2
[LLVMdev] FD_ZERO unsupported inline asm on 64 bit
Thanks Duncan, 
It seems the bug has been reopened. After reading the comments related to the bug report, it was not clear if this is fixed in llvm-gcc, or just in clang. 
Thanks, 
Cristi
On Feb 16, 2010, at 3:44 PM, Duncan Sands wrote:
> Hi Cristian, this is (part of) bug 3373, see
>  http://llvm.org/bugs/show_bug.cgi?id=3373
> 
>> 	FD_ZERO(&rfds);   //this is the error
2023 Aug 18
1
Host key verification (known_hosts) with ProxyJump/ProxyCommand
On 19/8/23 08:00, Stuart Longland VK4MSL wrote:
> Would the UserKnownHostsFile be relative to the current working 
> directory of the `ssh` process at the time of its call, or would it 
> figure out that these files are relative to 
> /home/me/workplace/ops/eng-ssh/bigcust-config?
Nope? just tried it, at this time it's relative to whatever directory 
you call `ssh` from.
Which if
2006 Jan 30
5
Help! What does this R command mean?
Hi all,
R is so difficult. I am so desperate.
What does the ":" mean in the following statement?
What does the "[, -1]" mean?
>
> # Leaps takes a design matrix as argument: throw away the intercept
> # column or leaps will complain
>
> X <- model.matrix(lm(V ~ I + D + W +G:I + P + N, election.table))[,-1]
Thanks a lot!
	[[alternative HTML version
2006 Jan 30
5
Help! What does this R command mean?
Hi all,
R is so difficult. I am so desperate.
What does the ":" mean in the following statement?
What does the "[, -1]" mean?
>
> # Leaps takes a design matrix as argument: throw away the intercept
> # column or leaps will complain
>
> X <- model.matrix(lm(V ~ I + D + W +G:I + P + N, election.table))[,-1]
Thanks a lot!
	[[alternative HTML version
2009 Aug 13
1
[LLVMdev] vmkit and klee
Hi,
I am trying to evaluate how complex would be to modify KLEE ( http://klee.llvm.org/ 
  ) so that it can run LLVM bitcode compiled from Java code obtained  
with vmjc (from the VMKIT project). Your feedback will be very  
appreciated.
I am familiar with KLEE but I would like to know more about VMKIT, so  
please point me to the right docs/source code if appropriate.
After a quick look over
2009 Sep 15
2
[LLVMdev] Replace gcc with llvm-gcc
I truly get the bytecode file for each souce file,but can I use
llvm-link to link them into a whole-program one automatically through
some scripts?
> 
> Message: 27
> Date: Tue, 15 Sep 2009 03:16:10 +0200
> From: ?scar Fuentes <ofv at wanadoo.es>
> Subject: Re: [LLVMdev] Replace gcc with llvm-gcc???
> To: llvmdev at cs.uiuc.edu
> Message-ID: <87vdjlnh2d.fsf at
2008 Oct 04
3
Palm OS port
hello all,
At my workplace, our colleague Mukesh has just completed a port of
speex 1.2.1 to Palm OS. He had to write a couple of mathlib functions,
but the trunk remains unchanged.
It works quite well, I was wondering if there will be any interest in
this port in the distribution.
- farhan