Hi,
On Thu, Dec 12, 2019 at 5:18 PM Alberto Viana <alberto...@gmail.com> wrote: > Hi Guys, > > I have installed 389 from source (389-Directory/1.4.2.4 B2019.344.19) > > Installed 389-ds cockpit plugin via npm e copy > to /usr/share/cockpit/389-console/ > > cockpit-195.1-1.el7.centos.0.1.x86_64 > > When I login into cockpit, it says there's no instance: > How did you create your instance? Using dscreate or setup-ds.pl? setup-ds.pl is deprecated and not supported with the new web UI, it doesn't configure LDAPI socket needed for communication between the server and cockpit. dscreate does create it by default. > > [image: Screen Shot 2019-12-12 at 12.55.33.png] > > > but I created one manually: > > ~# dsctl -l > slapd-RNP > > ~# systemctl status dirsrv@RNP.service > ● dirsrv@RNP.service - 389 Directory Server with ASAN RNP. > Loaded: loaded (/usr/lib/systemd/system/dirsrv@.service; enabled; > vendor preset: disabled) > Drop-In: /usr/lib/systemd/system/dirsrv@.service.d > └─xsan.conf > Active: active (running) since Thu 2019-12-12 15:39:31 UTC; 34min ago > Process: 1932 ExecStartPre=/usr/libexec/ds_systemd_ask_password_acl > /etc/dirsrv/slapd-%i/dse.ldif (code=exited, status=0/SUCCESS) > Main PID: 1956 (ns-slapd) > Status: "slapd started: Ready to process requests" > CGroup: /system.slice/system-dirsrv.slice/dirsrv@RNP.service > └─1956 /usr/sbin/ns-slapd -D /etc/dirsrv/slapd-RNP -i > /run/dirsrv/slapd-RNP.pid > > ~# netstat -natp > tcp6 0 0 :::636 :::* LISTEN > 1956/ns-slapd > tcp6 0 0 :::389 :::* LISTEN > 1956/ns-slapd > > > /usr/share/cockpit/389-console/ds.js: > var DS_HOME = "/etc/dirsrv/"; > var server_id = "None"; > var server_inst = ""; > var dn_regex = new RegExp( "^([A-Za-z]+=.*)" ); > > ls -lha /etc/dirsrv/ > total 16K > drwxr-xr-x. 6 dirsrv dirsrv 63 Dec 9 17:25 . > drwxr-xr-x. 83 root root 8.0K Dec 12 15:39 .. > drwxr-xr-x. 2 dirsrv dirsrv 78 Dec 10 01:10 config > drwxr-xr-x. 2 dirsrv dirsrv 25 Dec 10 01:10 schema > drwxrwx---. 3 dirsrv dirsrv 4.0K Dec 12 15:39 slapd-RNP > drwxrwx---. 2 dirsrv dirsrv 155 Dec 9 17:25 ssca > > Also tried to disable selinux, but the behavior is the same. > > What am I missing? How can I debug it? > > Thanks > > Alberto Viana > > _______________________________________________ > 389-users mailing list -- 389-users@lists.fedoraproject.org > To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org > -- Viktor
_______________________________________________ 389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org