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

Long Username Causes Sock File Path Error in Daytona #1439

Open
LarryKarani opened this issue Dec 10, 2024 · 0 comments
Open

Long Username Causes Sock File Path Error in Daytona #1439

LarryKarani opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working never stale An issue that never goes stale

Comments

@LarryKarani
Copy link

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

  1. Use a system with a long username in the file path, e.g., /Users/curtisfletcheritsolutionslimited/.
  2. Run Daytona with default configurations.
  3. Observe the error.

Expected behavior
The Daytona server should be started at port 3986

Screenshots
Screenshot 2024-12-09 at 23 57 13

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
@LarryKarani LarryKarani added the bug Something isn't working label Dec 10, 2024
@Tpuljak Tpuljak added the never stale An issue that never goes stale label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working never stale An issue that never goes stale
Projects
None yet
Development

No branches or pull requests

2 participants