Custom Query (16363 matches)
Results (484 - 486 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #20140 | duplicate | VirtualBox 6.1.18 fails to boot FreeBSD 12.2 install ISO in EFI mode | ||
| Description |
VirtualBox 6.1.18 fails to boot FreeBSD 12.2 install ISO in EFI mode. I am trying VirtualBox 6.1.18 from virtualbox.org. However, with 6.1.10 provided by Ubuntu 20.04, I was able to boot the ISO in EFI mode. BIOS boot is working with all versions. |
|||
| #20138 | fixed | Virtualbox 6.1.18 package has incorrect metadata (Package does not match intended download. ) | ||
| Description |
When trying to install the virtualbox 6.1.18 rpm package using yum on centos, the installation fails: Downloading packages: [91mhttp://download.virtualbox.org/virtualbox/rpm/el/7/x86_64/VirtualBox-6.1-6.1.18_142142_el7-1.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=virtualbox clean metadata The cause is incorrect metadata, specifically the hash does not match the package. <package type="rpm"> <name>VirtualBox-6.1</name> <arch>x86_64</arch> <version epoch="0" ver="6.1.18_142142_el7" rel="1"/> <checksum type="sha256" pkgid="YES">9adb0e02b6b43d589a59b0b6408f02edd558bb6d284b5adcd3f307ec06bc1c47</checksum> user@machine:~/Downloads$ sha256sum VirtualBox-6.1-6.1.18_142142_el7-1.x86_64.rpm aaf59fb6cbfa9cc44a6f0b45bbb7e52a3d09ea12fd0c921fc5ef62f59fc4cc13 VirtualBox-6.1-6.1.18_142142_el7-1.x86_64.rpm In comparison, the hash for 6.1.16 _is_ a match and installs successfully. <package type="rpm"> <name>VirtualBox-6.1</name> <arch>x86_64</arch> <version epoch="0" ver="6.1.16_140961_el7" rel="1"/> <checksum type="sha256" pkgid="YES">279c16c9101dbf198843ce491e1606cef821c6c6ca5fa9b18d706e44b42ec8bd</checksum> 08:56 user@machine:~/Downloads$ sha256sum VirtualBox-6.1-6.1.16_140961_el7-1.x86_64.rpm 279c16c9101dbf198843ce491e1606cef821c6c6ca5fa9b18d706e44b42ec8bd VirtualBox-6.1-6.1.16_140961_el7-1.x86_64.rpm Note: I had to choose "VirtualBox 6.1.16" as version for this ticket since "VirtualBox 6.1.18" is not yet available in the dropdown. |
|||
| #20128 | fixed | VBoxNetDHCP crashes with fixed address config => Fixed in SVN | ||
| Description |
VBoxNetDHCP crashes with an segmentation fault 11 when a MAC address is assigned an fixed IP address. I observed the crash on both macOS 10.15.7 and Debian 10 running VirtualBox 6.1.16. I created a NAT network like this: $ VBoxManage natnetwork add --netname SciStor --network 172.27.27.0/24 --enable --dhcp on $ VBoxManage natnetwork start --netname SciStor $ VBoxManage dhcpserver modify --network SciStor --lower-ip 172.27.27.100 $ VBoxManage dhcpserver restart --network SciStor This works as expected, the first vm which is started gets the .100 IP address. But, I want the vm to get a static IP address and therefore I did: $ VBoxManage dhcpserver modify --network SciStor --mac-address="56424F580101" --fixed-address="172.27.27.10" $ VBoxManage dhcpserver restart --network SciStor After starting the vm, I noticed that the vm did not get an DHCP offer. Note: I am not sure if the fixed address should be within or without the DHCP address range, but I tried both and the result is the same: VBoxNetDHCP crashes. The DHCP config file looks like: <?xml version="1.0"?>
<DHCPServer networkName="SciStor" trunkType="whatever" IPAddress="172.27.27.3" lowerIP="172.27.27.100" upperIP="172.27.27.254" leasesFilename="/Users/remy/Library/VirtualBox/SciStor-Dhcpd.leases" networkMask="255.255.255.0">
<Options>
<Option name="1" encoding="0" value="255.255.255.0"/>
<Option name="3" encoding="0" value="172.27.27.1"/>
<Option name="6" encoding="0" value="192.168.10.1"/>
<Option name="15" encoding="0" value="example.com"/>
</Options>
<Config MACAddress="56:42:4f:58:01:01" fixedAddress="172.27.27.10"/>
</DHCPServer>
If VBoxNetDHCP is started by hand, while using this config, it crashes on both macOS and Debian: $ /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP --comment SciStor --config /Users/remy/Library/VirtualBox/SciStor-Dhcpd.config --log /Users/remy/Library/VirtualBox/SciStor-Dhcpd.log VBoxNetDHCP: info: reading config from '/Users/remy/Library/VirtualBox/SciStor-Dhcpd.config'... Segmentation fault: 11 If I leave the <Config MACAddress .... line out, VBoxNetDHCP runs just fine. |
|||

