Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sssd-2.4.0 works from command line but fails to start from systemd/sssctl #5396

Closed
smclinden opened this issue Nov 13, 2020 · 1 comment
Closed

Comments

@smclinden
Copy link

I have build sssd-2.4.0 on Ubutu 18.04 and am able to run it from the command line without problem.

If I try to run it from systemd (sysctl) it fails to start but I get no error messages, even with debugging on,

If I try to start it with sssctl domain-list, it creates a file which did not, previously, exist: /var/log/sssd/sssd_ifp.log

The contents of that file are below. I am sure that this is some kind of configuration issue (perhaps with the build) but I'm stumped as to what it is.

(2020-11-13 12:13:40): [ifp] [sss_dp_init] (0x0010): Failed to connect to backend server.
(2020-11-13 12:13:40): [ifp] [sss_process_init] (0x0010): fatal error setting up backend connector
(2020-11-13 12:13:40): [ifp] [ifp_process_init] (0x0010): sss_process_init() failed
(2020-11-13 12:13:40): [ifp] [sss_dp_init] (0x0010): Failed to connect to backend server.
(2020-11-13 12:13:40): [ifp] [sss_process_init] (0x0010): fatal error setting up backend connector
(2020-11-13 12:13:40): [ifp] [ifp_process_init] (0x0010): sss_process_init() failed
(2020-11-13 12:13:40): [ifp] [sss_dp_init] (0x0010): Failed to connect to backend server.
(2020-11-13 12:13:40): [ifp] [sss_process_init] (0x0010): fatal error setting up backend connector
(2020-11-13 12:13:40): [ifp] [ifp_process_init] (0x0010): sss_process_init() failed
(2020-11-13 12:13:41): [ifp] [sss_dp_init] (0x0010): Failed to connect to backend server.
(2020-11-13 12:13:41): [ifp] [sss_process_init] (0x0010): fatal error setting up backend connector
(2020-11-13 12:13:41): [ifp] [ifp_process_init] (0x0010): sss_process_init() failed
(2020-11-13 12:13:41): [ifp] [sss_dp_init] (0x0010): Failed to connect to backend server.
(2020-11-13 12:13:41): [ifp] [sss_process_init] (0x0010): fatal error setting up backend connector
(2020-11-13 12:13:41): [ifp] [ifp_process_init] (0x0010): sss_process_init() failed
@smclinden
Copy link
Author

sssd.service
● ├─sssd-autofs.socket
● ├─sssd-pac.socket
● ├─sssd-pam-priv.socket
● ├─sssd-ssh.socket
● ├─sssd-sudo.socket
● ├─system.slice
● ├─nss-user-lookup.target
● └─sysinit.target
● ├─apparmor.service
● ├─blk-availability.service
● ├─dev-hugepages.mount
● ├─dev-mqueue.mount
● ├─keyboard-setup.service
● ├─kmod-static-nodes.service
● ├─lvm2-lvmetad.socket
● ├─lvm2-lvmpolld.socket
● ├─lvm2-monitor.service
● ├─open-iscsi.service
● ├─plymouth-read-write.service
● ├─plymouth-start.service
● ├─proc-sys-fs-binfmt_misc.automount
● ├─resolvconf.service
● ├─setvtrgb.service
● ├─sys-fs-fuse-connections.mount
● ├─sys-kernel-config.mount
● ├─sys-kernel-debug.mount
● ├─systemd-ask-password-console.path
● ├─systemd-binfmt.service
● ├─systemd-hwdb-update.service
● ├─systemd-journal-flush.service
● ├─systemd-journald.service
● ├─systemd-machine-id-commit.service
● ├─systemd-modules-load.service
● ├─systemd-random-seed.service
● ├─systemd-sysctl.service
● ├─systemd-timesyncd.service
● ├─systemd-tmpfiles-setup-dev.service
● ├─systemd-tmpfiles-setup.service
● ├─systemd-udev-trigger.service
● ├─systemd-udevd.service
● ├─systemd-update-utmp.service
● ├─cryptsetup.target
● ├─local-fs.target
● │ ├─-.mount
● │ ├─apps.mount
● │ ├─controlm-prod.mount
● │ ├─home.mount
● │ ├─opt.mount
● │ ├─systemd-fsck-root.service
● │ ├─systemd-remount-fs.service
● │ ├─tmp.mount
● │ ├─usr.mount
● │ ├─var-log-audit.mount
● │ ├─var-log.mount
● │ ├─var-tmp.mount
● │ └─var.mount
● └─swap.target
● └─dev-disk-by\x2duuid-bf1c6577\x2da477\x2d4662\x2d9097\x2d065b60ab9984.swap

@alexey-tikhonov alexey-tikhonov closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants