-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cometa Installation on M1 Chip #1
Comments
I've update the scripts so |
Closing this issue, as M1 installation without native support of JQ is a real pain. Recommend to use Vmware or VirtualBox to run linux flavors that support jq. If that is not ok for you, you might as well re-open this issue. |
If this should work on M1 https://formulae.brew.sh/formula/jq the jq was already ported |
Re-opening and testing |
.cometa.sh is working The cometa_front docker imgage is not starting (it is going in a strange loop) Adding logfile from docker. |
Adding docker-compose.tgz - yml upload is not allowed. |
The path /data/cometa/videos is not shared from the host and is not known to Docker. On the / direcory on mac you cannot create a directory - Solution is to change in the docker-compose.yml the data directory. The best solution is to use /Users/[User]/ as a base directory due to permissions. |
It is important to start cometa.sh with "bash cometa.sh" otherwise zsh is used. |
I added g++ to the start.sh and the error g++ command not found is gone.
|
I get in cometa_django 2024-01-13 17:31:49 Internal Server Error: /parseBrowsers/ |
./cometa.sh
[2022-10-03T20:40:15][INFO][cometa.sh:21] - This is ./cometa.sh version 2022-09-08 running for your convinience
sed: 1: "docker-compose.yml": extra characters at the end of d command
[2022-10-03T20:40:15][INFO][cometa.sh:76] - Created schedules directory
[2022-10-03T20:40:15][INFO][cometa.sh:91] - Created crontab file
[2022-10-03T20:40:15][INFO][cometa.sh:99] - Created browsers.json file
sed: 1: "docker-compose.yml": extra characters at the end of d command
sed: 1: "docker-compose.yml": extra characters at the end of d command
[2022-10-03T20:40:15][INFO][cometa.sh:119] - The default string in accounts.google.com.client was replaced with something else - hopefully your google oAuth client credentials
[2022-10-03T20:40:15][INFO][cometa.sh:125] - Starting containers
1 error(s) decoding:
./cometa.sh: line 126: warn: command not found
[2022-10-03T20:40:18][INFO][cometa.sh:137] - Downloading latest browser versions
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:8] - Executing Deploy Selenoid Script
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:24] - *********************** COMETA ***********************
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:25] - This script automatically retrieves the latest browsers
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:26] - for Selenoid and recreates/updates the docker.
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:27] - ******************************************************
[2022-10-03T20:40:19][INFO][deploy_selenoid.sh:31] - jq: already installed.
./getLatestBrowsers.sh: line 36: realpath: command not found
usage: dirname string [...]
./getLatestBrowsers.sh: line 84: /../../helpers/logger.sh: No such file or directory
./getLatestBrowsers.sh: line 143: log_wfr: command not found
./getLatestBrowsers.sh: line 172: log_res: command not found
./getLatestBrowsers.sh: line 143: log_wfr: command not found
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
./getLatestBrowsers.sh: line 172: log_res: command not found
./getLatestBrowsers.sh: line 143: log_wfr: command not found
./getLatestBrowsers.sh: line 194: log_wfr: command not found
./getLatestBrowsers.sh: line 195: log_res: command not found
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[2022-10-03T20:41:11][INFO][deploy_selenoid.sh:38] - pulling selenoid/video-recorder
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[2022-10-03T20:41:11][INFO][deploy_selenoid.sh:51] - Replacing background image volume in Selenoid images ...
sed: 1: "browsers.json": undefined label 'rowsers.json'
[2022-10-03T20:41:11][INFO][deploy_selenoid.sh:58] - Replacing downloads folder in Selenoid Chrome Image ...
sed: 1: "browsers.json": undefined label 'rowsers.json'
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[2022-10-03T20:41:12][INFO][deploy_selenoid.sh:71] - Selenoid docker was not found or exited, recreating docker ... -> [failed]
[2022-10-03T20:41:12][INFO][cometa.sh:153] - Waiting for parseBrowsersCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
Error response from daemon: dial unix docker.raw.sock: connect: connection refused
Error: No such container: cometa_django
Error: No such container: cometa_django
jq is also not normally installed - there are no arm64 packages. I compiled it myself for other purposes.
The text was updated successfully, but these errors were encountered: