Update README

This commit is contained in:
Keith Whyte 2018-02-24 11:59:49 +00:00
parent d652b7cf04
commit d2f7c2c18f

View file

@ -94,19 +94,20 @@ Now reboot your system and [file a bug report](https://github.com/Rhizomatica/pu
**CAVEATS:**
Because you don't have the key to our private repo, you will not have any sounds in `/usr/share/freeswitch/sounds/rccn/`.
- Because you don't have the key to our private repo, you will not have any sounds in `/usr/share/freeswitch/sounds/rccn/`.
TIC is not publically distributing the sound files used on the TIC network. Someone needs to make some generic sounds.
You might want to do `systemctl restart osmo-nitb` before running the
- You might want to do `systemctl restart osmo-nitb` before running the
install.py, as if the NITB has never run, the sqlite HLR database will not
exist yet.
exist yet. - What's more, systemd is not starting the NITB on reboot. You
need to do `systemctl start osmo-nitb` manually. :-/
After install and reboot, considering add the user rhizomatica to the sudo group: `usermod -aG sudo rhizomatica`
- After install and reboot, considering add the user rhizomatica to the sudo group: `usermod -aG sudo rhizomatica`
After install, you do not really need the puppet master service running, so
- After install, you do not really need the puppet master service running, so
consider disabling it.
There is one persistant error from puppet, but it doesn't seem to affect us:
- There is one persistant error from puppet, but it doesn't seem to affect us:
```
Error: /Stage[main]/Postgresql::Server::Config/Concat[/etc/postgresql/9.6/main/pg_hba.conf]/Concat_file[/etc/postgresql/9.6/main/pg_hba.conf]: Failed to generate additional resources using 'eval_generate': comparison of Array with Array failed
```