Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread O. Hartmann
Am 08/04/12 00:36, schrieb Kevin Oberman:
> On Fri, Aug 3, 2012 at 6:41 AM, Luigi Rizzo  wrote:
>> On Fri, Aug 03, 2012 at 07:44:27AM +0200, Bernhard Fr?hlich wrote:
>>> On Fr.,??  3. Aug. 2012 06:18:33 CEST, Kevin Oberman  
>>> wrote:
>>>
 On Thu, Aug 2, 2012 at 12:54 AM, Hartmann, O.
  wrote:
> I discover that when running Windows 7 in a VirtualBox On FreeBSD 10
> (r238968: Wed Aug 1 14:26:40 CEST 2012), VBox is most recent from the
> ports, that the VirtualBox eats up 100% CPU time and freezes Windows 7
> for more than a minute. For a minute or so, I can work, then, the
> freeze occurs again.
>
> I can't see this behaviour with a Ubuntu Guest on the same box. Is
> there Windows 7 specifica to be aware of?

 I am seeing the same thing. Also Win7 guest with Windows showing idle
 process at 99%, but my system is showing VB at 100%. The VM is only
 running a single CPU, so FreeBSD is still running OK, but the Win7
 system seems to freeze up periodically.

 9.1-PRERELEASE on amd64 updated yesterday (though it has been this way
 since VB was updated to 4.1.18. Guest additions for 4.1.18
 installed.All ports current. I'm thinking of backing off to 4.1.16.
>>>
>>> Can someone confirm that this is a regression in 4.1.18? Then I could talk 
>>> to upstream and see if I can get that adressed.
>>
>> Could it be a case of kernel and virtualbox modules out of sync ?
>> I do see occasional crashes with virtualbox in both the host and guest,
>> but a reinstall of in-sync kernel and modules usually fixes them.
> 
> Nope. To be really, really sure I just re-built the module and
> rebooted. VB still eats 100% CPU (out of 400%) continually.
> 
> Thanks for the suggestion, though.
> 

No, also in my case. I build world and the VBox software with each
kernel - usually.

Regards,
Oliver



signature.asc
Description: OpenPGP digital signature


geom mirror now rebuilding on every reboot?

2012-08-04 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Something in -current and recently MFC'd to -stable is causing all of my
gmirror drives to rebuild on reboot :-(

Being remote and these being production machines, I suspect SVN r237929
and r237930 in -current and SVN r238500 to -stable but haven't yet been
able to prove it.

Is anyone else seeing this?

imb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (FreeBSD)

iEYEARECAAYFAlAdUqwACgkQQv9rrgRC1JIVSwCfctGE6tASTXyhW1ejHsWLTDRs
MTsAoMXqcQ3dwlurELdqm2ZBqTCCgRaR
=J/No
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


pucdata.c addition

2012-08-04 Thread David Boyd
Can someone please add the following definition to pucdata.c?

{   0x1415, 0x950a, 0x131f, 0x2032,
"SIIG Cyber Serial Dual PCI 16C850 (20x family)",
DEFAULT_RCLK * 10,
PUC_PORT_4S, 0x10, 0, 8,
},

The card is identified as a SIIG CyberSerial Dual (2 ports) is expandable to
4 ports and registers four uart devices with FreeBSD (even without the
expansion chip).  The chipset is by Oxford Semicondutor (OX16PCI954).  The
card has a non-standard clock.

Thanks.

David Boyd

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 08/04/2012 00:40, O. Hartmann wrote:
> No, also in my case. I build world and the VBox software with each
> kernel - usually.

You can ensure that by putting this in src.conf:

PORTS_MODULES=  emulators/virtualbox-ose-kmod

You can place other modules in that list as well. I use vbox so you can
be pretty confident that this is going to keep working. :)

Doug

- -- 

I am only one, but I am one.  I cannot do everything, but I can do
something.  And I will not let what I cannot do interfere with what
I can do.
-- Edward Everett Hale, (1822 - 1909)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (FreeBSD)

iQEcBAEBCAAGBQJQHYWJAAoJEFzGhvEaGryEyLUIALgi1n65I8oBaFYJEcIkDB6P
W3f5PMZa72DN4r2lI3A3XXdPUJsNRmNy/X0HYyrrIwvfD3Z3m8bReYCd7DHAKOX4
pBsLA/73cwns9c3+zsUe4i9TZOsJM8fNVsRp/BSvdtBgv61ZZUurvt43H+Ek0E0B
h5ttGaIanxLqrkwP2FC/q30t0pmauJYu3jDTGiugOh98o/3oNT+25etyJBNgvg4c
VxBs/5aCSc5VHAcLXRN6Y0BGGbeimpPqEFlq3FEFGLkC7LGjqoSBUaJVz1cgDP+t
RIK9g0V+XIfyirgZ2VMeK3tfQ0Q17zfyl0+Iyzl2IxZptU67OBV/9LMqyhRaBOc=
=KbES
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread Garrett Cooper
On Sat, Aug 4, 2012 at 1:26 PM, Doug Barton  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 08/04/2012 00:40, O. Hartmann wrote:
>> No, also in my case. I build world and the VBox software with each
>> kernel - usually.
>
> You can ensure that by putting this in src.conf:
>
> PORTS_MODULES=  emulators/virtualbox-ose-kmod
>
> You can place other modules in that list as well. I use vbox so you can
> be pretty confident that this is going to keep working. :)

That doesn't work because what variables are defined in the kernel
compile that get passed through to the port's autoconf. I've seen it
for a while but I need to figure out what to pass through exactly to
make things work. That or I'll just file a PR and get back to it
later.
Thanks,
-Garrett
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread Doug Barton
On 08/04/2012 14:26, Garrett Cooper wrote:
> On Sat, Aug 4, 2012 at 1:26 PM, Doug Barton  wrote:
>
>> On 08/04/2012 00:40, O. Hartmann wrote:
>>> No, also in my case. I build world and the VBox software with each
>>> kernel - usually.
>>
>> You can ensure that by putting this in src.conf:
>>
>> PORTS_MODULES=  emulators/virtualbox-ose-kmod
>>
>> You can place other modules in that list as well. I use vbox so you can
>> be pretty confident that this is going to keep working. :)
> 
> That doesn't work

I assure you that it does. I have put a non-zero amount of work into
fixing it, I use this method, and the resulting kernel module works just
fine.

If you actually try it and find something is not as it should be, then
yes; please do file a PR and feel free to cc me.

Doug

-- 

I am only one, but I am one.  I cannot do everything, but I can do
something.  And I will not let what I cannot do interfere with what
I can do.
-- Edward Everett Hale, (1822 - 1909)
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: VirtualBox: Eating up 100% CPU, freezing Windows 7

2012-08-04 Thread Kevin Oberman
On Sat, Aug 4, 2012 at 2:30 PM, Doug Barton  wrote:
> On 08/04/2012 14:26, Garrett Cooper wrote:
>> On Sat, Aug 4, 2012 at 1:26 PM, Doug Barton  wrote:
>>
>>> On 08/04/2012 00:40, O. Hartmann wrote:
 No, also in my case. I build world and the VBox software with each
 kernel - usually.
>>>
>>> You can ensure that by putting this in src.conf:
>>>
>>> PORTS_MODULES=  emulators/virtualbox-ose-kmod
>>>
>>> You can place other modules in that list as well. I use vbox so you can
>>> be pretty confident that this is going to keep working. :)
>>
>> That doesn't work
>
> I assure you that it does. I have put a non-zero amount of work into
> fixing it, I use this method, and the resulting kernel module works just
> fine.
>
> If you actually try it and find something is not as it should be, then
> yes; please do file a PR and feel free to cc me.
>
> Doug

I am only aware of this because of your posts. No reference to it at
all in src.conf(5). It would be nice to see it there.

It is mentioned in build(7), but only as a MAKE option and a lot of
people are not going to realize it can be placed in src.conf. Also,
for those not fairly conversant in make, it is not clear whether
multiple ports should be space, comma, colon, or otherwise delimited

This is a very nice option as it is very easy to overlook rebuilding
kernel modules in ports when building the kernel. Thanks or working on
it.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6...@gmail.com
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"