Sylvain303 / install_script

YunoHost installation scripts
http://yunohost.org
1 stars 0 forks source link

Metronome XMPP service reported as not working on debian-jessie arm image #4

Open Sylvain303 opened 8 years ago

Sylvain303 commented 8 years ago

See details here: https://forum.yunohost.org/t/building-a-new-image-for-raspberry-debian-jessie-fr-en/1101/3

Suggestion to test Metronome:

metronomectl status it should create metronome.pid: fullpath /var/run/metronome/metronome.pid

Sylvain303 commented 8 years ago

Found some hints:

During install:

Get:7 http://repo.yunohost.org/ megusta/main metronome armhf 3.6-6 [483 kB]
Get:8 http://repo.yunohost.org/ megusta/main yunohost-config-metronome all 2.2.0
 [23,2 kB]

On the forum: https://forum.yunohost.org/t/upgrade-on-raspberry-pi-b-b/599/20

Sylvain303 commented 8 years ago

after post install is works smoothly without any more error. Reboot OK too.

What is the expected behavior, before post-install?

Some output of command issued:

admin@raspberrypi:~ $ sudo metronomectl status
Metronome is running with PID 1140
admin@raspberrypi:~ $ sudo systemctl status metronome
● metronome.service - LSB: Metronome XMPP Server
   Loaded: loaded (/etc/init.d/metronome)
   Active: active (running) since mar. 2015-12-22 15:20:39 CET; 18min ago
  Process: 810 ExecStart=/etc/init.d/metronome start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/metronome.service
           └─1140 lua5.1 /usr/bin/metronome

déc. 22 15:20:39 raspberrypi metronome[810]: Starting Metronome XMPP Server....
déc. 22 15:20:39 raspberrypi systemd[1]: Started LSB: Metronome XMPP Server.
Hint: Some lines were ellipsized, use -l to show in full.

command line tools for xmpp:

What are the informations needed to send a dummy message to our xmpp server?