general/other Help with Ubuntu Chroot

Hello!

I am new to FreeBSD 13! I have successfully installed and setup FreeBSD as my primary desktop environment.

I am now taking a stab at Linux chroot specifically Ubuntu chroot.

So far everything is working as expected but I have a problem with dpkg while installing external packages into the chroot environment.

I get the error "/var/lib/dpkg/tmp.ci/preinst: line 4924: /dev/nulld: Operation not supported" and dpkg fails and quits.

Any help would greatly be appreciated!


P.S.

I am really enjoying my experience with FreeBSD! I am finding it to be much easier to use than Linux and the ease of installation and setup was exceptional!

P.S.S.

The actual console out is:

Code:
Note: external package store path: /compat/ubuntu/external_packages
Downloading external package 'nomachine_8.4.2_1_amd64.deb', please wait...
--2023-04-28 07:03:48--  [URL]https://download.nomachine.com/download/8.4/Linux/nomachine_8.4.2_1_amd64.deb[/URL]
Resolving download.nomachine.com (download.nomachine.com)... 83.222.232.25
Connecting to download.nomachine.com (download.nomachine.com)|83.222.232.25|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 55794482 (53M) [application/octet-stream]
Saving to: ‘/compat/ubuntu/external_packages/nomachine_8.4.2_1_amd64.deb’

nomachine_8.4.2_1_amd64.deb                          100%[=====================================================================================================================>]  53.21M  10.3MB/s    in 16s     

2023-04-28 07:04:05 (3.26 MB/s) - ‘/compat/ubuntu/external_packages/nomachine_8.4.2_1_amd64.deb’ saved [55794482/55794482]

--- success
Installing external package 'nomachine_8.4.2_1_amd64.deb', please wait...
Selecting previously unselected package nomachine.
(Reading database ... 13138 files and directories currently installed.)
Preparing to unpack .../nomachine_8.4.2_1_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 4924: /dev/nulld: Operation not supported
dpkg: error processing archive /compat/ubuntu/external_packages/nomachine_8.4.2_1_amd64.deb (--install):
 new nomachine package pre-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 /compat/ubuntu/external_packages/nomachine_8.4.2_1_amd64.deb
 
Hi, I have the same issue in a Linux jail (Debian Bookworm) on FreeBSD 13.2. I also want to install NoMachine. /proc, /sys, and /dev are mounted. Do you have any clues?

Thank you in advance, J.
 
First clue is to install the TAR.GZ file and not the DEB file. Installing the TAR.GZ file will resolve the above error. Be aware that there may be additional errors after installing the TAR.GZ file.
 
Back
Top