Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Pavel Timofeev
Hi! Can anybody confirm the subject? Every time when I run `sysctl -a` get this http://pastebin.com/Chf9qQTD Additional vmcore: http://yadi.sk/d/EAvZe3vZCVvp6 core.txt: http://yadi.sk/d/IBLJ8NVTCVvpn It's on Windows Server 2012 Datacenter ___

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Sergey Kandaurov
On 11 November 2013 16:38, Pavel Timofeev tim...@gmail.com wrote: Hi! Can anybody confirm the subject? Every time when I run `sysctl -a` get this http://pastebin.com/Chf9qQTD Can you show 'p vm_guest' from core file? -- wbr, pluknet ___

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Pavel Timofeev
I'm sorry, could you explain how to do it? Which one is the 'core file', vmcore or core.txt? 2013/11/11 Sergey Kandaurov pluk...@gmail.com: On 11 November 2013 16:38, Pavel Timofeev tim...@gmail.com wrote: Hi! Can anybody confirm the subject? Every time when I run `sysctl -a` get this

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Pavel Timofeev
root@bsdtest:~ # kgdb /boot/kernel/kernel ./vmcore.1 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type show copying to

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Sergey Kandaurov
On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...] (kgdb) p vm_guest $1 = 3 Current language: auto; currently minimal (kgdb) What if you try this change? Index: sys/kern/subr_param.c === ---

And on Windows Server 2008 R2 Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Victor Miasnikov
Hi! Running `sysctl -a` causes crash (Hyper-V) run `sysctl -a` get this . . . It's on Windows Server 2012 Datacenter And on Windows Server 2008 R2 :-( Tested with FreeBSD-10.0-BETA3-amd64-disc1.iso in LiveCD mode Best regards, Victor Miasnikov Blog: http://vvm.blog.tut.by/ -

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Pavel Timofeev
We'll see, I started kernel rebuilding. 2013/11/11 Sergey Kandaurov pluk...@gmail.com: On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...] (kgdb) p vm_guest $1 = 3 Current language: auto; currently minimal (kgdb) What if you try this change? Index:

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Roger Pau Monné
On 11/11/13 15:31, Sergey Kandaurov wrote: On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...] (kgdb) p vm_guest $1 = 3 Current language: auto; currently minimal (kgdb) What if you try this change? Index: sys/kern/subr_param.c

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Sergey Kandaurov
On 11 November 2013 20:00, Roger Pau Monné roger@citrix.com wrote: On 11/11/13 15:31, Sergey Kandaurov wrote: On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...] (kgdb) p vm_guest $1 = 3 Current language: auto; currently minimal (kgdb) What if you try this

Re: Bhyve virtio-net on Linux guest

2013-11-11 Thread Neel Natu
Hi, On Nov 7, 2013, at 4:21 AM, Tetsuya Mukawa mtetsu...@gmail.com wrote: Hi folks, I want to run a Linux guest on Bhyve. It seems very recently Bhyve supports a linux guest, so I am a bit worry about I can use a virtio-net. Someone, could you please let me know is it possible to use a

Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Abhishek Gupta (LIS)
Hi everyone, Is anybody using floppy disk drives with virtual machines on Hyper-V or any other hypervisor? I would be interested in knowing both common and obscure scenarios. Please let me know if you have any thoughts in this direction. Thanks, Abhishek Gupta Program Manager, BSD Integration

Re: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Outback Dingo
On Mon, Nov 11, 2013 at 1:19 PM, Abhishek Gupta (LIS) abgu...@microsoft.com wrote: Hi everyone, Is anybody using floppy disk drives with virtual machines on Hyper-V or any other hypervisor? I would be interested in knowing both common and obscure scenarios. Please let me know if you have

RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Kamil Choudhury
kinda odd, as you cant even buy a floppy disk anymore Not so! I just bought one package of this as a gag gift for a friend's birthday: http://www.amazon.com/Verbatim-3-5In-1-44MB-Pre-Fmt-10Pk/dp/B511BI/ Paying $10 for ~15MB of storage was a mindblowing experience :)

Re: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Michael Dexter
Abhishek, My single use case this last few years has been for BIOS updates and given that one could use PCI pass-through to expose say, an LSI storage controller to a virtual machine, there may indeed be a use case. Michael Dexter On 11/11/13 10:19 AM, Abhishek Gupta (LIS) wrote: Hi everyone,

RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Abhishek Gupta (LIS)
Hi Michael, Thanks so much for replying. Some follow up questions: a) Is it not possible to use an ISO file to do the BIOS updates? b) I did not quite understand your second comment on why PCI pass through may promote floppy disk use. Please could you elaborate a bit more? Thanks again for

Re: Running `sysctl -a` causes crash (Hyper-V)

2013-11-11 Thread Julian Elischer
On 11/11/13, 7:49 AM, Pavel Timofeev wrote: Great, it helped! Thanks a lot! the suggested change suggests fragile code. It should be able to handle unexpected input.. 2013/11/11 Sergey Kandaurov pluk...@gmail.com: On 11 November 2013 18:13, Pavel Timofeev tim...@gmail.com wrote: [...]

Re: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Michael Dexter
Hello Abhishek, On 11/11/13 11:37 AM, Abhishek Gupta (LIS) wrote: Thanks so much for replying. Some follow up questions: a) Is it not possible to use an ISO file to do the BIOS updates? I have not. b) I did not quite understand your second comment on why PCI pass through may promote

32-bit guest on Bhyve

2013-11-11 Thread Prakhar Deep
Hi, We have a requirement to run a 32-bit propritery OS on Bhyve. While going through www.bhyve.org, i can across these 2 points: snip Q: What guest operating systems does bhyve support? A: bhyve supports any version of FreeBSD with VirtIO support, plus OpenBSD and GNU/Linux using the