conserver icon indicating copy to clipboard operation
conserver copied to clipboard

Logged, multi-user access to device consoles

Results 25 conserver issues
Sort by recently updated
recently updated
newest added

``` root# systemctl reload conserver-server Failed to reload conserver-server.service: Job type reload is not applicable for unit conserver-server.service. ``` I realize that this is not built for systems, but it...

On a recently fresh installation of Rocky Linux I often get disconnected like: ``` # console n061901 [Enter `^Ec?' for help] console: FileRead(): SSL error on fd 3 # echo...

Add support for specifying `reinitcheck` in seconds instead of default minutes. If no unit is specified, minutes are used for backward compatibility. Rationale: If target system comes from down to...

In our lab, we have ~30 consoles defined in our conserver.cf. We recently observed that when some of those consoles' exec() calls error out as conserver tries to bring them...

Kerberos ticket may include additional authorization data (AD) information. With MIT Kerberos 1.21 a minimal PAC AD is included. In Active Directory or FreeIPA environments where a full PAC AD...

After our Identity and Access Management group updated their IPA server to ipa-server-4.9.12-11.module+el8.9.0+20824+f2605038.x86_64 our conservers stopped working with Kerberos authentication. The OS system still works when using ssh as in...

Hello, I am running into issues getting a client system running conserver (without serial ports), to reach another conserver (happens to be an RPi with a serial hub). What exactly...

Recently we have been seeing several: "conserver[22453]: *** buffer overflow detected ***: /usr/sbin/conserver terminated" I have looked and I note that sprintf ( ) is being used in cutil.c in...

I'm running the latest conserver (8.2.6) on a Linux-x86_64 server with nearly 6000 console sessions. Its worked fine literally for years, until yesterday, when it started dying with a buffer...

Updated conserver/cutil.c and conserver/group.c to use snprintf( ) vice sprintf( ) to prevent buffer overflows. This code change should be carefully checked. I am not normally a coder.