Author Topic: Servicio de Radius no inicia despues de actualizar a ver 8  (Read 2274 times)

luis.apodaca

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Servicio de Radius no inicia despues de actualizar a ver 8
« on: July 27, 2024, 12:53:09 am »
hola a todos espero puedan ayudarme

después de actualizar desde la versión 7.1.2 a la 8.0.3 el servidor Radius (único servicio en uso) ya no inicia y cada que intento a reiniciar ya sea desde shell o desde dashboard no se puede y manda errores, les dejo los mensajes de error para ver si alguien puede ayudar y de antemano agradezco cualquier ayuda

esto es la salida en el archivo de logs

command output: .
Exit value: 1 at /usr/share/perl5/EBox/Module/Service.pm line 971
EBox::Module::Service::restartService('EBox::Radius=HASH(0x561e44fe56e0)', 'restartModules', 1) called at /usr/share/perl5/EBox/Util/Init.pm line 121
eval {...} at /usr/share/perl5/EBox/Util/Init.pm line 119
EBox::Util::Init::moduleAction('radius', 'restartService', 'start') called at /usr/share/perl5/EBox/Util/Init.pm line 87
EBox::Util::Init::start at /usr/bin/zs line 35
main::main at /usr/bin/zs line 82
2024/07/26 16:25:36 INFO> Service.pm:965 EBox::Module::Service::restartService - Restarting service for module: webadmin
2024/07/26 16:25:38 INFO> Init.pm:90 EBox::Util::Init::start - Start modules finished
2024/07/26 16:26:23 INFO> Index.pm:187 EBox::Dashboard::CGI::Index::masonParameters - dashboard1
2024/07/26 16:27:27 INFO> Service.pm:965 EBox::Module::Service::restartService - Restarting service for module: radius
2024/07/26 16:27:32 ERROR> Sudo.pm:240 EBox::Sudo::_rootError - root command systemctl start 'freeradius' failed.
2024/07/26 16:27:32 ERROR> Service.pm:969 EBox::Module::Service::restartService - Error restarting service: root command systemctl start 'freeradius' failed.
Error output: Job for freeradius.service failed because the control process exited with error code.
 See "systemctl status freeradius.service" and "journalctl -xeu freeradius.service" for details.

Command output: .
Exit value: 1
2024/07/26 16:27:32 ERROR> Service.pm:971 EBox::Module::Service::restartService - root command systemctl start 'freeradius' failed.
2024/07/26 16:27:32 ERROR> RestartService.pm:61 EBox::SysInfo::CGI::RestartService::_process - Restart of RADIUS from dashboard failed: root command systemctl start 'freeradius' failed.
Error output: Job for freeradius.service failed because the control process exited with error code.
 See "systemctl status freeradius.service" and "journalctl -xeu freeradius.service" for details.


también marca este error al intentar reiniciar desde shell

root@zentyal-radius:~# system ctl radius status
-bash: system: command not found
root@zentyal-radius:~# systemctl radius status
Unknown command verb radius.
root@zentyal-radius:~# systemctl status radius
Unit radius.service could not be found.
root@zentyal-radius:~# systemctl status freeradius
● freeradius.service - FreeRADIUS multi-protocol policy server
     Loaded: loaded (/lib/systemd/system/freeradius.service; enabled; vendor preset: enabled)
     Active: activating (auto-restart) (Result: exit-code) since Fri 2024-07-26 16:46:25 CST; 20ms ago
       Docs: man:radiusd(8)
             man:radiusd.conf(5)
             http://wiki.freeradius.org/
             http://networkradius.com/doc/
    Process: 9925 ExecStartPre=/usr/sbin/freeradius $FREERADIUS_OPTIONS -Cx -lstdout (code=exited, status=1/FAILURE)
        CPU: 57ms
root@zentyal-radius:~#

Zentyal esta en un contenedor LXC desde Proxmox 8.2.4, siempre funciono hasta que se actualizo la versión de Zentyal

gracias por cualquier ayuda

turalyon

  • Zen Warrior
  • ***
  • Posts: 203
  • Karma: +15/-0
    • View Profile
Re: Servicio de Radius no inicia despues de actualizar a ver 8
« Reply #1 on: July 29, 2024, 12:18:01 pm »
Si ejecutas el comando que te dice el log, ¿qué resultados obtienes?

Code: [Select]
journalctl -xeu freeradius.service

# Este posiblemente te sea más utilidad
journalctl --no-pager -u freeradius

Adicionalmente, ¿revisaste el archivo principal de log /var/log/syslog y el propio de Radius?



This world is ours, and by the Holy Light, we will keep it safe, now and forever.

luis.apodaca

  • Zen Apprentice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Servicio de Radius no inicia despues de actualizar a ver 8
« Reply #2 on: August 15, 2024, 01:07:41 am »
disculpen la tardanza en contestar pero estuve buscando respuesta en otros lados y al no tener mejor opción regrese el servidor a un punto de restauración anterior a la versión 8.3 y con eso pude salir de la urgencia, aunque el problema sigue y quisiera darle solución

estoy retomando el tema y ya actualice Zentyal a la versión 8.0.4, el problema sigue !!

cuando aplico los comandos que aporta turalyon (gracias por ayudar)
journalctl -xeu freeradius.service
journalctl --no-pager -u freeradius

el resultado mas notable es
zentyal-radius systemd [1]: freeradius.service: control process exited, code=exited, status=1/failure
zentyal-radius systemd [1]: freeradius.service: failed with result ´exit-code´
zentyal-radius systemd [1]: failed to start freeradius multi-protocol policy server

alguien tendrá idea de como resolver ?, de antemano gracias !