Current problem reports assigned to freebsd-virtualization@FreeBSD.org

2013-11-11 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

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

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

2013-11-11 Thread Sergey Kandaurov
On 11 November 2013 16:38, Pavel Timofeev 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 ___ freebsd-virtualization@

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 : > On 11 November 2013 16:38, Pavel Timofeev wrote: >> Hi! Can anybody confirm the subject? >> Every time when I run `sysctl -a` get this >> >> http://pastebin.com/Chf9qQTD >

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

2013-11-11 Thread Sergey Kandaurov
[Please, don't top-post.] On 11 November 2013 17:06, Pavel Timofeev wrote: > I'm sorry, could you explain how to do it? Which one is the 'core > file', vmcore or core.txt? > It's vmcore. kgdb /path/to/kernel /path/to/vmcore > 2013/11/11 Sergey Kandaurov : >> On 11 November 2013 16:38, Pavel Timo

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

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

2013-11-11 Thread Sergey Kandaurov
On 11 November 2013 18:13, Pavel Timofeev 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 === --- 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/ - Original

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 : > On 11 November 2013 18:13, Pavel Timofeev 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 Pavel Timofeev
Great, it helped! Thanks a lot! 2013/11/11 Sergey Kandaurov : > On 11 November 2013 18:13, Pavel Timofeev 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 Roger Pau Monné
On 11/11/13 15:31, Sergey Kandaurov wrote: > On 11 November 2013 18:13, Pavel Timofeev 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é wrote: > On 11/11/13 15:31, Sergey Kandaurov wrote: >> On 11 November 2013 18:13, Pavel Timofeev wrote: >>> [...] >>> (kgdb) p vm_guest >>> $1 = 3 >>> Current language: auto; currently minimal >>> (kgdb) >>> >> >> What if you try this change? >> >> Inde

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

2013-11-11 Thread Roger Pau Monné
On 11/11/13 17:21, Sergey Kandaurov wrote: > On 11 November 2013 20:00, Roger Pau Monné wrote: >> On 11/11/13 15:31, Sergey Kandaurov wrote: >>> On 11 November 2013 18:13, Pavel Timofeev wrote: [...] (kgdb) p vm_guest $1 = 3 Current language: auto; currently minimal (kgd

Re: Bhyve virtio-net on Linux guest

2013-11-11 Thread Neel Natu
Hi, > On Nov 7, 2013, at 4:21 AM, Tetsuya Mukawa 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 virtio-net o

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) 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 any thoughts in this

RE: Use of Floppy Drive with FreeBSD Virtual Machines

2013-11-11 Thread Abhishek Gupta (LIS)
Yep, completely agree but just want to know if someone has a use case. Thanks, Abhishek From: Outback Dingo [mailto:outbackdi...@gmail.com] Sent: Monday, November 11, 2013 10:22 AM To: Abhishek Gupta (LIS) Cc: freebsd-virtualization@freebsd.org Subject: Re: Use of Floppy Drive with FreeBSD Virtua

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 your

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 : On 11 November 2013 18:13, Pavel Timofeev wrote: [...] (kgdb) p vm_guest $1 = 3 Current lang

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

2013-11-11 Thread Mateusz Guzik
On Mon, Nov 11, 2013 at 01:33:25PM -0800, Julian Elischer wrote: > 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.. Indeed, I already suggested Sergey placing a compile t

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: 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 sysutils/grub2