Phouze
February 10, 2022, 2:20pm
1
Hello, I hope everyone is well.
I have a problem while installing GenieACS on my raspberry.
First, here are the versions I use:
Raspi 4B with 4Gb of RAM, Ubuntu server 21.10
Node: v14.19.0
MongoDB : v4.4.12
I followed the installation guide provided by GenieACS:
( https://github.com/genieacs/genieacs/blob/master/docs/installation-guide.rst )
But I can’t get the GenieCWMP and NBI services to start, it returns this error :
I tried to redo the installations in root and not root mode, and it returned the same error.
I even tried to install with the recommended version of NodeJS, and it gives me the same error.
Can you help me with this error, please ?
latcom
February 10, 2022, 5:04pm
2
Hi.
You have an error: “No such file or directory”,
did you check if /usr/bin/genieacs-cwmp file exists?
Phouze
February 11, 2022, 8:20am
3
Hi,
Yes, I looked at the files and they don’t exist, did I miss a step in the installation of GeniaACS so that these files were not created?
latcom
February 15, 2022, 8:08am
4
Try to locate “genieacs-cwmp” file: find / -name “genieacs-cwmp”
and change this file location in systemd service: sudo systemctl edit --force --full genieacs-cwmp
Check also, if genieacs.env is in correct location.
1 Like
Phouze
February 21, 2022, 9:59am
5
Hello, I’d like to come back to you because everything is now functional.
The command to locate the file helped me a lot (thank you ) because the file was stored under “/usr/local/bin/genieacs-cwmp” and not “/usr/bin/genieacs-cwmp” so I just changed the location of the file in systemd and everything was working.
Thx !
1 Like