Re: vimage tool crash when deleting a jail @netisr_process_workstream_proto

2012-04-26 Thread Monthadar Al Jaberi
On Wed, Apr 25, 2012 at 11:57 PM, Marko Zec wrote: > On Wednesday 25 April 2012 14:08:48 Monthadar Al Jaberi wrote: >> Hi, >> >> Not sure if I should post this on virt or jail. >> >> I am not sure about this, but I thought it was an amd64 specific thing >> (

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
resolves (mostly) to whitespace when options >> VIMAGE is not on! > > So the question is - how the heck are the modules supposed to pull in > the VNET config? > > is there a missing opt_.h somewhere? > > > Adrian -- Monthadar Al Jaberi

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
On Tue, Mar 6, 2012 at 9:57 PM, Marko Zec wrote: > On Tuesday 06 March 2012 21:29:32 Monthadar Al Jaberi wrote: >> On Tue, Mar 6, 2012 at 9:22 PM, Marko Zec wrote: >> > On Tuesday 06 March 2012 21:13:00 Monthadar Al Jaberi wrote: >> >> I am confused so whats the dif

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
On Tue, Mar 6, 2012 at 9:22 PM, Marko Zec wrote: > On Tuesday 06 March 2012 21:13:00 Monthadar Al Jaberi wrote: >> I am confused so whats the difference between having wlan in kernel >> config or not? Cuase that seems the reason why we panic... linker >> problems? > > I

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
_kldload+0x145 >>> sys_kldload() at sys_kldload+0x84 >>> amd64_syscall() at amd64_syscall+0x39e >>> Xfast_syscall() at Xfast_syscall+0xf7 >> >> You can safely ignore those.  Recursing on curvnet is harmless, but in >> certain >> cases can't be avo

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
39e Xfast_syscall() at Xfast_syscall+0xf7 On Tue, Mar 6, 2012 at 7:01 PM, Adrian Chadd wrote: > Hi, > > What do we need to do to get VNET working in net80211 and the network drivers? > > > Adrian > > On 6 March 2012 07:33, Marko Zec wrote: >> On Tuesday 06 March 2012 1

Re: VIMAGE + kldload wlan + kldload wtap panic

2012-03-06 Thread Monthadar Al Jaberi
On Tue, Mar 6, 2012 at 12:52 AM, Marko Zec wrote: > On Monday 05 March 2012 22:14:45 Monthadar Al Jaberi wrote: >> Hi, >> >> I am a very happy VIMAGE user. But lately I have been having problems >> using it, and its too complicated for me to dig in so I hope you can

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-03 Thread Monthadar Al Jaberi
On Thu, Feb 3, 2011 at 12:18 PM, Bjoern A. Zeeb wrote: > On Thu, 3 Feb 2011, Monthadar Al Jaberi wrote: > >> On Thu, Feb 3, 2011 at 11:59 AM, Bjoern A. Zeeb >> wrote: >>> >>> On Thu, 3 Feb 2011, Monthadar Al Jaberi wrote: >>> >>>>>>

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-03 Thread Monthadar Al Jaberi
On Thu, Feb 3, 2011 at 11:59 AM, Bjoern A. Zeeb wrote: > On Thu, 3 Feb 2011, Monthadar Al Jaberi wrote: > >>>>> I don't understand why you saw a CRED_TO_VNET of 0 >>>>> I was under the impression that every process/thread in the system >>>>>

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-03 Thread Monthadar Al Jaberi
On Thu, Feb 3, 2011 at 10:55 AM, Bjoern A. Zeeb wrote: > On Thu, 3 Feb 2011, Monthadar Al Jaberi wrote: > >> On Wed, Feb 2, 2011 at 8:06 PM, Julian Elischer >> wrote: >>> >>> On 2/2/11 10:05 AM, Monthadar Al Jaberi wrote: >>>> >>>> I

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-03 Thread Monthadar Al Jaberi
On Wed, Feb 2, 2011 at 8:06 PM, Julian Elischer wrote: > On 2/2/11 10:05 AM, Monthadar Al Jaberi wrote: >> >> I just tried something that seems to work, but please dont hit me ^^;;; >> >> in wtap_ioctl I assigned curthread->td_vnet myself to point to a VNET >

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-02 Thread Monthadar Al Jaberi
wrote: >> >> On Wed, 2 Feb 2011, Monthadar Al Jaberi wrote: >> >> Hi, >> >>> Thanx makes more sense, but I have noticed something weired if you can >>> shade some light on. >>> >>> I added printfs one when the module is first loaded (s

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-02 Thread Monthadar Al Jaberi
/ maybe you juaast have to interate through all the vimages.. to do > whatever it is that you do > (that happens in some protocols) > > > On 2/1/11 11:04 AM, Monthadar Al Jaberi wrote: >> >> On Tue, Feb 1, 2011 at 6:25 PM, Julian Elischer >>  wrote: >>> &g

Re: simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-01 Thread Monthadar Al Jaberi
On Tue, Feb 1, 2011 at 6:25 PM, Julian Elischer wrote: > On 2/1/11 8:40 AM, Monthadar Al Jaberi wrote: >> >> Hi, >> >> I hope I am on the write place, second try... >> >> I have written a module that loads fake wifi devices (wtap?) and >> distribu

simulating wireless device (if_alloc panic, VirtualBox, VIMAGE)

2011-02-01 Thread Monthadar Al Jaberi
ugger cpuid = 0 Uptime: 21s Physical memory: 495 MB Dumping 55 MB: 40 24 8 -- //Monthadar Al Jaberi ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any ma

Re: loading ng_ether results in symbol ifnet undefined on mips

2010-12-30 Thread Monthadar Al Jaberi
On Thu, Dec 30, 2010 at 1:35 AM, Julian Elischer wrote: > On 12/29/10 8:54 AM, Monthadar Al Jaberi wrote: >> >> Hi, >> >> I am running FreeBSD Current 201010 on RouterStation Pro (mips CPU). >> >> I recompiled the kernel with the following optio

loading ng_ether results in symbol ifnet undefined on mips

2010-12-29 Thread Monthadar Al Jaberi
! br, -- //Monthadar Al Jaberi ___ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"