Displaying 7 results from an estimated 7 matches for "rpyc".
Did you mean:
rpc
2011 May 23
1
Remote use of libguestfs
...estfs. Another possibility is to use the NBD or http drivers
built into qemu. Another possibility is to use sshfs (which we
already advocate for access to VMware ESX VMFS[ii]).
One user has successfully remoted libguestfs at (1), but it depends on
the programming language you are using. He used rpyc[iii] to
automatically generate Python stubs for libguestfs plus a remote
daemon. Same is probably possible in Java using (eg) RMI. It's
obviously a lot more complicated if you just consider the C API.
The interesting case is (2), and I believe it's also possible to
remote libguestfs here...
2015 Jul 29
2
Re: \n didn't lead to a new line while using remote model
...rite /a.txt "hello
world"
$ guestfish --remote cat /a.txt
hello
world
Note that you have to actually press the [Return] key after "hello
Probably a better plan is to use something like python remoting:
https://rwmj.wordpress.com/2013/05/07/using-libguestfs-remotely-with-python-and-rpyc/#content
which will be more predictable.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
2015 Jul 30
0
Re: \n didn't lead to a new line while using remote model
...guestfish --remote cat /a.txt
> hello
> world
>
> Note that you have to actually press the [Return] key after "hello
>
> Probably a better plan is to use something like python remoting:
>
> https://rwmj.wordpress.com/2013/05/07/using-libguestfs-remotely-with-python-and-rpyc/#content
>
> which will be more predictable.
>
> Rich.
>
--
Thanks!
Luis Liu
2016 Jan 06
1
Question how to implement remote access
Hello.
I've been finding a good solution to monitor virtual machines' status such
as memory, disk, cpu, etc, and I found this as a tool for measuring
disk/image status.
I have a question while using the libguestfs-java library; I'd wanted to
implement a sample app which retrieve the disk information remotely. Is
there any way, i.e., specific API(s) to connect with a host where
2011 Apr 12
0
[ANNOUNCE] libguestfs 1.10.0 - tools for accessing and modifying VM disk images
...has been updated to display these.
- Publish new example code in: C, Perl, Python, OCaml, Ruby.
- New virt-dhcp-address example program.
- The Java and Ruby bindings have been improved greatly.
- Perl includes a way to get the errno of the last error.
- Python bindings now compatible with rpyc (thanks Erez Shinan).
- Transifex is now being used to manage translations.
http://www.transifex.net/projects/p/libguestfs/
- Inspection now supports Red Hat Desktop, Slackware distributions.
- Inspection no longer fails for Windows guests that have two or
more disks.
- Inspection can...
2014 Sep 23
0
[PATCH 13/13] syntax-check: fix trailing_blank check
...ew example code in: C, Perl, Python, OCaml, Ruby.
-
+
- New virt-dhcp-address example program.
-
+
- The Java and Ruby bindings have been improved greatly.
-
+
- Perl includes a way to get the errno of the last error.
-
+
- Python bindings now compatible with rpyc (thanks Erez Shinan).
-
+
- Transifex is now being used to manage translations.
http://www.transifex.net/projects/p/libguestfs/
-
+
- Inspection now supports Red Hat Desktop, Slackware distributions.
-
+
- Inspection no longer fails for Windows guests that have...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich,
This series includes patches to make `make syntax-check` pass.
Some of the fix require change to maint.mk, but the file is not in git
repo. Is it intended?
Thanks!
Hu Tao (13):
syntax-check: dirty hack to pass bindtextdomain check
syntax-check: fix error_message_period check
syntax-check: fix makefile_at_at_check
syntax-check: fix prohibit_assert_without_use check