VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (154 - 156 of 16363)

Ticket Resolution Summary Owner Reporter
#20518 fixed kernel modules being rebuilt on each linux system startup => Fixed in SVN yury_t
Description

Possibly known issue already. Happens on 'other' linux system installation, as made from VirtualBox-6.1.26-145957-Linux_amd64.run. System is slackware-CURRENT.

The root of the problem seems to be vboxdrv.sh, which is copied to /etc/rc.d/init.d, and sourced from there, and contains this stuff at line 330:

[ "$mod_dir" != "misc" ] || return

...which breaks program's logic. It needs to be:

[ "$mod_dir" = "misc" ] || return

I made this change in my installation, issue's gone.

#18639 invalid FreeBSD-12 VM aborts yurivict1
Description
00:00:01.429166 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
00:00:01.436781 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000822a0a000 w=640 h=480 bpp=32 cbLine=0xA00 flags=0x0
00:00:01.436848 GUI: UIFrameBufferPrivate::NotifyChange: Screen=0, Origin=0x0, Size=640x480, Sending to async-handler
00:00:01.898119 GUI: UIMachineViewNormal::resendSizeHint: Restoring guest size-hint for screen 0 to 800x600
00:00:01.898160 VMMDev: SetVideoModeHint: Got a video mode hint (800x600x32)@(0x0),(1;0) at 0
00:00:01.898220 GUI: UIMachineView::sltHandleNotifyChange: Screen=0, Size=720x400
00:00:01.898229 GUI: UIFrameBufferPrivate::handleNotifyChange: Size=720x400
00:00:01.898234 GUI: UIFrameBufferPrivate::performResize: Size=720x400, Directly using source bitmap content
00:00:01.898304 GUI: UIMachineView::sltHandleNotifyChange: Screen=0, Size=640x480
00:00:01.898304 GUI: UIFrameBufferPrivate::handleNotifyChange: Size=640x480
00:00:01.898304 GUI: UIMediumEnumerator: Medium-enumeration finished!
00:00:01.899923 GUI: 2D video acceleration is disabled
00:00:01.899935 GUI: HID LEDs sync is not supported on this platform
00:00:01.907855 GUI: UIMachineLogicNormal::sltCheckForRequestedVisualStateType: Requested-state=0, Machine-state=5
00:00:03.909042 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:03.909326 VMMDev: Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
00:00:03.909560 VMMDev: Guest Log: BIOS: Boot from Floppy 0 failed
00:00:03.909817 VMMDev: Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
00:00:03.910074 VMMDev: Guest Log: BIOS: CDROM boot failure code : 0002
00:00:03.910277 VMMDev: Guest Log: BIOS: Boot from CD-ROM failed
00:00:03.910526 VMMDev: Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
00:00:03.917763 Display::handleDisplayResize: uScreenId=0 pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0 flags=0x0
00:00:03.917831 GUI: UIFrameBufferPrivate::NotifyChange: Screen=0, Origin=0x0, Size=720x400, Sending to async-handler
00:00:03.917864 GUI: UIMachineView::sltHandleNotifyChange: Screen=0, Size=720x400
00:00:03.917874 GUI: UIFrameBufferPrivate::handleNotifyChange: Size=720x400
00:00:03.917887 GUI: UIFrameBufferPrivate::performResize: Size=720x400, Directly using source bitmap content
00:00:03.920862 VMMDev: Guest Log: BIOS: Booting from Hard Disk...
00:00:24.545102 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
00:00:32.077025 PGMR3PhysAllocateLargePage: allocating large pages takes too long (last attempt 1533 ms; nr of timeouts 5); DISABLE
00:00:33.226048 AC97: Reset
00:00:33.473901 OHCI: Software reset
00:00:33.473969 OHCI: USB Operational
00:00:34.575723 NAT: Link up
00:00:35.064319 PIIX3 ATA: Ctl#0: RESET, DevSel=0 AIOIf=0 CmdIf0=0xc4 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
00:00:35.074302 PIIX3 ATA: Ctl#0: finished processing RESET
00:00:41.493829 NAT: Link up
00:00:41.868927 NAT: IPv6 not supported
00:00:54.252547 NAT: resolv.conf: nameserver 192.168.5.1
00:00:54.252581 NAT: DNS#0: 192.168.5.1
00:00:54.252589 NAT: DHCP offered IP address 10.0.2.15
00:07:49.394877 PIIX3 ATA: execution time for ATA command 0xca was 8 seconds
00:08:36.320596 PIIX3 ATA: execution time for ATA command 0xca was 12 seconds
00:09:16.302606 PIIX3 ATA: execution time for ATA command 0xca was 9 seconds
00:09:19.208146 PIIX3 ATA: Ctl#0: ABORT DMA
00:09:19.209295 PIIX3 IDE: guest issued command 0xca while controller busy
00:09:19.217333 PIIX3 IDE: guest issued command 0xca while controller busy
00:09:19.377835 
00:09:19.377836 !!Assertion Failed!!
00:09:19.377837 Expression: ReqType == ATA_AIO_RESET_ASSERTED || ReqType == ATA_AIO_RESET_CLEARED || ReqType == ATA_AIO_ABORT || pCtl->uAsyncIOState == ReqType
00:09:19.377838 Location  : /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.26/src/VBox/Devices/Storage/DevATA.cpp(5429) int ataR3AsyncIOThread(RTTHREAD, void *)
00:09:19.377993 I/O state inconsistent: state=0 request=1

#6526 invalid VB freezes the system: Ubuntu-9.10 client on FreeBSD-8.0 host yurivict
Description

Steps to reproduce:

  1. Have ports virtualbox-ose-3.1.6 and virtualbox-ose-kmod-3.1.6 installed
  2. Create Ubuntu VM with all default values
  3. Add ubuntu-9.10 CD image as a CDROM
  4. Make CDROM the first bootable device
  5. Run the machine, installer will run.
  6. System freezes in the moddle of install or after client reboot after install

Additional info: VB (3.1.2?) worked very well with Ubuntu client up to the end of January or early February. At this time some kernel patch was submitted that made VB freeze the system right after virtual machine start (seen with 3.1.4). After upgrading VB to 3.1.6 system stopped freezing at the beginning of the run, and instead freezes in the middle of install or after client reboot.

Problem makes VirtualBox unusable, and disrupts the work in general due to the need to reboot the whole host machine.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy