Author Topic: Master/slave problems again  (Read 4862 times)

isaac

  • Zen Warrior
  • ***
  • Posts: 148
  • Karma: +0/-0
    • View Profile
Re: Master/slave problems again
« Reply #30 on: February 10, 2010, 01:35:31 pm »
Well, if your setup isn't really complicated it's better if you begin doing things well from the beginning :)

Install the master, install the slaves, enable users and groups in the master, add the hostnames of the slaves in /etc/hosts or the DNS, enable users and groups in the slaves, start adding users, ...

isaac

  • Zen Warrior
  • ***
  • Posts: 148
  • Karma: +0/-0
    • View Profile
Re: Master/slave problems again
« Reply #31 on: February 10, 2010, 01:36:48 pm »
Of course if the master is behaving properly now, there is no need to reinstall that, just the slaves, remove all of them and then clean the user journal:
Code: [Select]
sudo rm -rf /var/lib/ebox/conf/userjournal/*

Then make sure the hostnames of the slaves are resolvable from the master and start installing them, if the users are already created it should work ok too.