我尝试与厨师安装firebird2.1-super。 所以我不能使用dpkg-reconfigure 。 所以我试着用
debconf-set-selections /var/cache/firebird/firebird-server.seed
在firebird-server.seed中:
firebird2.1-super shared/firebird/sysdba_password/first_install password qwerty firebird2.1-super shared/firebird/server_in_use error firebird2.1-super shared/firebird/purge_databases boolean false firebird2.1-super shared/firebird/enabled boolean true firebird2.1-super shared/firebird/purge_security boolean false
但是这并没有改变。 安装后( sudo apt-get install firebird2.1-super )firebird没有自动启动。
我能做些什么来启动火鸟自动没有dpkg-reconfigure ? 如何正确预烧火鸟?
发现这一个:
如果有其他人遇到这个问题,以备将来参考。 如果编辑/etc/default/firebird2.5,以便ENABLE_FIREBIRD_SERVERvariables设置为TRUE。 然后你可以运行sudo服务firebird2.5-super start来运行服务,而不必重新configuration包。 然而,这假设你已经照顾创build密码文件和相关的configuration选项。