Sunday, December 22, 2019

Getting "common.c: unimplemented subshell type 1" running mc in FreeBSD

I am getting the following error message as a regular user in FreeBSD (12.1)

common.c: unimplemented subshell type 1
read (subshell_pty...): No error: 0 (0)

As a workaround, do:

$: SHELL=/bin/csh mc

Reference:
https://forums.freebsd.org/threads/misc-mc-problem.55627/

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...