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

Setup/install: List common problems in running the pipeline #57

Open
liquidsteves opened this issue Nov 21, 2020 · 1 comment
Open

Setup/install: List common problems in running the pipeline #57

liquidsteves opened this issue Nov 21, 2020 · 1 comment

Comments

@liquidsteves
Copy link
Collaborator

Back in October, me and Rapi were both having problems with our ssh credentials, where we ended up typing our github username/password repeatedly every time we ran a serge cycle.

Anything else?

@liquidsteves
Copy link
Collaborator Author

  1. Getting a Serge directory does not exist during sync and pull
    SERGE_TS=${TMS_DATA}/sege/ts isn't replacing ${TMS_DATA} for some people
    Perhaps it doesn't work in every environment. We can explicitly write out those paths instead if that's the case.

  2. Directory Permissions issue. It may look like the following:
    Deleting directory '/var/serge/vcs/'
    Creating directory '/var/serge/vcs/'
    fatal: Could not get current working directory: No such file or directory
    Exception occurred while processing configuration file:
    Exit code: -128; last error: No such file or directory
    The fix for this is to run your command with sudo. sudo serge pull sampleconfig.serge --initialize which will give your environment the right privileges to create/destroy directories.

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

1 participant