public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc document conversion failed on NFS-mounted documents
@ 2014-04-16 21:01 Kenneth Daily
       [not found] ` <63e8e6b9-597b-499b-8a87-c0b249c73b96-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Kenneth Daily @ 2014-04-16 21:01 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]

Hello,

I'm using RStudio (Version 0.98.738) RMarkdown to create files. When I 
click "Knit" (and it uses pandoc to convert Markdown to HTML) on a file 
hosted on an NFS filesystem (using CIFS on Redhat RHEL 6.0) I get an error:

Command:

/usr/lib/rstudio/bin/pandoc/pandoc mydoc.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output mydoc.html --filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc --section-divs --smart --self-contained --template /usr/lib64/R/library/rmarkdown/rmd/h/default.html --variable jquery:/usr/lib64/R/library/rmarkdown/rmd/h/jquery-1.10.2 --variable bootstrap:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3 --variable theme:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3/css/bootstrap.min.css --no-highlight --variable highlightjs=/usr/lib64/R/library/rmarkdown/rmd/h/highlight --mathjax --variable mathjax-url:https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML


Error:

pandoc: mydoc.html: hClose: does not exist (Host is down)
Error: pandoc document conversion failed
Execution halted


If I Copy the files to a local drive everything works fine. Suggestions?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/63e8e6b9-597b-499b-8a87-c0b249c73b96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 16845 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pandoc document conversion failed on NFS-mounted documents
       [not found] ` <63e8e6b9-597b-499b-8a87-c0b249c73b96-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-05-30 23:04   ` Lorena Pantano
  2014-09-16 19:29   ` Ryan Hope
  1 sibling, 0 replies; 5+ messages in thread
From: Lorena Pantano @ 2014-05-30 23:04 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2000 bytes --]

happens exactly the same to me. I am using over maverick.

El miércoles, 16 de abril de 2014 17:01:27 UTC-4, Kenneth Daily escribió:
>
> Hello,
>
> I'm using RStudio (Version 0.98.738) RMarkdown to create files. When I 
> click "Knit" (and it uses pandoc to convert Markdown to HTML) on a file 
> hosted on an NFS filesystem (using CIFS on Redhat RHEL 6.0) I get an error:
>
> Command:
>
> /usr/lib/rstudio/bin/pandoc/pandoc mydoc.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output mydoc.html --filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc --section-divs --smart --self-contained --template /usr/lib64/R/library/rmarkdown/rmd/h/default.html --variable jquery:/usr/lib64/R/library/rmarkdown/rmd/h/jquery-1.10.2 --variable bootstrap:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3 --variable theme:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3/css/bootstrap.min.css --no-highlight --variable highlightjs=/usr/lib64/R/library/rmarkdown/rmd/h/highlight --mathjax --variable mathjax-url:https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
>
>
> Error:
>
> pandoc: mydoc.html: hClose: does not exist (Host is down)
> Error: pandoc document conversion failed
> Execution halted
>
>
> If I Copy the files to a local drive everything works fine. Suggestions?
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8dd23e33-1cfc-4cfe-9b0c-66a23f4e62c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 11177 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pandoc document conversion failed on NFS-mounted documents
       [not found] ` <63e8e6b9-597b-499b-8a87-c0b249c73b96-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  2014-05-30 23:04   ` Lorena Pantano
@ 2014-09-16 19:29   ` Ryan Hope
       [not found]     ` <aaf26faf-6c38-4f7c-86c7-7904932346bc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Ryan Hope @ 2014-09-16 19:29 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

[-- Attachment #1: Type: text/plain, Size: 2006 bytes --]

I too am having a similar issue except the mount point is cifs not nfs.

On Wednesday, April 16, 2014 5:01:27 PM UTC-4, Kenneth Daily wrote:
>
> Hello,
>
> I'm using RStudio (Version 0.98.738) RMarkdown to create files. When I 
> click "Knit" (and it uses pandoc to convert Markdown to HTML) on a file 
> hosted on an NFS filesystem (using CIFS on Redhat RHEL 6.0) I get an error:
>
> Command:
>
> /usr/lib/rstudio/bin/pandoc/pandoc mydoc.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output mydoc.html --filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc --section-divs --smart --self-contained --template /usr/lib64/R/library/rmarkdown/rmd/h/default.html --variable jquery:/usr/lib64/R/library/rmarkdown/rmd/h/jquery-1.10.2 --variable bootstrap:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3 --variable theme:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3/css/bootstrap.min.css --no-highlight --variable highlightjs=/usr/lib64/R/library/rmarkdown/rmd/h/highlight --mathjax --variable mathjax-url:https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
>
>
> Error:
>
> pandoc: mydoc.html: hClose: does not exist (Host is down)
> Error: pandoc document conversion failed
> Execution halted
>
>
> If I Copy the files to a local drive everything works fine. Suggestions?
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/aaf26faf-6c38-4f7c-86c7-7904932346bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Type: text/html, Size: 11182 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pandoc document conversion failed on NFS-mounted documents
       [not found]     ` <aaf26faf-6c38-4f7c-86c7-7904932346bc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-09-18 18:29       ` John MacFarlane
       [not found]         ` <20140918182927.GA59749-0VdLhd/A9Pm0ooXD8Eul3YPLCQ58nHK/TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: John MacFarlane @ 2014-09-18 18:29 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I've had a similar issue on cifs:

hClose: hardware fault (Input/output error)

I'm not sure how to solve it, though.

+++ Ryan Hope [Sep 16 14 12:29 ]:
>I too am having a similar issue except the mount point is cifs not nfs.
>
>On Wednesday, April 16, 2014 5:01:27 PM UTC-4, Kenneth Daily wrote:
>>
>> Hello,
>>
>> I'm using RStudio (Version 0.98.738) RMarkdown to create files. When I
>> click "Knit" (and it uses pandoc to convert Markdown to HTML) on a file
>> hosted on an NFS filesystem (using CIFS on Redhat RHEL 6.0) I get an error:
>>
>> Command:
>>
>> /usr/lib/rstudio/bin/pandoc/pandoc mydoc.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output mydoc.html --filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc --section-divs --smart --self-contained --template /usr/lib64/R/library/rmarkdown/rmd/h/default.html --variable jquery:/usr/lib64/R/library/rmarkdown/rmd/h/jquery-1.10.2 --variable bootstrap:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3 --variable theme:/usr/lib64/R/library/rmarkdown/rmd/h/bootstrap-3.0.3/css/bootstrap.min.css --no-highlight --variable highlightjs=/usr/lib64/R/library/rmarkdown/rmd/h/highlight --mathjax --variable mathjax-url:https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
>>
>>
>> Error:
>>
>> pandoc: mydoc.html: hClose: does not exist (Host is down)
>> Error: pandoc document conversion failed
>> Execution halted
>>
>>
>> If I Copy the files to a local drive everything works fine. Suggestions?
>>
>> Thanks!
>>
>
>-- 
>You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
>To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/aaf26faf-6c38-4f7c-86c7-7904932346bc%40googlegroups.com.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/20140918182927.GA59749%40dhcp-128-32-252-53.lips.berkeley.edu.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pandoc document conversion failed on NFS-mounted documents
       [not found]         ` <20140918182927.GA59749-0VdLhd/A9Pm0ooXD8Eul3YPLCQ58nHK/TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
@ 2015-03-24 15:08           ` Matthew Landowski
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Landowski @ 2015-03-24 15:08 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


[-- Attachment #1.1: Type: text/plain, Size: 940 bytes --]

I'm using a cifs drive and I get the same error above. I did some debugging 
and found that it would work fine from a local drive, but would always 
fail, but sometimes work from my network drive. Which is very hard to 
debug. Another work around is to save the source which is an Option in 
RStudio, but that only sometimes works. It's very strange to say the least.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b3f38132-fa51-42b5-9b7b-7bfeeab3ae8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #1.2: Type: text/html, Size: 1352 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-24 15:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-16 21:01 pandoc document conversion failed on NFS-mounted documents Kenneth Daily
     [not found] ` <63e8e6b9-597b-499b-8a87-c0b249c73b96-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-05-30 23:04   ` Lorena Pantano
2014-09-16 19:29   ` Ryan Hope
     [not found]     ` <aaf26faf-6c38-4f7c-86c7-7904932346bc-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-09-18 18:29       ` John MacFarlane
     [not found]         ` <20140918182927.GA59749-0VdLhd/A9Pm0ooXD8Eul3YPLCQ58nHK/TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
2015-03-24 15:08           ` Matthew Landowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).