×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

indi web manager

  • Posts: 42
  • Thank you received: 3
Hello
I have tried to install INDI Web Manager and I have taken all the steps, but when I run the reboot, with the command sudo systemctl status indiwebmanager.service I have the following error: Invalid argument.
I have checked many times all steps, but every time I got the same result.
Can someone help me?
Thank you
7 years 7 months ago #10679

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic indi web manager

on what system are you installing this?
7 years 7 months ago #10681

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

It is installed on raspberry pi 3 b.
7 years 7 months ago #10686

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

2016-05-27-raspbian-jessie
7 years 7 months ago #10687

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic indi web manager

I just tested it on Raspbian Jessie on RPI2 and it's working fine. So I'm not sure what your problem is, it probably has nothing to do with INDI web manager and systemd related issue.
7 years 7 months ago #10688

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

Hello.
I have carried out a total control over the installation and the procedure.
Indi web manager works perfectly locally and remotely.
The only problem that remains is related to the start at boot that giving me the following error:
indiwebmanager.service - INDI Web Manager
Loaded: error (Reason: Invalid argument)
Active: inactive (dead)
I would like to know if there is a different way to start the web manager at boot time, because it seems that through the systemctl command in raspberry pi3, this operation does not lead to any results.
Thank you
7 years 7 months ago #10708

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic indi web manager

Post the contents of your /lib/systemd/system/indiwebmanager.service here
Last edit: 7 years 7 months ago by Jasem Mutlaq.
7 years 7 months ago #10709

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

[Unit]
Description=INDI Web Manager
After=multi-user.target
[Service]
Type=idle
User=pi
ExecStart=/usr/bin/python /home/pi/servermanager/drivermanager.py
ExecStart=/usr/bin/python /home/pi/servermanager/autostart.py
[Install]
WantedBy=multi-user.target
7 years 7 months ago #10710

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic indi web manager

You ensured all the variables are correct? i.e. your username is pi ? and the path to drivermanager.py is correct?
7 years 7 months ago #10711

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

I checked it many times and everything is correct.
7 years 7 months ago #10713

Please Log in or Create an account to join the conversation.

Replied by Jasem Mutlaq on topic indi web manager

Can you run it manually? If yes, you can put it in any script for startup.
7 years 7 months ago #10715

Please Log in or Create an account to join the conversation.

  • Posts: 42
  • Thank you received: 3

Replied by Michele Bertuccio on topic indi web manager

Yes. I can with the command python drivermanager.py.
I try this solution and I hope it works
7 years 7 months ago #10717

Please Log in or Create an account to join the conversation.

Time to create page: 0.898 seconds