-
Notifications
You must be signed in to change notification settings - Fork 403
Description
Hello,
I've just downloaded ubuntu package for tarantool as I wanted to test this database. When trying to start tarantool with sample config (I've copied /etc/tarantool/instances.available/example.cfg to /etc/tarantool/instances.enabled/) it fails with confusing error message:
ilya@denmark:~$ sudo /etc/init.d/tarantool start
tarantool: Staring instances
/usr/bin/tarantool_box: check_config FAILED
- Could not find 'script_dir' option
Interestingly enough the message goes away if I comment out script_dir line from the config so the error text is obviously incorrect: I would expect such error text if script_dir was required and was missing in the config. Here the error is happening because somehow tarantool is not liking the value of script_dir in my config but the error mesage doesn't explain why (i.e. for example creating an empty directory on script_dir path doesn't remove the error).