Re: VirtualBox Remote Instance

2021-11-26 Thread Derek Schrock
> ~:$ pkg info | awk '/virtualbox/ {print $1}' > virtualbox-ose-6.1.26_3 > virtualbox-ose-additions-6.1.26_1 > virtualbox-ose-kmod-6.1.26 FYI, pkg info has -x that will allow you to filter packages from the regex pattern given to -x: pkg info -x virtualbox > > Here's the problem: > When runnin

VirtualBox Remote Instance

2021-11-26 Thread Sysadmin Lists
Hi. Here's my set-up: ~:$ freebsd-version -ru 12.2-RELEASE-p7 12.2-RELEASE-p11 ~:$ pkg info | awk '/virtualbox/ {print $1}' virtualbox-ose-6.1.26_3 virtualbox-ose-additions-6.1.26_1 virtualbox-ose-kmod-6.1.26 Here's the problem: When running VirtualBox over SSH with X11-forwarding, I'm unable to