Hi Roger,

I have tested it and it works perfect!

Thanks a lot for the fast fix saving us time for figuring out a
workaround.

Thanks again!
Thomas

-- 
You received this bug notification because you are a member of Mosquitto
Development, which is subscribed to mosquitto.
https://bugs.launchpad.net/bugs/1096067

Title:
  restarting - not reloading - every second time after SIGHUP on broker

Status in mosquitto: an mqtt message broker:
  Fix Committed

Bug description:
  I have a broker 1.1 running.
  When sending a SIGHUP signal to the broker the broker first reloads the 
config and continues running - as expected.
  When sending a SIGHUP signal to the broker again the broker reloads the 
config but then restarts - this is not supposed to happen.
  The next time I send a SIGHUP signal to the broker it reloads the config 
without restarting as expected but the second time the broker restarts after 
reloading the config. 
  The game starts again...

  mosquitto.log looks like this:

  1357305687: mosquitto version 1.1 (build date 2012-12-19 17:12:58+0000) 
starting
  1357305687: Config loaded from /etc/mosquitto/mosquitto.conf.
  1357305687: Opening ipv4 listen socket on port 8883.
  1357305687: Opening ipv6 listen socket on port 8883.
  1357305687: Opening ipv4 listen socket on port 1883.
  1357305688: Reloading config.
  1357305689: Reloading config.
  1357305689: mosquitto version 1.1 (build date 2012-12-19 17:12:58+0000) 
starting
  1357305689: Config loaded from /etc/mosquitto/mosquitto.conf.
  1357305689: Opening ipv4 listen socket on port 8883.
  1357305689: Opening ipv6 listen socket on port 8883.
  1357305689: Opening ipv4 listen socket on port 1883.
  1357305690: Reloading config.
  1357305702: Reloading config.
  1357305702: mosquitto version 1.1 (build date 2012-12-19 17:12:58+0000) 
starting
  1357305702: Config loaded from /etc/mosquitto/mosquitto.conf.
  1357305702: Opening ipv4 listen socket on port 8883.
  1357305702: Opening ipv6 listen socket on port 8883.
  1357305702: Opening ipv4 listen socket on port 1883.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mosquitto/+bug/1096067/+subscriptions

-- 
Mailing list: https://launchpad.net/~mosquitto-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mosquitto-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to