Because it stops our programs with avx instructions in working on some platforms and seems like a rather significant restriction, so +1 to fix it asap. Is it difficult problem to fix? jmichaln wrote:No. Might be good to know why this problem is more important than all the rest.koshimagap wrote:Is there any planned release and timeline available for issuing bug fix?
Discuss the 5.0.6 release
Re: Discuss the 5.0.6 release
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Discuss the 5.0.6 release
I believe michaln's question was rhetorical. Everyone's "problem" is important to fix and I assume they are done in the order of Oracle's paying customers needs.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
Re: Discuss the 5.0.6 release
Can't see anything suggesting it was rhetorical - he asked for info, and I supplied some and added a +1 to the original, so can't see why you are bothering to send this email, which doesn't really add much. jloukingjr wrote:I believe michaln's question was rhetorical. Everyone's "problem" is important to fix and I assume they are done in the order of Oracle's paying customers needs.
-
loukingjr
- Volunteer
- Posts: 8851
- Joined: 30. Apr 2009, 09:45
- Primary OS: Mac OS X other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: just about all that run
Re: Discuss the 5.0.6 release
He didn't ask why your problem was important. He asked why your problem was more important than any others. But no matter.
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
There are three groups of people. Those that can count and those that can't.
-
Thomas Greif
- Posts: 2
- Joined: 9. Oct 2015, 11:46
Re: Discuss the 5.0.6 release
Hello,
i have Problems to get the Serial-Port working in Windows7
Guest: Windows7 x86
Host: Windows7 x64
VBoxManager 5.06
The SerialPort was working with Manager 5.04.
After upgrade to 5.06 the DeviceManager tells me: The Driver cannot be started
The Guest Additions from 5.06 were installed.
After this i reinstalled the Manager 5.04 and it works again (with the Guest Additions from 5.06)
Do you know about this Problem?
i have Problems to get the Serial-Port working in Windows7
Guest: Windows7 x86
Host: Windows7 x64
VBoxManager 5.06
The SerialPort was working with Manager 5.04.
After upgrade to 5.06 the DeviceManager tells me: The Driver cannot be started
The Guest Additions from 5.06 were installed.
After this i reinstalled the Manager 5.04 and it works again (with the Guest Additions from 5.06)
Do you know about this Problem?
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Discuss the 5.0.6 release
Please search for previous answers before posting.Thomas Greif wrote:Do you know about this Problem?
Problem with Serial Port on XP Guest on Win 7 Host.
Bug ticket: 14659.
-
Thomas Greif
- Posts: 2
- Joined: 9. Oct 2015, 11:46
Re: Discuss the 5.0.6 release
Sorry for the Post. I searched the Forum but i didn't find anything about Com-Port.
It's good to know that the Problem is being fixed with the next Version.
Thanks
Thomas
It's good to know that the Problem is being fixed with the next Version.
Thanks
Thomas
Re: Discuss the 5.0.6 release
Re 5.0.7 103382, latest test build, can't see whether it has latest dnd changes 58212 included.
The help does not mention it but I'd assumed that 'latest test build' was exactly that ie had the latest changes in it.
john
The help does not mention it but I'd assumed that 'latest test build' was exactly that ie had the latest changes in it.
john
-
edstevens
- Posts: 85
- Joined: 10. Nov 2011, 00:36
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Oracle Linux; MS Server
Re: Discuss the 5.0.6 release - hostonly adapter address
I just installed 5.0.6 on my Win7 Home Premium laptop, replacing several iterations of 4.x. I immediately noticed a difference in the ip address of the hostonly adapter installed on the host OS. All previous versions had used 192.168.56.1, but I now it is created at 169.254.225.182. Just seems like a rather odd change.
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::5450
cdcb:e1b6%36
Autoconfiguration IPv4 Address. . : 169.254.225.182
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::5450
Autoconfiguration IPv4 Address. . : 169.254.225.182
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
Re: Discuss the 5.0.6 release - hostonly adapter address
169.254.225.182 is an auto-configured link-local IP address (see https://en.wikipedia.org/wiki/IP_addres ... figuration), not assigned by VirtualBox. Having such an address means something has gone wrong with VirtualBox assigning an IP address to the host-only adapter. You may have to reinstall VirtualBox.edstevens wrote:I just installed 5.0.6 on my Win7 Home Premium laptop, replacing several iterations of 4.x. I immediately noticed a difference in the ip address of the hostonly adapter installed on the host OS. All previous versions had used 192.168.56.1, but I now it is created at 169.254.225.182. Just seems like a rather odd change.
-
edstevens
- Posts: 85
- Joined: 10. Nov 2011, 00:36
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Oracle Linux; MS Server
Re: Discuss the 5.0.6 release - hostonly adapter address
Reinstalling AFTER rebooting (de-install, reboot, install) did the trick. This time it installed with 192.168.56.1. I guess I should have mentioned that I was able to reconfigure the first install to use the correct address (preferences .. network .. configure) but I was curious about a possible reason for the change.Legorol wrote:
169.254.225.182 is an auto-configured link-local IP address (see https://en.wikipedia.org/wiki/IP_addres ... figuration), not assigned by VirtualBox. Having such an address means something has gone wrong with VirtualBox assigning an IP address to the host-only adapter. You may have to reinstall VirtualBox.
Thanks for the lead.