Hello,
I assume that I have come across a problem and I don't know what to do now.
As you know, I follow the instruction here. https://docs.couchdb.org/en/stable/install/freebsd.html
pkg install couchdb3
then
modify the local.ini file to add an admin user.
I start the couchdb3 service, however, I only see port 4369 is listening.
Generally speaking, we should see port 5984 is also listening.
# sockstat -4 |grep couchdb
couchdb epmd 884 3 tcp4 *:4369 *:*
Besides, I have install couchdb3 on AlmaLinux 8 and it runs well with the same method.
The current os is newly installed.
# freebsd-version
14.2-STABLE
Does the package here in FreeBSD has something wrong?
Or which step I did is wrong or missing?
I need some suggestions.
I assume that I have come across a problem and I don't know what to do now.
As you know, I follow the instruction here. https://docs.couchdb.org/en/stable/install/freebsd.html
pkg install couchdb3
then
modify the local.ini file to add an admin user.
I start the couchdb3 service, however, I only see port 4369 is listening.
Generally speaking, we should see port 5984 is also listening.
# sockstat -4 |grep couchdb
couchdb epmd 884 3 tcp4 *:4369 *:*
Besides, I have install couchdb3 on AlmaLinux 8 and it runs well with the same method.
The current os is newly installed.
# freebsd-version
14.2-STABLE
Does the package here in FreeBSD has something wrong?
Or which step I did is wrong or missing?
I need some suggestions.