Summary: | Не запускается sssd после перезагрузки | ||
---|---|---|---|
Product: | Branch p8 | Reporter: | Mikhail Efremov <sem> |
Component: | alterator-auth | Assignee: | Andrey Cherepanov <cas> |
Status: | ASSIGNED --- | QA Contact: | qa-p8 <qa-p8> |
Severity: | normal | ||
Priority: | P3 | CC: | asheplyakov, pavel_sharapov |
Version: | не указана | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 34011 |
Description
Mikhail Efremov
2017-10-31 18:42:36 MSK
Что пишет systemctl status sssd ? (В ответ на комментарий №1)
> Что пишет systemctl status sssd ?
Сразу после добавления в домен и после перезагрузки:
● sssd.service - System Security Services Daemon
Loaded: loaded (/lib/systemd/system/sssd.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/sssd.service.d
└─journal.conf
Active: inactive (dead)
После ручного запуска:
systemctl start sssd
systemctl status sssd
● sssd.service - System Security Services Daemon
Loaded: loaded (/lib/systemd/system/sssd.service; disabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/sssd.service.d
└─journal.conf
Active: active (running) since Ср 2017-11-01 09:47:32 MSK; 6s ago
Main PID: 1624 (sssd)
Tasks: 4 (limit: 512)
CGroup: /system.slice/sssd.service
├─1624 /usr/sbin/sssd -i -f
├─1627 /usr/libexec/sssd/sssd_be --domain VSEGEI.RU --uid xxx --gid yyy --debug-to-files
├─1628 /usr/libexec/sssd/sssd_nss --uid xxx --gid yyy --debug-to-files
└─1629 /usr/libexec/sssd/sssd_pam --uid xxx --gid yyy --debug-to-files
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
После добавления в автозагрузку:
systemctl enable sssd
Synchronizing state of sssd.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable sssd
Created symlink /etc/systemd/system/multi-user.target.wants/sssd.service → /lib/systemd/system/sssd.service.
systemctl status sssd
● sssd.service - System Security Services Daemon
Loaded: loaded (/lib/systemd/system/sssd.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/sssd.service.d
└─journal.conf
Active: active (running) since Ср 2017-11-01 09:47:32 MSK; 1min 2s ago
Main PID: 1624 (sssd)
CGroup: /system.slice/sssd.service
├─1624 /usr/sbin/sssd -i -f
├─1627 /usr/libexec/sssd/sssd_be --domain VSEGEI.RU --uid xxx --gid yyy --debug-to-files
├─1628 /usr/libexec/sssd/sssd_nss --uid xxx --gid yyy --debug-to-files
└─1629 /usr/libexec/sssd/sssd_pam --uid xxx --gid yyy --debug-to-files
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:32 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: ; TSIG error with server: tsig verify failure
ноя 01 09:47:33 pc-machine.vsegei.ru sssd[1624]: update failed: REFUSED
Возможно, это та же проблема, что и https://bugzilla.redhat.com/show_bug.cgi?id=1394320 |