Author Topic: Element not found  (Read 909 times)

AntonMosyagin

  • Zen Apprentice
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Element not found
« on: March 20, 2023, 06:57:42 am »
Здравствуйте! Установлен Zentyal Server 7.0. Сегодня пришел на работу и при переходе на вкладку "Пользователи и компьютеры" ---"Manage" обнаружил что там ничего нет... как восстановить без backup ?

Element not found
мы извиняемся
Запрос содержит ссылку на элемент, который не существует

    If you typed the page address manually, please check it
    Возможно элемент был удален и адрес страницы больше не действителен
    Это может быть и ошибка параметров кэша, в этом случае Вы можете снова перейти на страницу с помощью меню слева
    Если вам необходима помощь, вы можете посетить Домашняя страница Zentyal для чтения документации и списков рассылки



tunsa

  • Zen Samurai
  • ****
  • Posts: 350
  • Karma: +15/-1
    • View Profile
Re: Element not found
« Reply #1 on: March 20, 2023, 07:13:22 am »
Пробовали рестартануть nginx ?

Code: [Select]
service nginx restart
А лучше проверить для начала все ли ок со службой.

Code: [Select]
service nginx status
Места на диске достаточно?

Code: [Select]
df -h
Что в логах?

Code: [Select]
journalctl -xe

AntonMosyagin

  • Zen Apprentice
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Element not found
« Reply #2 on: March 20, 2023, 08:11:14 am »
Пробовали рестартануть nginx ?

Code: [Select]
service nginx restartservice nginx restart
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

А лучше проверить для начала все ли ок со службой.

Code: [Select]
service nginx status
nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/lib/systemd/system/nginx.service; disabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Mon 2023-03-20 10:04:13 MSK; 2min 6s ago
       Docs: man:nginx(8)
    Process: 49952 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Process: 49953 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)

мар 20 10:04:10 zentyaladmin systemd[1]: Starting A high performance web server and a reverse proxy server...
мар 20 10:04:10 zentyaladmin nginx[49953]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
мар 20 10:04:11 zentyaladmin nginx[49953]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
мар 20 10:04:11 zentyaladmin nginx[49953]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
мар 20 10:04:12 zentyaladmin nginx[49953]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
мар 20 10:04:12 zentyaladmin nginx[49953]: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
мар 20 10:04:13 zentyaladmin nginx[49953]: nginx: [emerg] still could not bind()
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Failed with result 'exit-code'.
мар 20 10:04:13 zentyaladmin systemd[1]: Failed to start A high performance web server and a reverse proxy server.

Места на диске достаточно?

Code: [Select]
df -hFilesystem      Size  Used Avail Use% Mounted on
udev            1,9G     0  1,9G   0% /dev
tmpfs           393M  3,2M  390M   1% /run
/dev/sda5       916G   12G  857G   2% /
tmpfs           2,0G  4,0K  2,0G   1% /dev/shm
tmpfs           5,0M     0  5,0M   0% /run/lock
tmpfs           2,0G     0  2,0G   0% /sys/fs/cgroup
/dev/sda1       511M  4,0K  511M   1% /boot/efi
tmpfs           393M  4,0K  393M   1% /run/user/1000

Что в логах?

Code: [Select]
journalctl -xe--
-- The unit zentyal.samba-sync.service has entered the 'failed' state with result 'exit-code'.
мар 20 10:10:46 zentyaladmin systemd[1]: zentyal.samba-sync.service: Scheduled restart job, restart counter is at 2316.
-- Subject: Назначен автоматический перезапуск юнита
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Назначен автоматический перезапуск юнита zentyal.samba-sync.service, так как для него был задан
-- параметр Restart=.
мар 20 10:10:46 zentyaladmin systemd[1]: Stopped Zentyal daemon to check uid and gid numbers.
-- Subject: Завершена остановка юнита zentyal.samba-sync.service.
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Процесс остановки юнита zentyal.samba-sync.service был завершен.
мар 20 10:10:46 zentyaladmin systemd[1]: Started Zentyal daemon to check uid and gid numbers.
-- Subject: Запуск юнита zentyal.samba-sync.service завершен
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Процесс запуска юнита zentyal.samba-sync.service был завершен.
--
-- Результат: done.


tunsa

  • Zen Samurai
  • ****
  • Posts: 350
  • Karma: +15/-1
    • View Profile
Re: Element not found
« Reply #3 on: March 20, 2023, 09:33:23 am »
У вас проблемы с  nginx

Code: [Select]
мар 20 10:04:13 zentyaladmin nginx[49953]: nginx: [emerg] still could not bind()
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Failed with result 'exit-code'.
мар 20 10:04:13 zentyaladmin systemd[1]: Failed to start A high performance web server and a reverse proxy server.

AntonMosyagin

  • Zen Apprentice
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Element not found
« Reply #4 on: March 20, 2023, 10:00:50 am »
У вас проблемы с  nginx

Code: [Select]
мар 20 10:04:13 zentyaladmin nginx[49953]: nginx: [emerg] still could not bind()
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Failed with result 'exit-code'.
мар 20 10:04:13 zentyaladmin systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Есть варианты решения проблемы?

AntonMosyagin

  • Zen Apprentice
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Element not found
« Reply #5 on: March 20, 2023, 10:50:44 am »
У вас проблемы с  nginx

Code: [Select]
мар 20 10:04:13 zentyaladmin nginx[49953]: nginx: [emerg] still could not bind()
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
мар 20 10:04:13 zentyaladmin systemd[1]: nginx.service: Failed with result 'exit-code'.
мар 20 10:04:13 zentyaladmin systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Есть варианты решения проблемы?
Решил проблему обновлением nginx. Благодарю за наводку!!!