Displaying 12 results from an estimated 12 matches for "websockifi".
Did you mean:
websockify
2015 Jun 02
3
daemon in /etc/init.d/functions creates no pifile?
Hi,
we started using centos7 to run kvm+libvirt.
For novnc to virtual machines I like to start
websockify as a daemon by libvirt (as a hook)
Under Debian I used the line:
# start-stop-daemon --start --chuid $RUNUSER --make-pidfile --pidfile $PIDFILE --startas $PROGRAM -- $OPTIONS
which creates a nice pidfile.
In Centos I figured out, to include /etc/init.d/functions and I tried:
# daemon
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>>> (2) You need to persuade qemu's NBD client to read from a WebSocket.
>>> I didn't really know anything about WebSockets until today but it
>>> seems as if they are a full-duplex protocol layered on top of HTTP [a].
>>> Is there a WebSocket proxy that turns WS into plain TCP (a bit like
>>>
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On Fri, 29 May 2020, Richard W.M. Jones wrote:
> On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> > On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
> >
> > >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> > >>>I didn't really know anything about WebSockets until today but it
> > >>>seems as if
2020 May 29
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
>
> >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> >>>I didn't really know anything about WebSockets until today but it
> >>>seems as if they are a full-duplex protocol layered on top of HTTP [a].
>
2020 May 29
2
Re: Provide NBD via Browser over Websockets
[adding qemu list]
On 5/29/20 4:37 AM, Richard W.M. Jones wrote:
> Going back to the original email from 2018:
>
>> It might be neat to attach ISOs to KVM guests via websockets. Basically
>> the browser would be the NBD "server" and an NBD client would run on the
>> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
>> use
2015 Jun 02
1
daemon in /etc/init.d/functions creates no pifile?
skotthof wrote:
>
> OK, I figured out, I have to install
> redhat-lsb package for start-stop-daemon
> "Implementation of Linux Standard Base specification"
>
> Sebastian
> On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote:
>> Hi,
>>
>> we started using centos7 to run kvm+libvirt.
>> For novnc to virtual machines I like to start
>>
2020 May 30
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 09:08:29PM +0000, Eric Wheeler wrote:
> On Fri, 29 May 2020, Richard W.M. Jones wrote:
> > On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> > > On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
> > >
> > > >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> > > >>>I
2020 May 28
3
Re: Provide NBD via Browser over Websockets
On Thu, 28 May 2020, Richard W.M. Jones wrote:
> On Thu, May 28, 2020 at 12:24:22AM +0000, Eric Wheeler wrote:
> > On Mon, 15 Oct 2018, Nir Soffer wrote:
> > > On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> > > Hello all,
> > >
> > > It might be neat to attach ISOs to KVM guests via websockets.Â
2015 Jun 02
0
daemon in /etc/init.d/functions creates no pifile?
OK, I figured out, I have to install
redhat-lsb package for start-stop-daemon
"Implementation of Linux Standard Base specification"
Thanks,
Sebastian
On Tue, Jun 02, 2015 at 11:06:59AM +0200, skotthof wrote:
> Hi,
>
> we started using centos7 to run kvm+libvirt.
> For novnc to virtual machines I like to start
> websockify as a daemon by libvirt (as a hook)
>
>
2016 Aug 25
0
CentOS 6 : TigerVNC auto disconnect in version 1.1.0-18
Hi,
When TigerVNC was updated from version 1.1.0-16.el6 to 1.1.0-18.el6, our VNC client kept getting killed after connecting for about 180s. We had to downgrade back to -16 to avoid this issue.
We have a setup which allows users to log into our system via a web browser, with TigerVNC as the VNC server, noVNC as the client, and connecting via Websockify. With the update of TigerVNC, the VNC client
2020 May 29
0
Re: Provide NBD via Browser over Websockets
Going back to the original email from 2018:
> It might be neat to attach ISOs to KVM guests via websockets. Basically
> the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could
> use an ISO from my desk to boot from.
>
> Here's an HTML5 open file example:
>
2020 May 29
0
Re: Provide NBD via Browser over Websockets
On Fri, May 29, 2020 at 07:50:14AM -0500, Eric Blake wrote:
> [adding qemu list]
>
> On 5/29/20 4:37 AM, Richard W.M. Jones wrote:
> > Going back to the original email from 2018:
> >
> > > It might be neat to attach ISOs to KVM guests via websockets. Basically
> > > the browser would be the NBD "server" and an NBD client would run on the