Bug 46043 - ошибка монтирования CIFS
Summary: ошибка монтирования CIFS
Status: CLOSED DUPLICATE of bug 46042
Alias: None
Product: Branch p9
Classification: Distributions
Component: kernel-image-std-def (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P5 critical
Assignee: qa-team@altlinux.org
QA Contact: qa-p9@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-03 14:31 MSK by Aleksandr
Modified: 2023-05-03 14:42 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksandr 2023-05-03 14:31:51 MSK
После обновления Альт Сервер P9 на ядро 5.4.240 при монтировании сетевых директорий через CIFS возникается критическая ошибка.
При проверке в терминале командой df -h получаем сообщение "KILLED" без стандартного вывода камонды.

Обновление выполнялось с ядра 5.4.223 до 5.4.240. 
При загрузке с ядра 5.4.223 команда df -h отрабатывает штатно.

Выводы команд при монитровании CIFS:

Ядро 5.4.240-std-def-alt1:
[root@test1 ~ 15:33:18]# mount -t cifs -o user=xxx //xxx.xxx.xxx.xxx/sap /mnt/1
Failed to execute systemd-ask-password: No such file or directory
Password for xxx@//xxx.xxx.xxx.xxx/sap<mailto:xxx@//xxx.xxx.xxx.xxx/sap>:
[root@test1 ~ 15:34:38]# df -h
Killed

Ядро 5.4.223-std-def-alt1:
[root@test1 ~ 15:40:25]# mount -t cifs -o user=xxx //xxx.xxx.xxx.xxx/sap /mnt/1
Failed to execute systemd-ask-password: No such file or directory
Password for xxx@//xxx.xxx.xxx.xxx/sap<mailto:xxx@//xxx.xxx.xxx.xxx/sap>:
[root@test1 ~ 15:42:34]# df -h
Filesystem Size Used Avail Use% Mounted on
udevfs 5.0M 0 5.0M 0% /dev
runfs 2.0G 980K 2.0G 1% /run
/dev/sda3 23G 13G 8.9G 59% /
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup
/dev/sda1 989M 206M 716M 23% /boot
tmpfs 2.0G 0 2.0G 0% /tmp
tmpfs 393M 0 393M 0% /run/user/481
tmpfs 393M 0 393M 0% /run/user/500
//10.135.13.65/sap 273G 126G 147G 47% /mnt/1
Comment 1 Alexander Makeenkov 2023-05-03 14:42:04 MSK

*** This bug has been marked as a duplicate of bug 46042 ***