Hello!
I’ve been looking for a jump to a more simpler life from NextCloud and I’m hoping the Seafile is it.
I am running a fresh FreeBSD 14 vm patched to current.
I’ve tried the below using git, ports, and pkg
I’ve attempted with MariaDB and MySQL
The below is with the following conditions:
/www/haiwen/conf/gunicorn.conf.py = daemon = False
/usr/local/www/haiwen/seafile-server/seahub/seahub/settingspy = DEBUG = True
no jails or anything
In all cases:
Install happens
./setup-seafile-mysql.sh runs without an issue.
./reset-admin.sh errors, but research shows that seafile needs to be running.
service seafile start results in:
/www/haiwen/seafile-server # service seafile start
Starting seafile server, please wait …
Failed to start seafile server
seafile.sh start results in:
/www/haiwen/seafile-server # sudo -u seafile ./seafile.sh start
2024-02-24 19:20:23 …/common/seaf-utils.c(358): Use database Mysql
2024-02-24 19:20:23 http-server.c(199): fileserver: worker_threads = 10
2024-02-24 19:20:23 http-server.c(214): fileserver: fixed_block_size = 8388608
2024-02-24 19:20:23 http-server.c(229): fileserver: web_token_expire_time = 3600
2024-02-24 19:20:23 http-server.c(244): fileserver: max_indexing_threads = 1
2024-02-24 19:20:23 http-server.c(259): fileserver: max_index_processing_threads= 3
2024-02-24 19:20:23 http-server.c(281): fileserver: cluster_shared_temp_file_mode = 600
Starting seafile server, please wait …Failed to start seafile server. See /www/haiwen/seafile-data/controller.log for more details.
All the logs are empty:
ls -la /www/haiwen/seafile-data/controller.log
-rw-r–r-- 1 seafile seafile 0 Feb 24 14:56 /www/haiwen/seafile-data/controller.logls -la /www/haiwen/logs/
total 8
drwxr-xr-x 2 root seafile 512 Feb 24 13:49 .
drwxr-xr-x 10 seafile seafile 512 Feb 24 18:17 …
-rw-r–r-- 1 root seafile 0 Feb 24 13:49 onlyoffice.log
-rw-r–r-- 1 root seafile 0 Feb 24 13:49 seahub.log
dmesg.today nor messages show anything either.
Can anyone point me in the right direction?