Solved CBSD won't start

Hi
I installed sysutils/cbsd yesterday and this morning I had to reboot the VPS.
Ever since the reboot, I cannot get cbsd to start again..
Code:
service cbsdd status
cbsdd is not running.
I tried service cbsdd start and /usr/local/etc/rc.d/cbsdd start. I tried to look at /var/log/messages for clues but there isn't anything in that file that can help me..

Could someone please tell me how I can debu this issue?
PS: This is a new VPS with Fresh install of FreeBSD 11 on UFS file system. I have no other packages installed yet
 
Hi
I installed sysutils/cbsd yesterday and this morning I had to reboot the VPS.
Ever since the reboot, I cannot get cbsd to start again..
Code:
service cbsdd status
cbsdd is not running.
I tried service cbsdd start and /usr/local/etc/rc.d/cbsdd start. I tried to look at /var/log/messages for clues but there isn't anything in that file that can help me..

Could someone please tell me how I can debu this issue?
PS: This is a new VPS with Fresh install of FreeBSD 11 on UFS file system. I have no other packages installed yet
For me is the same. But if you look into the running processes you will see that sysutils/cbsd daemon is running.
 
For me is the same. But if you look into the running processes you will see that sysutils/cbsd daemon is running.
Yes you are correct
Code:
root@freebsd:~ # ps -aux | grep cbsd
root       932   0.0  0.1 20228 4144 v0- I    08:47      0:01.06 /usr/local/bin/cbsd /usr/jails/tools/cbsdd
root      1460   0.0  0.1 20228 4144 v0- I    08:50      0:01.05 /usr/local/bin/cbsd /usr/jails/tools/cbsdd
root     12923   0.0  0.1 20228 4144  0  S    11:02      0:00.68 /usr/local/bin/cbsd /usr/jails/tools/cbsdd
root     36047   0.0  0.1 14796 2376  0  S+   15:11      0:00.00 grep cbsd
Thank you for login the bug.. So what do we do now?
 
Back
Top