You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using a very long username, Daytona throws an error related to sock file paths exceeding the maximum allowed length. This appears to be caused by the length of the username combined with the directory structure, which surpasses the character limit for sock file paths.
To Reproduce
Use a system with a long username in the file path, e.g., /Users/curtisfletcheritsolutionslimited/.
Run Daytona with default configurations.
Observe the error.
Expected behavior
The Daytona server should be started at port 3986
Screenshots
Desktop (please complete the following information):
OS: macOs
Daytona Version: v0.48.0
Additional context
Temporary Workaround
As a workaround, users can specify an alternative configuration directory to avoid the error:
daytona server stop
rm -rf ~/Library/Application\ Support/daytona
export DAYTONA_CONFIG_DIR=/Users/curtisfletcheritsolutionslimited/Desktop/daytona
daytona server -y
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a very long username, Daytona throws an error related to sock file paths exceeding the maximum allowed length. This appears to be caused by the length of the username combined with the directory structure, which surpasses the character limit for sock file paths.
To Reproduce
Expected behavior
The Daytona server should be started at port 3986
Screenshots
Desktop (please complete the following information):
Additional context
Temporary Workaround
As a workaround, users can specify an alternative configuration directory to avoid the error:
The text was updated successfully, but these errors were encountered: