alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

commiterror #46

Open csayler opened 10 years ago

csayler commented 10 years ago

saving a document we receive a CommitError.

this is what we get i n the log.

CommitError { error: { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' }, func: 'repo.checkout()' }

Any ideas?

alabid commented 10 years ago

It might have to do with the permissions of the repository. Are you the admin on the system? If so, try to make sure that both the ./pdfs and ./textpackages are writeable. Also, make sure you are able to write to temporary directories from anywhere in the system because FlyLaTeX uses temporary directories to store results of latex compilations (.log, .aux, .pdf files).

csayler commented 10 years ago

changed group and made it writable. still get a CommitError { error: { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' }, func: 'repo.checkout()' }

csayler commented 10 years ago

the server would go up and down before the permission change now it is staying up. I can create a document and save, I can not write in the document and save. That is when we receive the error.