Hi there,
Every step has worked well, but at the 9th one, while running: 'sudo bbb-conf --clean', I've got this:
...
Cleaning Log Files ...
mv: cannot stat ‘/var/log/syslog’: No such file or directory
...
I've reading about the script *bbb-conf*, finding these lines:
...
rm -rf /var/log/nginx/*
mv /var/log/syslog /tmp/syslog.$$
echo "" > /var/log/syslog
chown syslog:adm /var/log/syslog
...
Where it's clear that the error takes place.
The point is that this Ubuntu 14.04.2 LTS comes from a Puppet template, as there are some personal configurations shared by the servers in my organization. One of them is that our syslog is configured in order to save messages at /var/log/messages. Understanding that the system programmer doesn't need to know about which file is used to save the messages, as there are system calls so as to communicate with syslog, then I don't really agree with this way of doing things, I mean, using the literal '/var/log/syslog'.
Notice that the rest of messages showed by this command are all OK, and the BBB Server seems to work perfectly.
But I would like to know how important is really this issue in order to go ahead.
By the way, I would like to know if there is some documentation about making a Puppet template for a complete working BBB Server, as it's my next goal. I'll be pleased to share it as soon as I get it :-)
Many thanks in advace.
Regards.