Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
401 Discussions

EIF_Driver Behavior Analytics Reference Implementation

yi15
Beginner
1,743 Views

I can't install  EIF Use Case Manager and Driver Behavior Analytic by following error.

=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for docker.io/library/ia_eif_base:3.0 2.7s
=> [auth] library/ia_eif_base:pull token for registry-1.docker.io 0.0s
------
> [internal] load metadata for docker.io/library/ia_eif_base:3.0:
------
ERROR: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
ERROR: Service 'ia_alert_notification_framework' failed to build
make: *** [Makefile:48: build] Error 1
Installation failed!
Clean up function
Failed to install Driver_Behavior_Analytics. tuple index out of range
Installation of package complete
+--------------------------+-----------------------------+---------+
| Id | Module | Status |
+--------------------------+-----------------------------+---------+
| 605cab935a4b53002c272678 | Docker Community Edition CE | SUCCESS |
| 60e58fca4c1e9d002a6d6b2a | Docker Compose | SUCCESS |
| 6363dc83c7d5cda220511f83 | EIF Use Case Manager | FAILED |
| 6363de64c7d5cda22051db12 | Driver Behavior Analytics | FAILED |
+--------------------------+-----------------------------+---------+

Labels (1)
0 Kudos
1 Solution
JesusE_Intel
Moderator
1,369 Views

Seems the installer is having permission errors. What are the permission set to on edgesoftware?


I set mine to 755 (chmod 755 edgesoftware). If they are different, can you set them to 755 and run the installation again?


~/Downloads/driver_behavior_analytics$ ls -al | grep edgesoftware

-rwxr-xr-x 1 user user  28926112 May 16 09:11 edgesoftware


View solution in original post

0 Kudos
19 Replies
JesusE_Intel
Moderator
1,728 Views

Hi yimai8,

Could you share more information about your system? Does it meet the minimum requirements listed in Driver Behavior Analytics (intel.com) documentation?


Regards,

Jesus


0 Kudos
yi15
Beginner
1,711 Views

Thank you for your reaching out. 

 

CPU:12th corei5

OS:Ubuntu 20.04

 

I guess that this is due to Docker io requirements.

 

 

0 Kudos
JesusE_Intel
Moderator
1,675 Views

Hi yimai8,


I tried the installation on my side, and I also ran into the same error. The problem is resolved by allowing docker to run as non-root user.


Try running the following commands and starting the installation again.


sudo groupadd docker

sudo usermod -aG docker $USER

newgrp docker

./edgesoftware install


Ref. Linux post-installation steps for Docker Engine | Docker Documentation


Regards,

Jesus


0 Kudos
yi15
Beginner
1,663 Views

Dear Jesus,

 

Thank you for your reply. I got same error despite running as you advised. Can you come up with other reason?

 

Traceback (most recen

Installing EIF_Use_Case_Manager


Do you want to reinstall Edge Insights for Industrial and Edge Insights for Fleet Use Case Manager? (Yes or No)Yes
fatal: not a git repository (or any of the parent directories): .git
Parsing through directory to fetch required services...

For deployment on single/multiple nodes,
successfully created below consolidated files:
* Required docker compose files: `docker-compose-build.yml`
`docker-compose.yml` and `docker-compose-push.yml`
* Consolidated config json of required EII services in
`docker-compose.yml` at ./eii_config.json
Please run the below commands to bring up the EII stack:
Run:
# For building EII services
$ docker-compose -f docker-compose-build.yml build
# For running EII services
$ docker-compose up -d ia_configmgr_agent # workaround for now, we are exploring on getting this and the sleep avoided
$ sleep 30 # If any failures like configmgr data store client certs or msgbus certs failures, please increase this time to a higher value
$ docker-compose up -d
# For pushing EII docker images to registry
(useful in multi-node deployment scenarios)
$ docker-compose -f docker-compose-push.yml push

For deployment via helm, successfully created consolidated
values.yaml at ./helm-eii/eii-deploy/.
Successfully copied all templates files of each eii modules to
./helm-eii/eii-deploy/templates/.
Refer `./helm-eii/README.md` for deployment details.

**NOTE**:
Please re-run the `builder.py` whenever the individual docker-compose.yml,
config.json files of individual services are updated
and you need them to be considered

Traceback (most recent call last):
File "docker/api/client.py", line 268, in _raise_for_status
File "requests/models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: http+docker://localhost/version

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "docker/api/client.py", line 214, in _retrieve_server_version
File "docker/api/daemon.py", line 181, in version
File "docker/api/client.py", line 274, in _result
File "docker/api/client.py", line 270, in _raise_for_status
File "docker/errors.py", line 31, in create_api_error_from_http_exception
docker.errors.APIError: 502 Server Error for http+docker://localhost/version: Bad Gateway ("b'Bad response from Docker engine'")

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "docker-compose", line 3, in <module>
File "compose/cli/main.py", line 81, in main
File "compose/cli/main.py", line 199, in perform_command
File "compose/cli/command.py", line 70, in project_from_options
File "compose/cli/command.py", line 153, in get_project
File "compose/cli/docker_client.py", line 43, in get_client
File "compose/cli/docker_client.py", line 170, in docker_client
File "docker/api/client.py", line 197, in __init__
File "docker/api/client.py", line 222, in _retrieve_server_version
docker.errors.DockerException: Error while fetching server API version: 502 Server Error for http+docker://localhost/version: Bad Gateway ("b'Bad response from Docker engine'")
[29786] Failed to execute script docker-compose
make: *** [Makefile:15: eii] Error 255
Failed to install EIF_Use_Case_Manager. tuple index out of range
Installing Driver_Behavior_Analytics
Copy EII-DriverBehavior-UseCase to /opt/intel/eif/EII-UseCaseManager/modules/EII-DriverBehavior-UseCase directory!
Prerequisites successfully installed.
Installing Driver Behavior Analytics. This step may take approximately 1 hour.
Make command is: make config v=4 pc=true
fatal: not a git repository (or any of the parent directories): .git
âï¸ Stopping EII
Traceback (most recent call last):
File "docker/api/client.py", line 268, in _raise_for_status
File "requests/models.py", line 941, in raise_for_status
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: http+docker://localhost/version

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "docker/api/client.py", line 214, in _retrieve_server_version
File "docker/api/daemon.py", line 181, in version
File "docker/api/client.py", line 274, in _result
File "docker/api/client.py", line 270, in _raise_for_status
File "docker/errors.py", line 31, in create_api_error_from_http_exception
docker.errors.APIError: 502 Server Error for http+docker://localhost/version: Bad Gateway ("b'Bad response from Docker engine'")

During handling of the above exception, another exception occurred:

0 Kudos
yi15
Beginner
1,606 Views
0 Kudos
JesusE_Intel
Moderator
1,591 Views

Hi yimai8,


The issues seem to be related to your docker service. Please try to restart the service and try again. You may also need to reboot your system.


sudo /etc/init.d/docker restart

sudo systemctl status docker


Also, is this a system with a fresh OS install? If not you may run into other docker issues if they have previously been used.


Regards,

Jesus



0 Kudos
yi15
Beginner
1,581 Views

Hi Jesus,

 

I run docker code you sent but got same issue as below.

 

[builder 9/11] RUN mkdir -p deps && cd deps && wget -q --show-progress https://github.com/zeromq/libzmq/releases/download/v4.3.4/zeromq-4.3.4.tar.gz -O zeromq.tar.gz && tar xf zerom
make[1]: *** [Makefile:5402: src/libzmq_la-curve_mechanism_base.lo] Error 1
make[1]: *** [Makefile:5591: src/libzmq_la-mechanism_base.lo] Error 1
=> => # g++: fatal error: Killed signal terminated program cc1plus
=> => # compilation terminated.
=> => # make[1]: *** [Makefile:6116: src/libzmq_la-socket_poller.lo] Error 1

g++: fatal error: Killed signal terminated program cc1plus

 

How does fresh OS mean? OS is Ubuntu 20.04 LTS.

0 Kudos
JesusE_Intel
Moderator
1,556 Views

Hi yimai8,


I'm unable to reproduce the errors you are encountering and it may be specific to your system. Is it possible for you to re-install the OS (Ubuntu 20.04) on your system and start the installation process again?


Regards,

Jesus


0 Kudos
yi15
Beginner
1,529 Views

Hi Jesus,

I re install docker and run. The following  is error command.

 

Building ia_eiibase
[+] Building 265.2s (3/3) FINISHED
=> [internal] load .dockerignore 0.4s
=> => transferring context: 2B 0.0s
=> [internal] load build definition from Dockerfile.eiibase 0.4s
=> => transferring dockerfile: 3.36kB 0.1s
=> ERROR [internal] load metadata for docker.io/library/ubuntu:20.04 97.2s
------
> [internal] load metadata for docker.io/library/ubuntu:20.04:
------
Dockerfile.eiibase:24
--------------------
22 | # EII Base Dockerfile
23 | ARG UBUNTU_IMAGE_VERSION
24 | >>> FROM ubuntu:$UBUNTU_IMAGE_VERSION as base
25 | LABEL description="EII Base Image"
26 |
--------------------
ERROR: failed to solve: Unavailable: Unavailable: error reading from server: read unix /run/guest-services/docker.sock->@: use of closed network connection
ERROR: Service 'ia_eiibase' failed to build
make: *** [Makefile:21: base] Error 1
Failed to install EIF_Use_Case_Manager. tuple index out of range

0 Kudos
JesusE_Intel
Moderator
1,515 Views

This may be an issue with the user permissions, could you try following the Linux post-installation steps to run docker with non-root user?

Linux post-installation steps for Docker Engine | Docker Documentation

Also, please review the Troubleshooting section for possible solutions.

https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/driver-behavior-analytics.html#inpage-nav-8


If this fails, please provide the log directory under /var/log/esb-cli/<Driver_behavior)dir>


Regards,

Jesus


0 Kudos
yi15
Beginner
1,445 Views

Hi Jesus,

 

I'm investigating the issue and I guess that it is due to the short of Docker memory considering this error message when building ia_eif_base .

<g++: fatal error: Killed signal terminated program cc1plus>

 

So do you have any recomendation of Docker resource ?

 

- current setting

CPUs:6 , Memory:3.8 GB, Swap:1 GB, Virtual disk limit:72 GB

 

0 Kudos
JesusE_Intel
Moderator
1,435 Views

Hi monet8,


I recommend taking a look at the System Requirements in official Docker Documentation.

https://docs.docker.com/desktop/install/linux-install/#system-requirements


Regards,

Jesus


0 Kudos
yi15
Beginner
1,409 Views

Hi Jesus,

 

Owing to your support, I can install EIF Use Case Manager but can't install Driver Behavior Analytics  as below. Can you identify the issue?

 

Successfully built a4c482699c81710649077733a362f08464d988e2ba3ac4866ce4b51c8c3db276
Building ia_alert_notification_framework
[+] Building 3.3s (4/4) FINISHED
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 916B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for docker.io/library/ia_eif_base:3.0 3.2s
=> [auth] library/ia_eif_base:pull token for registry-1.docker.io 0.0s
------
> [internal] load metadata for docker.io/library/ia_eif_base:3.0:
------
Dockerfile:14
--------------------
12 | # Dockerfile for Alert Notification Framework
13 | ARG EII_VERSION
14 | >>> FROM ia_eif_base:$EII_VERSION
15 | LABEL description="Alert Notification Framework"
16 | ARG EII_USER_NAME
--------------------
ERROR: failed to solve: ia_eif_base:3.0: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
ERROR: Service 'ia_alert_notification_framework' failed to build
make: *** [Makefile:48: build] Error 1
Installation failed!
Clean up function
Failed to install Driver_Behavior_Analytics. tuple index out of range
Installation of package complete
+--------------------------+-----------------------------+---------+
| Id | Module | Status |
+--------------------------+-----------------------------+---------+
| 605cab935a4b53002c272678 | Docker Community Edition CE | SUCCESS |
| 60e58fca4c1e9d002a6d6b2a | Docker Compose | SUCCESS |
| 6363dc83c7d5cda220511f83 | EIF Use Case Manager | SUCCESS |
| 6363de64c7d5cda22051db12 | Driver Behavior Analytics | FAILED |
+--------------------------+-----------------------------+---------+

0 Kudos
JesusE_Intel
Moderator
1,392 Views

Hi monet8,


Seems you are getting closer and closer! I just ran the installation on a fresh Ubuntu 20.04 system to ensure the installation was working correctly. I didn't observe any issues after running the post-install steps for docker to run as non-root user first and then ran the edgesoftware install command.


Successfully installed Driver_Behavior_Analytics took 8 minutes 46.50 seconds

Installation of package complete

***Recommended to reboot system after installation***

+--------------------------+-----------------------------+---------+

|      Id      |      Module      | Status |

+--------------------------+-----------------------------+---------+

| 605cab935a4b53002c272678 | Docker Community Edition CE | SUCCESS |

| 60e58fca4c1e9d002a6d6b2a |    Docker Compose    | SUCCESS |

| 6363dc83c7d5cda220511f83 |   EIF Use Case Manager  | SUCCESS |

| 6363de64c7d5cda22051db12 | Driver Behavior Analytics | SUCCESS |

+--------------------------+-----------------------------+---------+



Would you mind providing the output of the following command?

cat /var/log/esb-cli/Driver_Behavior_Analytics_2022.3/Driver_Behavior_Analytics/install.log


Regards,

Jesus


0 Kudos
yi15
Beginner
1,370 Views

Thanks. the following is cat data.

 

$ cat /var/log/esb-cli/Driver_Behavior_Analytics_2022.3/Driver_Behavior_Analytics/install.log
Tue May 16 10:28:29 IST 2023 - INFO - Starting main installation custom_module
Tue May 16 10:28:29 IST 2023 - INFO - ----------------------------------------
Tue May 16 10:28:29 IST 2023 - INFO - Starting installation custom_module
Tue May 16 10:28:29 IST 2023 - INFO - ----------------------------------------
Tue May 16 10:28:29 IST 2023 - INFO - Executing : prerequisites
Tue May 16 10:36:06 IST 2023 - ERROR - Installation failed!
Tue May 16 10:36:06 IST 2023 - ERROR - tuple index out of range
Wed May 17 07:57:24 IST 2023 - INFO - Starting main installation custom_module
Wed May 17 07:57:24 IST 2023 - INFO - ----------------------------------------
Wed May 17 07:57:24 IST 2023 - INFO - Starting installation custom_module
Wed May 17 07:57:24 IST 2023 - INFO - ----------------------------------------
Wed May 17 07:57:39 IST 2023 - INFO - Executing : prerequisites
Wed May 17 08:01:08 IST 2023 - ERROR - Installation failed!
Wed May 17 08:01:08 IST 2023 - ERROR - tuple index out of range
Wed May 17 08:22:01 IST 2023 - INFO - Starting main installation custom_module
Wed May 17 08:22:01 IST 2023 - INFO - ----------------------------------------
Wed May 17 08:22:01 IST 2023 - INFO - Starting installation custom_module
Wed May 17 08:22:01 IST 2023 - INFO - ----------------------------------------
Wed May 17 08:22:02 IST 2023 - INFO - Executing : prerequisites
Wed May 17 08:25:49 IST 2023 - ERROR - Installation failed!
Wed May 17 08:25:49 IST 2023 - ERROR - tuple index out of range
Wed May 17 01:44:10 IST 2023 - INFO - Starting main installation custom_module
Wed May 17 01:44:10 IST 2023 - INFO - ----------------------------------------
Wed May 17 01:44:10 IST 2023 - INFO - Starting installation custom_module
Wed May 17 01:44:10 IST 2023 - INFO - ----------------------------------------
Wed May 17 01:44:10 IST 2023 - INFO - Executing : prerequisites
Wed May 17 01:48:50 IST 2023 - ERROR - Installation failed!
Wed May 17 01:48:50 IST 2023 - ERROR - tuple index out of range
Wed May 17 04:19:15 IST 2023 - INFO - Starting main installation custom_module
Wed May 17 04:19:15 IST 2023 - INFO - ----------------------------------------
Wed May 17 04:19:15 IST 2023 - INFO - Starting installation custom_module
Wed May 17 04:19:15 IST 2023 - INFO - ----------------------------------------
Wed May 17 04:19:15 IST 2023 - INFO - Executing : prerequisites
Wed May 17 04:27:09 IST 2023 - ERROR - Installation failed!
Wed May 17 04:27:09 IST 2023 - ERROR - tuple index out of range
Sat May 20 11:00:55 IST 2023 - INFO - Starting main installation custom_module
Sat May 20 11:00:55 IST 2023 - INFO - ----------------------------------------
Sat May 20 11:00:55 IST 2023 - INFO - Starting installation custom_module
Sat May 20 11:00:55 IST 2023 - INFO - ----------------------------------------
Sat May 20 11:00:55 IST 2023 - INFO - Executing : prerequisites
Sat May 20 12:36:04 IST 2023 - ERROR - Installation failed!
Sat May 20 12:36:04 IST 2023 - ERROR - tuple index out of range
Sat May 20 12:42:23 IST 2023 - INFO - Starting main installation custom_module
Sat May 20 12:42:23 IST 2023 - INFO - ----------------------------------------
Sat May 20 12:42:23 IST 2023 - INFO - Starting installation custom_module
Sat May 20 12:42:23 IST 2023 - INFO - ----------------------------------------
Sat May 20 12:42:23 IST 2023 - INFO - Executing : prerequisites
Sat May 20 01:21:12 IST 2023 - INFO - Starting main installation custom_module
Sat May 20 01:21:12 IST 2023 - INFO - ----------------------------------------
Sat May 20 01:21:12 IST 2023 - INFO - Starting installation custom_module
Sat May 20 01:21:12 IST 2023 - INFO - ----------------------------------------
Sat May 20 01:21:12 IST 2023 - INFO - Executing : prerequisites
Sat May 20 01:22:14 IST 2023 - WARNING - Setup aborted by user
Mon May 22 06:48:11 IST 2023 - INFO - Starting main installation custom_module
Mon May 22 06:48:11 IST 2023 - INFO - ----------------------------------------
Mon May 22 06:48:11 IST 2023 - INFO - Starting installation custom_module
Mon May 22 06:48:11 IST 2023 - INFO - ----------------------------------------
Mon May 22 06:48:11 IST 2023 - INFO - Executing : prerequisites
Mon May 22 06:49:53 IST 2023 - WARNING - Setup aborted by user
Tue May 23 01:23:16 IST 2023 - INFO - Starting main installation custom_module
Tue May 23 01:23:16 IST 2023 - INFO - ----------------------------------------
Tue May 23 01:23:16 IST 2023 - INFO - Starting installation custom_module
Tue May 23 01:23:16 IST 2023 - INFO - ----------------------------------------
Tue May 23 01:23:17 IST 2023 - WARNING - Setup aborted by user
Wed May 24 04:22:25 IST 2023 - INFO - Starting main installation custom_module
Wed May 24 04:22:25 IST 2023 - INFO - ----------------------------------------
Wed May 24 04:22:25 IST 2023 - INFO - Starting installation custom_module
Wed May 24 04:22:25 IST 2023 - INFO - ----------------------------------------
Wed May 24 04:22:40 IST 2023 - WARNING - Setup aborted by user
Fri May 26 12:17:25 IST 2023 - INFO - Starting main installation custom_module
Fri May 26 12:17:25 IST 2023 - INFO - ----------------------------------------
Fri May 26 12:17:25 IST 2023 - INFO - Starting installation custom_module
Fri May 26 12:17:25 IST 2023 - INFO - ----------------------------------------
Fri May 26 12:58:25 IST 2023 - INFO - Executing : prerequisites
Fri May 26 01:02:12 IST 2023 - ERROR - Installation failed!
Fri May 26 01:02:12 IST 2023 - ERROR - tuple index out of range
Fri May 26 02:57:01 IST 2023 - INFO - Starting main installation custom_module
Fri May 26 02:57:01 IST 2023 - INFO - ----------------------------------------
Fri May 26 02:57:01 IST 2023 - INFO - Starting installation custom_module
Fri May 26 02:57:01 IST 2023 - INFO - ----------------------------------------
Fri May 26 02:57:01 IST 2023 - INFO - Executing : prerequisites
Fri May 26 02:58:45 IST 2023 - WARNING - Setup aborted by user
Thu Jun 01 09:33:35 IST 2023 - INFO - Starting main installation custom_module
Thu Jun 01 09:33:35 IST 2023 - INFO - ----------------------------------------
Thu Jun 01 09:33:35 IST 2023 - INFO - Starting installation custom_module
Thu Jun 01 09:33:35 IST 2023 - INFO - ----------------------------------------
Thu Jun 01 09:33:36 IST 2023 - INFO - Executing : prerequisites
Thu Jun 01 09:35:58 IST 2023 - ERROR - Installation failed!
Thu Jun 01 09:35:58 IST 2023 - ERROR - tuple index out of range
Fri Jun 02 08:33:59 IST 2023 - INFO - Starting main installation custom_module
Fri Jun 02 08:33:59 IST 2023 - INFO - ----------------------------------------
Fri Jun 02 08:33:59 IST 2023 - INFO - Starting installation custom_module
Fri Jun 02 08:33:59 IST 2023 - INFO - ----------------------------------------
Fri Jun 02 08:34:00 IST 2023 - INFO - Executing : prerequisites
Sat Jun 03 07:58:02 IST 2023 - INFO - Starting main installation custom_module
Sat Jun 03 07:58:02 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 07:58:02 IST 2023 - INFO - Starting installation custom_module
Sat Jun 03 07:58:02 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 07:58:02 IST 2023 - INFO - Executing : prerequisites
Sat Jun 03 08:01:01 IST 2023 - ERROR - Installation failed!
Sat Jun 03 08:01:01 IST 2023 - ERROR - tuple index out of range
Sat Jun 03 08:34:21 IST 2023 - INFO - Starting main installation custom_module
Sat Jun 03 08:34:21 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 08:34:21 IST 2023 - INFO - Starting installation custom_module
Sat Jun 03 08:34:21 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 10:10:16 IST 2023 - INFO - Starting main installation custom_module
Sat Jun 03 10:10:16 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 10:10:16 IST 2023 - INFO - Starting installation custom_module
Sat Jun 03 10:10:16 IST 2023 - INFO - ----------------------------------------
Sat Jun 03 10:10:16 IST 2023 - INFO - Executing : prerequisites
Sat Jun 03 10:11:05 IST 2023 - WARNING - Setup aborted by user
Mon Jun 05 08:22:43 IST 2023 - INFO - Starting main installation custom_module
Mon Jun 05 08:22:43 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 08:22:43 IST 2023 - INFO - Starting installation custom_module
Mon Jun 05 08:22:43 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 08:30:37 IST 2023 - WARNING - Setup aborted by user
Mon Jun 05 10:57:57 IST 2023 - INFO - Starting main installation custom_module
Mon Jun 05 10:57:57 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 10:57:57 IST 2023 - INFO - Starting installation custom_module
Mon Jun 05 10:57:57 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 10:57:57 IST 2023 - INFO - Executing : prerequisites
Mon Jun 05 11:05:25 IST 2023 - ERROR - Installation failed!
Mon Jun 05 11:05:25 IST 2023 - ERROR - tuple index out of range
Mon Jun 05 11:10:40 IST 2023 - INFO - Starting main installation custom_module
Mon Jun 05 11:10:40 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 11:10:40 IST 2023 - INFO - Starting installation custom_module
Mon Jun 05 11:10:40 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 11:10:40 IST 2023 - ERROR - [Errno 13] Permission denied: 'shape_predictor_68_face_landmarks.dat'
Mon Jun 05 11:14:04 IST 2023 - INFO - Starting main installation custom_module
Mon Jun 05 11:14:04 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 11:14:04 IST 2023 - INFO - Starting installation custom_module
Mon Jun 05 11:14:04 IST 2023 - INFO - ----------------------------------------
Mon Jun 05 11:14:04 IST 2023 - ERROR - [Errno 13] Permission denied: 'shape_predictor_68_face_landmarks.dat'
Tue Jun 06 09:30:38 IST 2023 - INFO - Starting main installation custom_module
Tue Jun 06 09:30:38 IST 2023 - INFO - ----------------------------------------
Tue Jun 06 09:30:38 IST 2023 - INFO - Starting installation custom_module
Tue Jun 06 09:30:38 IST 2023 - INFO - ----------------------------------------
Tue Jun 06 09:30:38 IST 2023 - INFO - Executing : prerequisites
Tue Jun 06 09:36:07 IST 2023 - ERROR - Installation failed!
Tue Jun 06 09:36:07 IST 2023 - ERROR - tuple index out of range

0 Kudos
JesusE_Intel
Moderator
1,370 Views

Seems the installer is having permission errors. What are the permission set to on edgesoftware?


I set mine to 755 (chmod 755 edgesoftware). If they are different, can you set them to 755 and run the installation again?


~/Downloads/driver_behavior_analytics$ ls -al | grep edgesoftware

-rwxr-xr-x 1 user user  28926112 May 16 09:11 edgesoftware


0 Kudos
yi15
Beginner
1,275 Views

Thanks. I guess permission may be setted.

 

yimai@yimai:~/driver_behavior_analytics$ ls -al | grep edgesoftware
-rwxrwxrwx 1 yimai yimai 28926112 5月 16 09:11 edgesoftware
-rw-rw-rw- 1 yimai yimai 2747 5月 16 09:11 edgesoftware_configuration.xml

 

Regards,

0 Kudos
JesusE_Intel
Moderator
1,255 Views

Did that resolve your issue?


0 Kudos
JesusE_Intel
Moderator
1,183 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply