VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (967 - 969 of 16363)

Ticket Resolution Summary Owner Reporter
#3280 fixed XP guest security log gets filled with time change messages vbox4me2
Description

The log is updated every minute with:

Event Type:	Success Audit
Event Source:	Security
Event Category:	System Event 
Event ID:	520
Date:		5-2-2009
Time:		18:55:23
User:		NT AUTHORITY\SYSTEM
Computer:	NAME
Description:
The system time was changed.
 Process ID:	4
 Process Name:	
 Primary User Name:	NAME$
 Primary Domain:	TSGROUP01
 Primary Logon ID:	(0x0,0x3E7)
 Client User Name:	-
 Client Domain:	-
 Client Logon ID:	-
 Previous Time:	6:55:23 PM 2/5/2009
 New Time:	6:55:23 PM 2/5/2009


For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

w32time service is NOT running on guest(only on host), guest additions installed and running.

Host: XP64 SP2 (fully updated) Guest: XP SP3 (fully updated)

Obviously the security log is getting flooded every day...

#17861 fixed "VBoxManage modifyvm <UUID> --videocap on" doesn't work vboooo
Description

Since 5.2.x video recording doesn't start together with startvm.

VBoxManage modifyvm "%_VM_NAME%" --videocap on

works until VBox 5.1.32

Under VBox 5.2.x the video icon on VBoxGUI is running around, but no *webm file exist. After

VBoxManage controlvm "%_VM_NAME%" videocap on

the *.webm file is created.

  • To reproduce *
    set PATH=%PATH%;C:\Program Files\Oracle\VirtualBox
    
    pushd %~dp0
    
    set _VM_NAME=test-5p1_001
    
    VBoxManage createvm --name "%_VM_NAME%" --register --basefolder "%CD%"
    VBoxManage modifyvm "%_VM_NAME%" --memory 512 --acpi on --boot1 dvd
    VBoxManage modifyvm "%_VM_NAME%" --ostype Debian
    VBoxManage createhd --filename %_VM_NAME%.vdi --size 10000
    VBoxManage storagectl "%_VM_NAME%" --name "IDE Controller" --add ide
    VBoxManage storageattach "%_VM_NAME%" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium %_VM_NAME%.vdi
    
    VBoxManage modifyvm "%_VM_NAME%" --videocapfile "%CD%\%_VM_NAME%.webm"
    
    ::VBox 5.1.32: create video, if VM started
    ::VBox 5.2.12: doesn't work, if VM started (but videocap icon on VBox GUI rotate)
    VBoxManage modifyvm "%_VM_NAME%" --videocap on
    
    VBoxManage startvm "%_VM_NAME%" --type gui
    
    ::VBox 5.2.12: additional necessary to create video
    rem VBoxManage controlvm "%_VM_NAME%" videocap on
    
    ping localhost -n 5 >nul 2>nul
    VBoxManage controlvm "%_VM_NAME%" poweroff
    dir *.webm
    
    pause
    
#10177 duplicate Lion Fullscreen Support vbnx
Description

Hello,

Are there plans to add support for Lion's new version of fullscreen (if not, please consider this ticket a request for support)

Thanks!

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