×

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

Bi-monthly release with minor bug fixes and improvements

A new INDI WebManager App for Mac OS X and Linux

  • Posts: 238
  • Thank you received: 15

Nevermind then. Will wait for your next release. In the mean time i still can use the Indi Web. Cheers!
4 years 10 months ago #40572

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

  • Posts: 2880
  • Thank you received: 815
Jerry, do you normally have to run INDI Web with root? I know you have this setup where your python and your pip are in two different places, you need root to run it?
4 years 10 months ago #40573

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

  • Posts: 2880
  • Thank you received: 815
Let me check with Jasem about this. I don't think INDI, indiweb, or indiwebmanagerapp should need to be run as root.
4 years 10 months ago #40574

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

  • Posts: 463
  • Thank you received: 69
Maybe I did an install of one of the packages? indiweb? as root when it shouldn't have been?
4 years 10 months ago #40575

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

  • Posts: 2880
  • Thank you received: 815
that is what I expect happened. Perhaps the solution is to uninstall it using pip3 as root and then install it using pip3 as yourself?
4 years 10 months ago #40576

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

  • Posts: 2880
  • Thank you received: 815
Its interesting that I didn't know you were running as root until you tried to open a browser window as root. Perhaps I should add a warning for that.
4 years 10 months ago #40577

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

  • Posts: 2880
  • Thank you received: 815
Looking back through what you posted, I see that you did this:

sudo -H pip3 install indiweb

It probably should have just been this:

pip3 install indiweb

to install as yourself.

Although also if you are running indiwebmanagerapp as root, it probably would install indiweb as root too.
4 years 10 months ago #40578

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

  • Posts: 2880
  • Thank you received: 815
Ok I added a check and a warning message for running the program as root. It won't prevent you from doing it, but it will warn you about issues.
4 years 10 months ago #40581

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

  • Posts: 2880
  • Thank you received: 815
Ok I went to version 0.9 and made a release. For the OS X version you can go here :

github.com/rlancaste/INDIWebManagerApp/releases/tag/0.9

For the Linux version it is in the nightly ppa, or the source code is on git.


Please test again,

Thanks !
The following user(s) said Thank You: Tom
4 years 10 months ago #40584

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

  • Posts: 238
  • Thank you received: 15

Now i know why it keeps OFFLINE. This is because I let another Indi Webmanager continue to run. After I turn off the other instance, your indi web manager app start to ONLINE!

Regards,
Tom
Last edit: 4 years 10 months ago by Tom.
4 years 10 months ago #40585

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

  • Posts: 2880
  • Thank you received: 815
Yes that makes sense Tom.

So the other INDI webmanager was running when you started INDI Webmanager app?

Did it give you the option to shut down the other one and then you said no?
4 years 10 months ago #40587

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

  • Posts: 238
  • Thank you received: 15

Yes, it did. Now my question is, how to determine whether the Auto Launch Manager always auto startup after system reboot?

Tom
4 years 10 months ago #40588

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

Time to create page: 0.471 seconds