OPNsense Forum

Archive => 20.1 Legacy Series => Topic started by: astromeier on February 14, 2020, 12:08:25 pm

Title: Midnight Commander missing?
Post by: astromeier on February 14, 2020, 12:08:25 pm
Hi all
today I updated to V20.1 with a fresh install - all went good!
Thanks to all developers.

But I could not find mc or mc-light
Is the package no more supported?

tia
Thomas
Title: Re: Midnight Commander missing?
Post by: bobbis on February 14, 2020, 12:42:22 pm
on console you can do:

Code: [Select]
pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/release_2/All/libsigsegv-2.11.txz
pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/release_2/All/gawk-4.1.4_1.txz
pkg add http://pkg.freebsd.org/FreeBSD:11:amd64/release_2/All/mc-light-4.1.40.p9_11.txz

regards
Title: Re: Midnight Commander missing?
Post by: franco on February 14, 2020, 12:42:35 pm
Hi Thomas,

mc-light was removed from FreeBSD ports:

https://github.com/freebsd/freebsd-ports/commit/245531baa1d


Cheers,
Franco
Title: Re: Midnight Commander missing?
Post by: astromeier on February 14, 2020, 01:00:31 pm
Dear Bobbis and Franco,
thanks for reply!
Thomas
Title: Re: Midnight Commander missing?
Post by: Luc3k on January 31, 2021, 08:41:26 am
Yesterday I installed OPNsense (21.1) and i'm trying install Midnight Commander. It is posibility to install mc on 21.1?
Title: Re: Midnight Commander missing?
Post by: franco on January 31, 2021, 08:48:29 am
% git grep misc.mc
MOVED:misc/mc-light||2019-10-16|Has expired: Unfetchable, unmaintained

The port we used was removed by FreeBSD, but I see there is also misc/mc-nox11 and I will try to get it into 21.1.1 if it fits...


Cheers,
Franco
Title: Re: Midnight Commander missing?
Post by: Luc3k on January 31, 2021, 08:59:43 am
Old habits. I can't imagine working without a mc. I would be very grateful if there was any way to restore mc/mc-nox11.

I am still looking for a solution on how to change the resolution in the console to 1024x768 ... I cannot find the appropriate configuration.

PS.
OPNsense made a great impression on me. A piece of good work.
Title: Re: Midnight Commander missing?
Post by: franco on January 31, 2021, 11:02:23 am
Well, not restore since we never had it, but don't mind me nitpicking:

https://github.com/opnsense/tools/commit/d8761679ed8

Should work beginning with 21.1.1:

# pkg install mc-nox11

About screen resolution I'm not sure if there is something adequate for console to switch to higher resolution. I always used a light window manager like i3 to achieve this... but not on OPNsense itself.


Cheers,
Franco

PS: Thank you!
Title: Re: Midnight Commander missing?
Post by: Luc3k on January 31, 2021, 04:47:59 pm
Of course, I meant the resolution displayed on the monitor connected to the server using the VGA connector. This one looks 640x480 or 800x600 which makes it a bit difficult to observe. Is there any way to get a higher resolution when starting the server?

PS. Greetings from Poland, Nowy Sącz city :-)
Title: Re: Midnight Commander missing?
Post by: franco on February 01, 2021, 09:16:00 am
You can try your luck with https://docs.freebsd.org/en/books/handbook/basics/#consoles-vidcontrol maybe.


Cheers from Lützen, DE :D

Franco