Solved what is this message actaully trying to tell me??

Code:
Message from linux_base-c6-6.10_1:

--
Some programs need linprocfs mounted on /compat/linux/proc.  Add the
following line to /etc/fstab:

linprocfs   /compat/linux/proc  linprocfs       rw      0       0

Then run "mount /compat/linux/proc".

Some programs need tmpfs mounted on /compat/linux/dev/shm.  Add the
following line to /etc/fstab:

tmpfs    /compat/linux/dev/shm  tmpfs   rw,mode=1777    0       0

Then run "mount /compat/linux/dev/shm".
--
===>   NOTICE:

This port is deprecated; you may wish to reconsider installing it:

Superseded by CentOS 7.

It is scheduled to be removed on or after 2019-12-31.

that last part "Superseded by CentOS 7." so issue
Code:
sudo pkg install CentOS 7
?? haha I don't think so.. so what is its meaning?
 
/usr/ports/emulators/linux_base-c6

/usr/ports/emulators/linux_base-c7

Guess :)
or did you look it up??? :eek:

Code:
$ ls /usr/ports/emulators/linux_base-c7
Makefile        pkg-descr       pkg-plist.amd64
distinfo        pkg-message     pkg-plist.i386

I din't think it'd even be in there pkg even, if a higher version is out....
well anyways thanks!!!
mod and .. it gave me something else to figure out...

Code:
$ sudo pkg delete linux_base-c6
No packages matched for pattern 'linux_base-c6'

Checking integrity... done (0 conflicting)
1 packages requested for removal: 0 locked, 1 missing
userx@FreeBSD.edy:~
$ sudo pkg install linux_base-c7
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        linux_base-c7: 7.7.1908

Number of packages to be installed: 1

The process will require 231 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing linux_base-c7-7.7.1908...
Cannot install package: kernel missing 64-bit Linux support
pkg: PRE-INSTALL script failed


DONE - Solved

Code:
userx@FreeBSD.edy:~
$ sudo kldload linux64
userx@FreeBSD.edy:~
$ sudo pkg install linux_base-c7
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
        linux_base-c7: 7.7.1908

Number of packages to be installed: 1

The process will require 231 MiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing linux_base-c7-7.7.1908...
[1/1] Extracting linux_base-c7-7.7.1908: 100%
ELF binary type "0" not known.
/bin/sh: /compat/linux/usr/bin/gio-querymodules-32: Exec format error
=====
Message from linux_base-c7-7.7.1908:

--
Some programs need linprocfs mounted on /compat/linux/proc.  Add the
following line to /etc/fstab:

linprocfs   /compat/linux/proc  linprocfs       rw      0       0

Then run "mount /compat/linux/proc".

Some programs need linsysfs mounted on /compat/linux/sys.  Add the
following line to /etc/fstab:

linsysfs    /compat/linux/sys   linsysfs        rw      0       0

Then run "mount /compat/linux/sys".

Some programs need tmpfs mounted on /compat/linux/dev/shm.  Add the
following line to /etc/fstab:

tmpfs    /compat/linux/dev/shm  tmpfs   rw,mode=1777    0       0

Then run "mount /compat/linux/dev/shm".
userx@FreeBSD.edy:~
 
or did you look it up??? :eek:

I did indeed:

$ pkg search linux_base

which produced:

Code:
linux_base-c6-6.10_1           Base set of packages needed in Linux mode (Linux CentOS 6.10)
linux_base-c7-7.7.1908         Base set of packages needed in Linux mode (Linux CentOS 7.7.1908)
 
Back
Top