Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commiterror #46

Open
csayler opened this issue Apr 28, 2014 · 3 comments
Open

commiterror #46

csayler opened this issue Apr 28, 2014 · 3 comments

Comments

@csayler
Copy link

csayler commented Apr 28, 2014

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
Copy link
Owner

alabid commented Apr 30, 2014

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
Copy link
Author

csayler commented Apr 30, 2014

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

@csayler
Copy link
Author

csayler commented Apr 30, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants