Re: Q) KLDload error

2012-11-16 Thread ken
  Gee,,,
  It sounds not so easy as multiple queues indicates, but I hope that it is 
fixed soon...

From: Lucas James 
> 
> Ahh, I see.  After little more digging it would appear that alc@ removed
> vm_page_lock_queues in r242941, as he replaced them with multiple
> queues. Unfortunately this means VirtualBox will not be able to be run.
> 
> I suggest submitting a PR.
> 
> regards,
> Lucas
___
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: Q) KLDload error

2012-11-16 Thread Lucas James
On 17/11/2012 1:04 PM, ken wrote:
> Lucas
>   Yes, I did and yet I have the following error with "kldload vboxdrv".
>
> Is "vm_page_lock_queues" renamed?  It is in 
> "./work/VirtualBox-4.1.22/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c"
>
> # tail -f /var/log/messages 
>   :: :
> Nov 17 10:53:17 t3 pkg: virtualbox-ose-kmod-4.1.22 installed
> Nov 17 10:53:55 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
> Nov 17 10:53:55 t3 kernel: linker_load_file: Unsupported file type
>   :: :
> ___
> 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"

Ahh, I see.  After little more digging it would appear that alc@ removed
vm_page_lock_queues in r242941, as he replaced them with multiple
queues. Unfortunately this means VirtualBox will not be able to be run.

I suggest submitting a PR.

regards,
Lucas

-- 
I was going to include a witty saying,
but I couldn't think of one.




signature.asc
Description: OpenPGP digital signature


Re: Q) KLDload error

2012-11-16 Thread Ian Lepore
On Sat, 2012-11-17 at 11:04 +0900, ken wrote:
> From: Lucas James 
> > 
> > You will need to rebuild and install the virtualbox-ose-kmod port.
> > 
> > 
> > regards,
> > Lucas
> 
>   Yes, I did and yet I have the following error with "kldload vboxdrv".
> 
> Is "vm_page_lock_queues" renamed?  It is in 
> "./work/VirtualBox-4.1.22/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c"
> 
> # tail -f /var/log/messages 
>   :: :
> Nov 17 10:53:17 t3 pkg: virtualbox-ose-kmod-4.1.22 installed
> Nov 17 10:53:55 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
> Nov 17 10:53:55 t3 kernel: linker_load_file: Unsupported file type
>   :: :


It's not renamed, it's gone in favor of per-queue locks.  See r242941.

-- Ian


___
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: Q) KLDload error

2012-11-16 Thread ken
From: Lucas James 
> 
> You will need to rebuild and install the virtualbox-ose-kmod port.
> 
> 
> regards,
> Lucas

  Yes, I did and yet I have the following error with "kldload vboxdrv".

Is "vm_page_lock_queues" renamed?  It is in 
"./work/VirtualBox-4.1.22/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c"

# tail -f /var/log/messages 
  :: :
Nov 17 10:53:17 t3 pkg: virtualbox-ose-kmod-4.1.22 installed
Nov 17 10:53:55 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
Nov 17 10:53:55 t3 kernel: linker_load_file: Unsupported file type
  :: :
___
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: Q) KLDload error

2012-11-16 Thread Lucas James
On 17/11/2012 10:58 AM, ken wrote:
>   
>   I have the following error at booting with current kernel.  Were there any 
> changes? Any fixed?  I need to run virtualbox.
>
> Nov 17 08:32:34 t3 kernel: FreeBSD 10.0-CURRENT #12 r243164M: Sat Nov 17 
> 08:24:30 JST 2012
> Nov 17 08:32:34 t3 kernel: k...@tyd3.sub.tydfam.jp:/usr/obj/usr/head/sys/TYD3 
> amd64
> Nov 17 08:32:34 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
> Nov 17 08:32:34 t3 kernel: KLD file vboxdrv.ko - could not finalize loading
>

You will need to rebuild and install the virtualbox-ose-kmod port.


regards,
Lucas

-- 
I was going to include a witty saying,
but I couldn't think of one.

___
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: Q) KLDload error

2012-11-16 Thread ken

From: "Steven Hartland" 
> sounds like your kernel and world may be out of sync?

No, I always DO "make buildworld && make installworld && make buildkernel && 
make installkernel".  And I do not think they are not sync'd.

___
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: Q) KLDload error

2012-11-16 Thread Steven Hartland

sounds like your kernel and world may be out of sync?
- Original Message - 
From: "ken" 

To: 
Sent: Friday, November 16, 2012 11:58 PM
Subject: Q) KLDload error




 I have the following error at booting with current kernel.  Were there any 
changes? Any fixed?  I need to run virtualbox.

Nov 17 08:32:34 t3 kernel: FreeBSD 10.0-CURRENT #12 r243164M: Sat Nov 17 
08:24:30 JST 2012
Nov 17 08:32:34 t3 kernel: k...@tyd3.sub.tydfam.jp:/usr/obj/usr/head/sys/TYD3 
amd64
Nov 17 08:32:34 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
Nov 17 08:32:34 t3 kernel: KLD file vboxdrv.ko - could not finalize loading
Nov 17 08:32:34 t3 kernel: CPU: Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz 
(3309.94-MHz K8-class CPU)
Nov 17 08:32:34 t3 kernel: Origin = "GenuineIntel"  Id = 0x206d7  Family = 0x6  
Model = 0x2d  Stepping = 7
Nov 17 08:32:34 t3 kernel: 
Features=0xbfebfbff
Nov 17 08:32:34 t3 kernel: 
Features2=0x1fbee3bf

Nov 17 08:32:34 t3 kernel: AMD Features=0x2c100800
Nov 17 08:32:34 t3 kernel: AMD Features2=0x1



___
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"





This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. 


In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

___
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"


Q) KLDload error

2012-11-16 Thread ken
  
  I have the following error at booting with current kernel.  Were there any 
changes? Any fixed?  I need to run virtualbox.

Nov 17 08:32:34 t3 kernel: FreeBSD 10.0-CURRENT #12 r243164M: Sat Nov 17 
08:24:30 JST 2012
Nov 17 08:32:34 t3 kernel: k...@tyd3.sub.tydfam.jp:/usr/obj/usr/head/sys/TYD3 
amd64
Nov 17 08:32:34 t3 kernel: link_elf_obj: symbol vm_page_lock_queues undefined
Nov 17 08:32:34 t3 kernel: KLD file vboxdrv.ko - could not finalize loading
Nov 17 08:32:34 t3 kernel: CPU: Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz 
(3309.94-MHz K8-class CPU)
Nov 17 08:32:34 t3 kernel: Origin = "GenuineIntel"  Id = 0x206d7  Family = 0x6  
Model = 0x2d  Stepping = 7
Nov 17 08:32:34 t3 kernel: 
Features=0xbfebfbff
Nov 17 08:32:34 t3 kernel: 
Features2=0x1fbee3bf
Nov 17 08:32:34 t3 kernel: AMD Features=0x2c100800
Nov 17 08:32:34 t3 kernel: AMD Features2=0x1



___
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"