We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scripts/local_config
Script scripts/local_config to setup a local run against kurtosis is failing with next error:
./scripts/local_config: line 280: [: syntax error: `-z' unexpected mkdir: cannot create directory ‘/local_config’: Permission denied rm: cannot remove '/local_config/*': No such file or directory mkdir: cannot create directory ‘/runtime’: Permission denied
Steps to reproduce the behavior:
./scripts/local_config
It must provide a config file and a json to add to VSCode:
file generated at: tmp/aggkit/local_config/test.kurtosis.toml - to restart kurtosis: kurtosis clean --all; kurtosis run --enclave aggkit --args-file params.yml --image-download always . - Stop aggkit: kurtosis service stop aggkit cdk-node-001 - Add next configuration to vscode launch.json ----------------------------------------------------------- { "name": "Debug aggkit", "type": "go", "request": "launch", "mode": "auto", "program": "cmd/", "cwd": "${workspaceFolder}", "args":[ "run", "-cfg", "tmp/aggkit/local_config/test.kurtosis.toml", "-components", "aggsender", ] }, ----------------------------------------------------------- - rembember to clean previous execution data: rm -Rf tmp/aggkit/runtime/*
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
joanestebanr
No branches or pull requests
Bug Report
Description
Script
scripts/local_config
to setup a local run against kurtosis is failing with next error:To Reproduce
Steps to reproduce the behavior:
./scripts/local_config
Expected behavior
It must provide a config file and a json to add to VSCode:
Screenshots
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: