...distro and chrome as documented in the thread named above (just to make sure that the installed software is OK).
2. Download the Teams client dpkg from Microsoft and make sure that it is accessible in a chroot (if you have nullfs mounted home that shouldn't be a problem).
3. Start a chroot...
...sure everything is properly mounted:
mount -al
# Chroot into your linux environment:
chroot /compat/linux /bin/bash
# Choose your timezone:
dpkg-reconfigure tzdata
# Install some required programs (except for ttf-mscorefonts-installer which is optional):
apt update ; apt install -y gnupg...
...[2] Error:
Errors were encountered while processing:
libc6:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
[3] Comment out set -e in /var/lib/dpkg/info/libc6\:amd64.postinst and force a apt -f install
I understand it, but when I changed version Linux for 4.19 - disappeared error about libc6 2.24-11+deb9u - seem when run dpkg --force-depends -i /var/cache/apt/archives/*.deb it query formal version Linux kernel.
When I add to jail.conf linux - I get correct version Devuan kernel 4.9.хх
...mvg@freebsd:/opt/jails/devuan # mount -t devfs none dev
mvg@freebsd:/opt/jails/devuan # chroot . /bin/bash
When I entered chroot and run
dpkg --force-depends -i /var/cache/apt/archives/*.deb
I got next error
Setting up sysvinit-core (2.88dsf-59.9+devuan2) ...
sysvinit: creating /run/initctl...
...the very well forgotten old :)
In additon devildetail clears sysvinit in the Jail
and rebuilding base system with the different command
I have no name!@morsa:/# dpkg --force-depends -Ei /var/cache/apt/archives/*.deb
I'll try to upgrade the kernel version above 3.2 and see what happens...
...setup Devuan Jail on FreeBSD 12.1 with Linix base 7.7 1908
Linuxator "uname" command shows kernel version 2.6.XX and after executes command "dpkg --force-depends -i /var/cache/apt/archives/*.deb" appeares message "libc6 2.24-11+deb9u4 requre kernel above 3.2" - after this messages I...
Thanks for this very informative post. I am in the middle of an installation of Devuan. Has anyone actually tried to use phase 2 of debootstrap at this point?
do you have some example to follow since i am porting my release with these commands :
make -DPORTS -DNODOC -DPKG KERNCONF=GENERIC release dvd
make -DPORTS -DNODOC -DPKG KERNCONF=GENERIC DESTDIR=/storage1/release/12-stable install dvd
...- posix_openpt (2: No such file or directory)
Setting up base-files (9.9+devuan2.5) ...
rmdir: failed to remove '/var/run': Directory not empty
dpkg: error processing package base-files (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were...
Thanks Zirias.
I have followed your guide and another I found online.
I can't use the jail. Here is the error I get:
# dpkg -l | grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
|...
...the only thing debootstrap did was extract some packages. But we also want those packages to get registered so that we can fully utilize dpkg:
I have no name!@zefiris:/# dpkg --force-depends -i /var/cache/apt/archives/*.deb
Selecting previously unselected package adduser.
(Reading database...
...directory)
Setting up keyboard-configuration (1.108ubuntu15) ...
cp: preserving permissions for '/etc/default/keyboard.tmp': No data available
dpkg: error processing package keyboard-configuration (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg...
...now overlooking the fact that package dependencies aren't limited to FreeBSD. Both RPM (used on RedHat based Linux environments) as well as DPKG (Debian bases) all use the same principle. Heck; even Windows and MacOS know this principle.
And for good reason: it would be a waste of resources...
Hi there,
I'm creating a domain controller with SAMBA 4.8 with FreeBSD 11.2, and I need to use ACL (Access control lists). Is it possible to enable ACL with the package downloaded with dpkg or is necessary to use the ports to specify this option?
Thanks in advance.
...why not try it outright? If you're the type of person who automatically drops to the command line in Debian, and uses aptitude or apt-get or dpkg to do all the software installations, you'll be able to do that (via ports-mgmt/pkg) on FreeBSD as well. It's not magic at all. The main...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.