VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 16363)

Ticket Resolution Summary Owner Reporter
#18906 worksforme VB Guest freezes when you browse to shared folder with particular file in it Tony_C
Description

I run Win10pro 64 bit Host and Guest.

I copied AEROADMIN.EXE (commercial remote access client program) to the shared folder in the host. When I open the folder in the guest the guest freezes solid.

If I remove this file from the shared folder I can open the shared folder in the guest without problem (even with other zip and exe files in it)

This occurred in v6.0.10 so I upgraded but it still occurs in 6.0.12

#18902 fixed USB Generic Smart Card Reader Interface not working on Ubuntu Guests razzy
Description

I have a USB smart card reader (also known as PIV/CAC reader) that works as expected in native Ubuntu and as expected in Ubuntu under other virtual environments (e.g. VMWare). The card reader also works fine in Windows 10 guests in VirtualBox. I have reproduced the same behavior on both MacOS and Windows 10 hosts.

In Ubuntu under VirtualBox, the card reader shows up, but the PIV card always shows as "unresponsive".

opensc-tool -av
Using reader with a card: Generic Smart Card Reader Interface [Smart Card Reader Interface] (20070818000000000) 00 00
Connecting to card in reader Generic Smart Card Reader Interface [Smart Card Reader Interface] (20070818000000000) 00 00...
Failed to connect to card: Unresponsive card (correctly inserted?)

I have the latest Virtual Box tools installed in the guest, and have the latest VM VirtualBox Extension Pack installed.

Guest OS

Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic
#18900 fixed openSUSE Tumbleweed: cannot build RPM packages Frank Batschulat (Oracle) Frank Batschulat (Oracle)
Description

building RPM packages on openSUSE Tumbleweed fails because the VBOX logic to detect the OS version breaks on Tumbleweed, details below:

fbatschu@hpbox:/site/ws/vb/trunk> tools/env.sh
tools/env.sh: info: Spawning work shell...
VBox/Trunk fbatschu@hpbox trunk $ kmk clean ; rm -rf out AutoConfig.kmk
 
VBox/Trunk fbatschu@hpbox linux $ rpm/rules binary NOWINE=1 BUILD_TYPE=release KBUILD_TYPE=release
rpm/rules:94: *** failed to detect the release type.  Hack the detection..  Stop.

VBox/Trunk fbatschu@hpbox trunk $ env|grep BUILD_TYPE
KBUILD_TYPE=debug
BUILD_TYPE=debug

VBox/Trunk fbatschu@hpbox linux $ rpm/rules binary NOWINE=1 BUILD_TYPE=release
rpm/rules:94: *** failed to detect the release type.  Hack the detection..  Stop.

VBox/Trunk fbatschu@hpbox linux $ rpm/rules binary NOWINE=1 KBUILD_TYPE=release

rpm/rules:94: *** failed to detect the release type.  Hack the detection..  Stop.
 
VBox/Trunk fbatschu@hpbox trunk $ ./configure
 
VBox/Trunk fbatschu@hpbox trunk $ source /site/ws/vb/trunk/env.sh

VBox/Trunk fbatschu@hpbox trunk $ env |grep BUILD_TYPE
KBUILD_TYPE=debug
BUILD_TYPE=release
 
VBox/Trunk fbatschu@hpbox trunk $ grep BUILD_TYPE env.sh
BUILD_TYPE="release"
export BUILD_TYPE
 
VBox/Trunk fbatschu@hpbox trunk $ cd src/VBox/Installer/linux
VBox/Trunk fbatschu@hpbox linux $ rpm/rules binary NOWINE=1
rpm/rules:94: *** failed to detect the release type.  Hack the detection..  Stop.
 
VBox/Trunk fbatschu@hpbox linux $ rpm/rules binary NOWINE=1 BUILD_TYPE=release
rpm/rules:94: *** failed to detect the release type.  Hack the detection..  Stop.

rpm/rules has this detection logic we fall over on Tumbleweed:

 89  ifeq ($(rpmrel),)
 90  # look for openSUSE
 91   rpmrel  := $(shell cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/^VERSION *= *\([0-9]*\)\.\([0-9]*\)/openSUSE\1\2/p')
 92  endif
 93  ifeq ($(rpmrel),)
 94   $(error failed to detect the release type.  Hack the detection.)
 95  endif

fbatschu@hpbox:~> cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20190828" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20190828" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20190828"

fbatschu@hpbox:~> ls -la /etc/SUSE-brand -rw-r--r-- 1 root root 30 Aug 8 14:00 /etc/SUSE-brand fbatschu@hpbox:~> cat /etc/SUSE-brand openSUSE VERSION = tumbleweed fbatschu@hpbox:~> cat /etc/SUSE-brand 2> /dev/null | sed -ne 's/VERSION *= *\([0-9]*\)\.\([0-9]*\)/openSUSE\1\2/p' fbatschu@hpbox:~> echo $? 0 }}}

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