Open amaragain opened 3 years ago
I got into the same problem. My solution was to install the older version 2.5.3, which works fine.
Thanks for the bug report.
Best regards, Juan Carlos.
I could not replay the problem with the new V2.7.0 of the VPL-Jail-system. Please, try using this release. If fixed close this issue, if not working full detail your installation to try to reproduce it.
Best regards, Juan Carlos.
I upgrade vpl-jail-system from 2.5.3 (work fine) to 2.7.0 and I got this error:
systemctl status vpl-jail-system.service ● vpl-jail-system.service - VPL Jail System Service Loaded: loaded (/etc/systemd/system/vpl-jail-system.service; enabled; vendor preset: disabled) Active: failed (Result: protocol) since Mo 2021-03-08 11:21:11 CET; 2s ago Docs: https://github.com/jcrodriguez-dis/vpl-xmlrpc-jail https://vpl.dis.ulpgc.es Process: 6215 ExecStopPost=/usr/sbin/vpl/vpl-jail-system stop (code=exited, status=0/SUCCESS) Process: 6098 ExecStart=/usr/sbin/vpl/vpl-jail-system start (code=exited, status=0/SUCCESS) Main PID: 1440 (code=exited, status=0/SUCCESS)
Mär 08 11:21:10 vpl.oncampus.de vpl-jail-system[6098]: Starting vpl-jail-system service: Mär 08 11:21:10 vpl.oncampus.de vpl-jail-system[6098]: terminate called after throwing an instance of 'std::regex_error' Mär 08 11:21:10 vpl.oncampus.de vpl-jail-system[6098]: what(): regex_error Mär 08 11:21:11 vpl.oncampus.de vpl-jail-system[6098]: /usr/sbin/vpl/vpl-jail-system: line 345: 6208 Aborted (core dumped) $1 $2 $3 Mär 08 11:21:11 vpl.oncampus.de vpl-jail-system[6098]: Daemon not started Mär 08 11:21:11 vpl.oncampus.de systemd[1]: Can't open PID file /run/vpl-jail-server.pid (yet?) after start: No such file or directory Mär 08 11:21:11 vpl.oncampus.de vpl-jail-system[6215]: Stopping vpl-jail-system service: Mär 08 11:21:11 vpl.oncampus.de systemd[1]: Failed to start VPL Jail System Service. Mär 08 11:21:11 vpl.oncampus.de systemd[1]: Unit vpl-jail-system.service entered failed state. Mär 08 11:21:11 vpl.oncampus.de systemd[1]: vpl-jail-system.service failed.
Version info: CentOS Linux release 7.9.2009 (Core) Linux vpl.oncampus.de 3.10.0-1160.15.2.el7.x86_64 jcrodriguez-dis/moodle-mod_vpl#1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
The issue is confirmed. CentOS 7 uses GCC 4.8 the regular expressions API of C++ compiles but is not supported, when it runs, throws the exception regex_error. To keep compatibility with CentOS 7 the code will need to return to C regular expressions.
Best regards, Juan Carlos.
The issue has been resolved in the 2.7.1 release.
https://vpl.dis.ulpgc.es/index.php/home/news/87-release-of-vpljail2-7-1
Best regards, Juan Carlos.
Thank you!
Everything works correctly.
Hi, I've tried running on Debian 10. The problem occurs for me. Best regards Adam Pawełczak
Please, Adam Pawełczak, see https://vpl.dis.ulpgc.es/documentation/vpl-jail-system-2.7.1/troubleshooting.html#reporting-a-bug
It seemed I'd exactly the same problem as described above but in Debian 10. Fortunately, it turned out I'd Nginx running and occupying both ports 80 and 443. So, everything works well on Debian 10. I've checked 2.7.0, 2.7.1 and 2.8.0. Bes regards. Adam
Unable to install VPL-JAIL-SYSTEM in Cent OS
Please help me fix this.