服务器是Ubuntu的服务器,
我在rc.local里面设置了这个命令,
/path/to/seafile-server-latest/seafile.sh start && /path/to/seafile-server-latest/seahub.sh start-fastcgi
但是我发现有些时候会启动不了,有些时候又可以,不可以的时候会在/var/log/boot.log里面发现这样的日志,
cat /var/log/boot.log | grep ccnet
[ 43.096994] rc.local[1073]: failed to run "ccnet-server -t"
[ 43.097222] rc.local[1073]: [12/30/16 07:30:58] ../common/session.c(132): using config file /var/www/storage.orzorc.space/conf/ccnet.conf
[ 43.097295] rc.local[1073]: [12/30/16 07:30:58] ../common/ccnet-db.c(123): Failed to get database connection: Failed to connect to MySQL: Can't connect to MySQL server on '127.0.0.1' (107).
但是我觉得MySQL应该是在运行rc.local之前就已经在rc.d里面执行过的,为什么这里会链接不上呢。
我可以肯定那条命令我复制粘贴直接运行时可以成功的。