2 echo "==> Creating user 'sedna'..."
4 echo "==> Changing permission to data and config directory to user 'sedna'..."
5 chown -R sedna /opt/sedna/data /opt/sedna/cfg
6 echo "If you don't like the default values, change the configuration \
7 file in /opt/sedna/etc and move it to /etc."
8 echo "Also remember that \
9 by default linux does not have enough semaphores for the standard sedna \
10 concurrent connections, so if you need them you must add \
13 echo "kernel.sem = \"250 64000 32 256\" "
15 echo "to /etc/sysctl.conf"