similar to: [Bug 2243] New: scp ignoring ~/.ssh/config when both source and destination are remote hosts

Displaying 20 results from an estimated 500 matches similar to: "[Bug 2243] New: scp ignoring ~/.ssh/config when both source and destination are remote hosts"

2011 May 15
2
Compilation problem with linux/falloc.h include in rsync.h
Hi all, I'm trying to compile rsync from the git sources (rev 8bcd6a4afff3cb8197d5589ec4fdf9fe153f53de) the configuration step went without any reported problems so I ran the make utility to compile the code base. The following error was almost immediately returned after running make: ./rsync.h:669:26: fatal error: linux/falloc.h: No such file or directory The reported line resides in
2004 Jul 08
2
O-direct on ext3 file ssytem
Hi, Does anybody know whether the ext3 file system support Direct_io? if so, how do you enable it? I went through the man page of mount, and it did not mention such option? my system is running : Red Hat Enterprise Linux AS release 3 (Taroon Update 2) Kernel 2.4.21-15.ELsmp on an i686 Thanks much!!! David.
2010 Jun 30
2
[LLVMdev] vmkit build problems
Hi Zoe, Unfortunately, I don't have access to a x64 machine anymore, so I can't test that architecture on vmkit. Could you install a virtual machine on your machine that is x86_32? I know it has been successfully built and ran on x86_32 on different systems. Cheers, Nicolas On Wed, Jun 30, 2010 at 7:49 AM, Zoe Wolk <zoewolk at gmail.com> wrote: > Hi again Nicolas, > >
2010 Jun 30
1
[LLVMdev] vmkit build problems
Hi Nicolas, No, I built llvm-gcc myself by checking it out via svn, using these instructions: http://llvm.org/docs/GCCFEBuildInstrs.html thanks -Z > Hi Zoe > (Please, try to reply to the same thread) > I think you may have an old version of llvm-gcc. Did you compile > llvm-gcc yourself? The provided llvm-gcc binary for llvm 2.7 is > too old for vmkit. > > Nicolas >
2010 Jun 30
0
[LLVMdev] vmkit build problems
Hi again Nicolas, Can you please tell me the output of your llvm-gcc -v and llvm-config -version? Mine is below, perhaps its because I built llvm with enable-jit? Do you have users of vmkit? ie has anyone other than the llvm team been successful at building and running vmkit? I tried on a core2 machine (albeit also karmic) and have the same problem. Can you build a fresh machine (virtual
2010 Jul 07
2
[LLVMdev] vmkit build problems
Hi, Just to comfirm that I have just clean built the current LLVM and VMKIT revisions and it failed too. The problem seems to be the same one (about escape analysis in LLVM). My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86. Cheers, Chanwit Konrad Hinsen-2 wrote: > > On 6 Jul 2010, at 22:25, Zoe Wolk wrote: > >> If anyone is able to build vmkit and get it to run without
2010 Jul 06
2
[LLVMdev] vmkit build problems
Thanks Alysson. Unfortunately, those instructions don't work for me (I followed them exactly using a clean system) -- probably because of the recent changes to the svn heads. After fixing EscapeAnalysis in vmkit to use the updated CallInst.getArgOperand interface I hit the error below. I was interested in using mmtk with the system (as recommended), but that requires a llvm-gcc build (and
2010 Jul 05
0
[LLVMdev] vmkit build problems
Hi Zoe, maybe you've already solved your problem with VMKit configuration, but here you can find a mini-tutorial that I've done to guide people on VMKit installation. http://www2.dcc.ufmg.br/laboratorios/llp/wiki/doku.php?id=afpf Best regards, Alysson On Wed, Jun 30, 2010 at 1:34 PM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Zoe, > > Unfortunately, I
2010 Jul 07
2
[LLVMdev] vmkit build problems
Hello Nicolas, Thank you for quick reply. Is LLVM revision 107641 a good one to build with latest VMKIT? Thanks, Chanwit On Thu, Jul 8, 2010 at 00:06, nicolas geoffray <nicolas.geoffray at gmail.com> wrote: > Hi all, > Yes, there was a change in the LLVM CallInst API, and I haven't updated > vmkit yet. It should be fixed real soon. > Cheers, > Nicolas > > On Wed,
2010 Jul 07
2
[LLVMdev] vmkit build problems
Latest version of vmkit should now build fine with latest llvm. Nicolas On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > The one that I have currently that works with vmkit is 107120. > > > On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com>wrote: > >> Hello Nicolas, >> >> Thank you for
2010 Jun 30
3
[LLVMdev] vmkit build problems
Thanks Nicolas for your help with my build problems with vmkit. Yes, I was missing ant -- great catch (I'm on a newly installed machine). That fix with this configuration, gets me to the error below. Any thoughts (build tools, other I may be missing that are not checked for)? Are there steps that you suggest I try to gather more information on the problem? Also -- it seems to be building
2010 Jul 07
0
[LLVMdev] vmkit build problems
On 6 Jul 2010, at 22:25, Zoe Wolk wrote: > If anyone is able to build vmkit and get it to run without a > segfault (for any > distro/arch), using mmtk or the default collector/installation (as > described in the vmkit page or > Alysson's writeup) using the svn head of llvm and vmkit, please let > me know. I had a working installation of VMKit dating from April,
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
Hi All, Has vmkit been updated and tested with LLVM 2.8? I am unable to build it (llvm builds fine). There were some errors with Makefile.rules: $(Verb) $(LLVMAS) -f $(<F) -o - | $(LLC) -march=cpp -cppgen=contents -o $@ (march and cppgen options not recognized). What I cannot get past is this one (the warnings concern me as well): ... make[3]: Leaving directory
2010 Jul 07
0
[LLVMdev] vmkit build problems
Hi all, Yes, there was a change in the LLVM CallInst API, and I haven't updated vmkit yet. It should be fixed real soon. Cheers, Nicolas On Wed, Jul 7, 2010 at 9:50 AM, chanwit <chanwit at gmail.com> wrote: > > Hi, > > Just to comfirm that I have just clean built the current LLVM and VMKIT > revisions and it failed too. > The problem seems to be the same one (about
2010 Jul 07
0
[LLVMdev] vmkit build problems
The one that I have currently that works with vmkit is 107120. On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com> wrote: > Hello Nicolas, > > Thank you for quick reply. > Is LLVM revision 107641 a good one to build with latest VMKIT? > > Thanks, > > Chanwit > > On Thu, Jul 8, 2010 at 00:06, nicolas geoffray > <nicolas.geoffray at
2010 Jul 09
0
[LLVMdev] vmkit build problems
Thank you, Nicolas. But I still have no luck compiling the latest revision. However, vmkit-0.27 is compiled and running fine on my machine. Thanks, Chanwit On Thu, Jul 8, 2010 at 05:18, nicolas geoffray <nicolas.geoffray at gmail.com> wrote: > Latest version of vmkit should now build fine with latest llvm. > Nicolas > > On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray >
2002 Oct 30
2
system freezes with ext3
Hello, I investigated newsgroups and mailinglists for aprox. 3 weeks now. But i have not found any comment about ext3 freezing a whole system. But: I do have 5 ext2 partitions on my system. I upgraded theses partitions to ext3 with tunefs. after mounting 1 partition as ext3 all was fine. After that i mounted all partitions as ext3. And, after approx. 3-4 minutes my system freezes. No mouse or
2008 Oct 23
8
Having problems with World of warcraft
Well... THANKS to wine developers!! Never thought i could play WOW on salckware! Actually it's running a LOT smoother on wine as it did on xp. However the only problemn is that the cursor can't reach the far bottom on the screen where my bar is. So i can't put my spells in the quick slots. Any suggestions about it? Is there someway to solve this minor issue?
2010 Jul 09
2
[LLVMdev] vmkit build problems
Hi Chanwit, What problems did you have for compiling the latest revision? Could you give me a log? Thanks, Nicolas On Thu, Jul 8, 2010 at 10:05 PM, Chanwit Kaewkasi <chanwit at gmail.com> wrote: > Thank you, Nicolas. > But I still have no luck compiling the latest revision. However, > vmkit-0.27 is compiled and running fine on my machine. > > Thanks, > > Chanwit >
2010 Jul 09
1
[LLVMdev] vmkit segmentation fault revision 107990
Hi Nicolas, I found a 32bit Lucid machine (but it'd be great if there was a working 64bit version though). Everything was checked out this morning. I now am able to build vmkit with this configuration: ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/llvm --with-llvmobj=/home/zoewolk/RESEARCH/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib