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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...