[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] remote execution in heterogeneous environment
From: |
George |
Subject: |
Re: [O] remote execution in heterogeneous environment |
Date: |
Sat, 22 Dec 2012 08:32:08 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
>> Similar procedure on a mac still yeilds:
>>
>> Couldn't write region to
>> `/scpc:address@hidden:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsm0000gn/T/input-
>> 61683xyS', decode using `mimencode -u -b >%s' f\
>> ailed
>
> Could you, please, show the exact test case? And please apply the
> workaround first (see my other email).
>
Everything works if I do, as you suggested:
(setq temporary-file-directory "~/tmp/")
-------------------------------cut here-------------------------------
#+NAME: hobbits
| bilbo | frodo |
#+name: executeOnLocalVM
#+BEGIN_SRC sh :var foo=hobbits :dir /address@hidden: :results output
echo executed on `hostname` at `date`
echo two
$foo
#+END_SRC
#+RESULTS: executeOnLocalVM
: executed on garlic at Sat Dec 22 13:25:35 UTC 2012
: two bilbo frodo
#+name: relevantVars
#+BEGIN_SRC emacs-lisp
(concat
"temporary-file-directory " temporary-file-directory
)
#+END_SRC
#+RESULTS: relevantVars
: temporary-file-directory /tmp/
#+name: versions
#+BEGIN_SRC emacs-lisp
(concat (emacs-version)
"
tramp version: " tramp-version
"
org version " org-version)
#+END_SRC
#+RESULTS: versions
: GNU Emacs 24.2.1 (x86_64-apple-darwin11.4.2)
: of 2012-11-19 on tenseven-slave.macports.org
: tramp version: 2.2.6
: org version 7.9.2
-------------------------------cut here-------------------------------
Thanks,
---George Jones
- Re: [O] remote execution in heterogeneous environment, (continued)
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Achim Gratz, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/21
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/21
- Re: [O] remote execution in heterogeneous environment, Nick Dokos, 2012/12/21
- Re: [O] remote execution in heterogeneous environment, George Jones, 2012/12/20
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/21
- Re: [O] remote execution in heterogeneous environment,
George <=
- Re: [O] remote execution in heterogeneous environment, George, 2012/12/22
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/22
- Message not available
- Message not available
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, George Jones, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, Bastien, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, George Jones, 2012/12/23
- Re: [O] remote execution in heterogeneous environment, Michael Albinus, 2012/12/24