Custom Query (16363 matches)
Results (613 - 615 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #19731 | duplicate | VirtualBox 6.1.12 and 6.1.10 Will Not Install on openSUSE v 15.2 | ||
| Description |
Installing either VirtualBox 6.1.12 or 6.1.10 on an openSUSE 15.2 host fails with a compile error. openSUSE kernel is 5.3.18. Error is: /tmp/vbox.0/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxSkBufToSG’:
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:931:36: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘size’
pSG->aSegs[iSeg].cb = pFrag->size;
^~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:932:66: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘page_offset’; did you mean ‘bv_offset’?
pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) + pFrag->page_offset;
^~~~~~~~~~~
bv_offset
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:952:40: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘size’
pSG->aSegs[iSeg].cb = pFrag->size;
^~
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:953:70: error: ‘skb_frag_t {aka struct bio_vec}’ has no member named ‘page_offset’; did you mean ‘bv_offset’?
pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) + pFrag->page_offset;
^~~~~~~~~~~
bv_offset
make[3]: *** [/usr/src/linux-5.3.18-lp152.20.7/scripts/Makefile.build:281: /tmp/vbox.0/linux/VBoxNetFlt-linux.o] Error 1
make[2]: *** [/usr/src/linux-5.3.18-lp152.20.7/Makefile:1644: _module_/tmp/vbox.0] Error 2
make[1]: *** [../../../linux-5.3.18-lp152.20.7/Makefile:179: sub-make] Error 2
make: *** [/tmp/vbox.0/Makefile-footer.gmk:117: vboxnetflt] Error 2
|
|||
| #19730 | fixed | Host key shows as STRG-RECHTS on English PC (fixed in 6.1.12) | ||
| Description |
my PC is US english, the language in Virtual Box is set to english (default). So why the heck is the host key not shown as Ctrl-right but as a crappy STRG-RECHTS which is of no use? I suspect some idiotic language magic because my regional settings are set to Germany as I am located there and I want German currency and time settings. |
|||
| #19728 | worksforme | VirtualBox 6.1.12 and earlier on Ubuntu 20.04: vboxconfig fails | ||
| Description |
After upgrading a system from Ubuntu 18.04 (where VirtualBox 5.x and 6.x ran just fine) to Ubuntu 20.04, no version of VirtualBox 5.x or 6.1 has been able to build the VirtualBox kernel modules. Here's the OS release specifics: $ cat /etc/os-release NAME="Ubuntu" VERSION="20.04 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal Here's what happens when the attempt is made to run vboxconfig, and the diagnostic messages are incredibly sparse, compared with issues like this on previous versions of VirtualBox: $ sudo /sbin/vboxconfig vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong. There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. If your system is using EFI Secure Boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information. [gmarler@T450s:T2:L1:C2967:J0 ] ~ $ cat /var/log/vbox-setup.log Building the main VirtualBox module. Building the net filter module. Building the net adaptor module. Building the PCI pass-through module. Error building the module: make: *** No rule to make target 'install'. Stop. That looks more like a problem with vboxconfig and the scripts that it calls, than with the OS, but can't tell for sure. |
|||

