×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

NDI Web Manager – INDI Server Ubuntu 18.04.1

  • Posts: 29
  • Thank you received: 2
On Ubuntu MATE 16.04 all was working. (Notebook PC)
Instructions on github.com/knro/indiwebmanager were followed.
Any dependency packages were installed when prompted.

indi-web -v command worked -- INDI Web Manager started the server.
After reboot it did not start.


:~$ sudo systemctl status indiwebmanager.service
[sudo] password
● indiwebmanager.service - INDI Web Manager
Loaded: loaded (/etc/systemd/system/indiwebmanager.service; enabled; vendor p
Active: inactive (dead)
(INDI Web Manager localhost :8624 did not start)

[1]+ Stopped sudo systemctl status indiwebmanager.service

:~$ indi-web -v
2018-08-25 11:48:25,962 - DEBUG: command line arguments: {'logfile': None, 'verbose': True, 'fifo': '/tmp/indiFIFO', 'server': 'standalone', 'host': '0.0.0.0', 'conf': '/home/john/.indi', 'indi_port': 7624, 'port': 8624, 'xmldir': '/usr/share/indi/'}
2018-08-25 11:48:25,978 - INFO: pkill -9 indiserver
2018-08-25 11:48:25,987 - WARNING: terminating indiserver failed code 1
2018-08-25 11:48:25,993 - INFO: using Bottle as standalone server
2018-08-25 11:48:42,241 - INFO: Deleting fifo /tmp/indiFIFO
2018-08-25 11:48:42,252 - INFO: indiserver -p 7624 -m 100 -v -f /tmp/indiFIFO > /tmp/indiserver.log 2>&1 &
2018-08-25 11:48:42,256 - INFO: echo "start indi_simulator_ccd -c \"/home/john/.indi/CCD Simulator_config.xml\" -n \"CCD Simulator\"" > /tmp/indiFIFO
2018-08-25 11:48:42,258 - INFO: echo "start indi_simulator_focus -c \"/home/john/.indi/Focuser Simulator_config.xml\" -n \"Focuser Simulator\"" > /tmp/indiFIFO
2018-08-25 11:48:42,261 - INFO: echo "start indi_lx200gps -c \"/home/john/.indi/LX90_config.xml\" -n \"LX90\"" > /tmp/indiFIFO
2018-08-25 11:48:46,108 - INFO: pkill -9 indiserver
2018-08-25 11:48:46,122 - INFO: indiserver terminated successfully
^Z
[2]+ Stopped indi-web -v
:~$

After another reboot, the same situation.

:~$ sudo systemctl status indiwebmanager.service
[sudo] password for john:
● indiwebmanager.service - INDI Web Manager
Loaded: loaded (/etc/systemd/system/indiwebmanager.service; enabled; vendor p
Active: inactive (dead)

[1]+ Stopped sudo systemctl status indiwebmanager.service
_:~$ indi-web -v
2018-08-25 12:29:07,801 - DEBUG: command line arguments: {'logfile': None, 'verbose': True, 'fifo': '/tmp/indiFIFO', 'server': 'standalone', 'host': '0.0.0.0', 'conf': '/home/john/.indi', 'indi_port': 7624, 'port': 8624, 'xmldir': '/usr/share/indi/'}
2018-08-25 12:29:07,817 - INFO: pkill -9 indiserver
2018-08-25 12:29:07,826 - WARNING: terminating indiserver failed code 1
2018-08-25 12:29:07,832 - INFO: using Bottle as standalone server
2018-08-25 12:29:20,634 - INFO: Deleting fifo /tmp/indiFIFO
2018-08-25 12:29:20,643 - INFO: indiserver -p 7624 -m 100 -v -f /tmp/indiFIFO > /tmp/indiserver.log 2>&1 &
2018-08-25 12:29:20,646 - INFO: echo "start indi_simulator_ccd -c \"/home/john/.indi/CCD Simulator_config.xml\" -n \"CCD Simulator\"" > /tmp/indiFIFO
2018-08-25 12:29:20,649 - INFO: echo "start indi_simulator_focus -c \"/home/john/.indi/Focuser Simulator_config.xml\" -n \"Focuser Simulator\"" > /tmp/indiFIFO
2018-08-25 12:29:20,652 - INFO: echo "start indi_lx200gps -c \"/home/john/.indi/LX90_config.xml\" -n \"LX90\"" > /tmp/indiFIFO
2018-08-25 12:29:26,381 - INFO: pkill -9 indiserver
2018-08-25 12:29:26,393 - INFO: indiserver terminated successfully


INDI Web Manager started and stopped the server several times.


The same behaviour occurs on another PC with Ubuntu MATE 18.04.1.

(Note: the OS upgrade was made in order to install some other program that wanted the newest gnome.)

Any ideas?
5 years 7 months ago #28941

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

Time to create page: 0.179 seconds