Re: Question about bhyve

2018-01-13 Thread Jason Barbier
yep your using RDP wrong. So on the windows vm enable remote desktop, then RDP 
directly to the guest, not to the guest console.

> On Jan 13, 2018, at 2:42 AM, Manish Jain  wrote:
> 
> 
>> On 01/12/18 07:46, Jason Barbier wrote:
>> 
>>> On Thu, Jan 11, 2018, at 6:13 PM, Paul Webster via freebsd-virtualization 
>>> wrote:
>>> I believe if you used TightVNC server on the windows box and the likewise
>>> client on freebsd you can sync clipboards over it
>>> 
>>> On 12 January 2018 at 01:51, Manish Jain 
>>> wrote:
>>> 
 Hi,
 
 I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
 I can share clipboards between FreeBSD X and Windows ?
> 
> 
> 
>> It may be better to install rdesktop or freerdp/remmina and use RDP
> 
> 
> Hi Jason/others,
> 
> I am really struggling in my RDP essay. I installed remmina twice over: 
> once from github and from ports. But when I ask remmina to connect to 
> :3350, I either get nothing at all or a forever-lasting
> message "Connecting To ...", or a curt dump with "Illegal instruction".
> 
> Pretty much the same behaviour with rdesktop.
> 
> Am I doing something basically wrong ? Note that bhyve is being 
> instructed to send its output to port 3350.
> 
> When I use TigerVNC@5900, everything works in a flash - except clipboard 
> sharing.
> 
> I could not have imagined that setting up RDP is such a 
> calorie-consumer. There does not even seem like a FreeBSD RDP usage doc 
> on the web.
> 
> Can someone kindly provide some tips ?
> 
> 
> Thanks & Regards,
> Manish Jain

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


Re: Question about bhyve

2018-01-13 Thread Manish Jain

On 01/12/18 07:50, Marcelo Araujo wrote:
> Hi,
> 
> You can give a try using devel/libhyve-remote, it is a VNC server based 
> on libvncserver, clipboard works there.
> 
> 
> Marcelo Araujo


Hi Marcelo/others,

Thanks for the tip, but it is a fairly bland one. I installed 
libhyve-remote. But then what ? How do I use it ? Should I use TigerVNC 
as it is and expect clipboard sharing to work this time around ?

Or should I use some other VNC client ?

ports/devel/libhyve-remote does not even have a pkg-plist, and nothing 
in the Makefile that could tip the user on how to use libhyve.

Thanks & Regards,
Manish Jain
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-13 Thread Manish Jain

On 01/12/18 07:46, Jason Barbier wrote:
> 
> On Thu, Jan 11, 2018, at 6:13 PM, Paul Webster via freebsd-virtualization 
> wrote:
>> I believe if you used TightVNC server on the windows box and the likewise
>> client on freebsd you can sync clipboards over it
>>
>> On 12 January 2018 at 01:51, Manish Jain 
>> wrote:
>>
>>> Hi,
>>>
>>> I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
>>> I can share clipboards between FreeBSD X and Windows ?



> It may be better to install rdesktop or freerdp/remmina and use RDP


Hi Jason/others,

I am really struggling in my RDP essay. I installed remmina twice over: 
once from github and from ports. But when I ask remmina to connect to 
:3350, I either get nothing at all or a forever-lasting
message "Connecting To ...", or a curt dump with "Illegal instruction".

Pretty much the same behaviour with rdesktop.

Am I doing something basically wrong ? Note that bhyve is being 
instructed to send its output to port 3350.

When I use TigerVNC@5900, everything works in a flash - except clipboard 
sharing.

I could not have imagined that setting up RDP is such a 
calorie-consumer. There does not even seem like a FreeBSD RDP usage doc 
on the web.

Can someone kindly provide some tips ?


Thanks & Regards,
Manish Jain
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-12 Thread Manish Jain

On 01/12/18 08:03, Jason Tubnor wrote:
> 
> 
> On 12 January 2018 at 12:51, Manish Jain  > wrote:
> 
> Hi,
> 
> I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> I can share clipboards between FreeBSD X and Windows ?
> 
> If you are referring to copying data from X to a VNC console for your 
> Win 10 instance, then no.  This presentation is purely graphical, mouse 
> and keyboard inputs.
> 
> If you are using an RDP client to your Win 10 instance, then I think 
> you'll have better luck with achieving this.
> 
> Cheers
> 


Thanks for replying.

I am actually using TigerVNC - it works very well on my box, except that
clipboard sharing does not work. I am willing to try something else
though, if shared clipboard could work.

Since a few replies, including yours, suggest using RDP, I will first 
try that.

Thanks & Regards,
Manish Jain
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-12 Thread Manish Jain

On 01/12/18 07:43, Paul Webster wrote:
> I believe if you used TightVNC server on the windows box and the 
> likewise client on freebsd you can sync clipboards over it
> 
> On 12 January 2018 at 01:51, Manish Jain  > wrote:
> 
> Hi,
> 
> I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> I can share clipboards between FreeBSD X and Windows ?
> 
> Thanks for any help.


Thanks for replying.

I am actually using TigerVNC - it works very well on my box, except that 
clipboard sharing does not work. I am willing to try something else 
though, if shared clipboard could work.

Thanks & Regards,
Manish Jain
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-12 Thread Harry Schmalzbauer
 Bezüglich Marcelo Araujo's Nachricht vom 12.01.2018 03:20 (localtime):
> Hi,
>
> You can give a try using devel/libhyve-remote, it is a VNC server based on
> libvncserver, clipboard works there.

Can someone please give a on-line explanation how this port is to be
used – not for end users as far as I understand the description.
The sentence above confuses me even more, because of the "libvncserver"!

I haven't found time to look into it, but always wondered if it replaces 
bhyve-vnc-_server_ (so one needs to re-compile bhyve(8) from base after 
installing that port) or if it is a VNC client, lending X naming convensions 
where the client - which is really the server - is correctly named "server".

AFAIK VNC is different, it's just a X11 client – correct me if I'm wrong.

But since you suggest this as a solution to a end-user-task problem, a
developer library isn't probably what it is!?!

Thanks,

-harry

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


Re: Question about bhyve

2018-01-11 Thread Jason Tubnor
On 12 January 2018 at 12:51, Manish Jain 
wrote:

> Hi,
>
> I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> I can share clipboards between FreeBSD X and Windows ?
>
> If you are referring to copying data from X to a VNC console for your Win
10 instance, then no.  This presentation is purely graphical, mouse and
keyboard inputs.

If you are using an RDP client to your Win 10 instance, then I think you'll
have better luck with achieving this.

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


Re: Question about bhyve

2018-01-11 Thread Marcelo Araujo
Hi,

You can give a try using devel/libhyve-remote, it is a VNC server based on
libvncserver, clipboard works there.


Best,

2018-01-12 10:13 GMT+08:00 Paul Webster via freebsd-virtualization <
freebsd-virtualization@freebsd.org>:

> I believe if you used TightVNC server on the windows box and the likewise
> client on freebsd you can sync clipboards over it
>
> On 12 January 2018 at 01:51, Manish Jain 
> wrote:
>
> > Hi,
> >
> > I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> > I can share clipboards between FreeBSD X and Windows ?
> >
> > Thanks for any help.
> > --
> > Manish Jain
> > ___
> > freebsd-virtualization@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> > To unsubscribe, send any mail to "freebsd-virtualization-
> > unsubscr...@freebsd.org"
> >
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-
> unsubscr...@freebsd.org"
>



-- 

-- 
Marcelo Araujo(__)ara...@freebsd.org
\\\'',)http://www.FreeBSD.org    \/  \ ^
Power To Server. .\. /_)
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-11 Thread Jason Barbier

Tight can do it but its a pain to get it set up right in X windows. It may be 
better to install rdesktop or freerdp/remmina and use RDP, it will sync a bit 
better with windows and is a bit more reliable in my experience

---
Jason Barbier | E: kusur...@corrupted.io 
GPG: 0x40B8FA1D72EF0D89 (https://keybase.io/kusuriya)

On Thu, Jan 11, 2018, at 6:13 PM, Paul Webster via freebsd-virtualization wrote:
> I believe if you used TightVNC server on the windows box and the likewise
> client on freebsd you can sync clipboards over it
> 
> On 12 January 2018 at 01:51, Manish Jain 
> wrote:
> 
> > Hi,
> >
> > I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> > I can share clipboards between FreeBSD X and Windows ?
> >
> > Thanks for any help.
> > --
> > Manish Jain
> > ___
> > freebsd-virtualization@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> > To unsubscribe, send any mail to "freebsd-virtualization-
> > unsubscr...@freebsd.org"
> >
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-
> unsubscr...@freebsd.org"
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve

2018-01-11 Thread Paul Webster via freebsd-virtualization
I believe if you used TightVNC server on the windows box and the likewise
client on freebsd you can sync clipboards over it

On 12 January 2018 at 01:51, Manish Jain 
wrote:

> Hi,
>
> I have a Win 10 vm under bhyve on my FreeBSD 11.1 box. Is there some way
> I can share clipboards between FreeBSD X and Windows ?
>
> Thanks for any help.
> --
> Manish Jain
> ___
> freebsd-virtualization@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
> To unsubscribe, send any mail to "freebsd-virtualization-
> unsubscr...@freebsd.org"
>
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Question about bhyve disk images

2016-02-06 Thread Matthew Grooms

On 2/6/2016 7:14 PM, Paul Vixie wrote:


Rainer Duffner wrote:

Hi,

is it possible to increase the size of these images (after creation,
and while the guest OS is running)?


there is no driver-layer signal to tell the guest OS that a drive just 
got larger, so the guest OS would have to poll, or be told to sense.


with freebsd 10 as the guest OS, i've been able to use growfs to make 
it expand the the hog (last) file system on a virtual drive. but i did 
it by shutting down the guest, growing the zvol, booting the guest, 
and running growfs inside the guest. i havn't tried avoiding the 
shutdown and reboot.




I'm not sure if bhyve reports the current backing file size as the 
virtual block device size after it's been increased. But if it does, 
this may be useful ...


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204901

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


Re: Question about bhyve disk images

2016-02-06 Thread Paul Vixie



Rainer Duffner wrote:

Hi,

is it possible to increase the size of these images (after creation,
and while the guest OS is running)?


there is no driver-layer signal to tell the guest OS that a drive just 
got larger, so the guest OS would have to poll, or be told to sense.


with freebsd 10 as the guest OS, i've been able to use growfs to make it 
expand the the hog (last) file system on a virtual drive. but i did it 
by shutting down the guest, growing the zvol, booting the guest, and 
running growfs inside the guest. i havn't tried avoiding the shutdown 
and reboot.



How large can they be?


if you're using virtio_blk there should be no limit.


I may have a use-case where I would need to have images in the size
oftens of terabytes.

Or is there a way to delegate a ZFS (or a pool) to a bhyve guest?


this is sort of what zvol does, noting, the zfs code runs in the parent.

--
P Vixie
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"