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

Shorten temporary directory paths #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

9999years
Copy link

Shortens temporary directory paths by ~13 bytes, to prevent errors when constructing Unix-domain socket paths:

LOG:  Unix-domain socket path "/private/tmp/nix-build-aaaaaaa-aaaaaaaaaa-0.1.0.0.drv-0/tmp-postgres-socket-88e650c49cd6880b/.s.PGSQL.63901" is too long (maximum 103 bytes)
WARNING:  could not create Unix-domain socket in directory "/private/tmp/nix-build-aaaaaaa-aaaaaaaaaa-0.1.0.0.drv-0/tmp-postgres-socket-88e650c49cd6880b"
FATAL:  could not create any Unix-domain sockets

Shortens temporary directory paths by ~13 bytes, to prevent errors when
constructing Unix-domain socket paths:

    LOG:  Unix-domain socket path "/private/tmp/nix-build-aaaaaaa-aaaaaaaaaa-0.1.0.0.drv-0/tmp-postgres-socket-88e650c49cd6880b/.s.PGSQL.63901" is too long (maximum 103 bytes)
    WARNING:  could not create Unix-domain socket in directory "/private/tmp/nix-build-aaaaaaa-aaaaaaaaaa-0.1.0.0.drv-0/tmp-postgres-socket-88e650c49cd6880b"
    FATAL:  could not create any Unix-domain sockets
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

Successfully merging this pull request may close these issues.

1 participant