search for: get_paths

Displaying 20 results from an estimated 102 matches for "get_paths".

Did you mean: get_path
2008 Jun 24
10
Question on passing arguments inside a view.
I''m running into an issue undefined local variable or method `directoryid'' for #<EditorialsController:0x23f1bf8> I have two Models on a legacy database and only one controller called editorials with two actions index and display. I''m trying to pass in a parameter from the results of my search and getting the above error. Example: two tables one is editorial the
2015 Feb 05
1
[PATCH] perl: tests: reenable set_path tests
guestfs_set_path now does a copy of the passed string, so bindings don't need to take care of the lifetime of strings parameters for it. --- perl/t/060-handle-properties.t | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/perl/t/060-handle-properties.t b/perl/t/060-handle-properties.t index 0057503..6b1ee42 100644 --- a/perl/t/060-handle-properties.t +++
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...ert(0, "bin/python") > > import samba.getopt as options > from samba.credentials import DONT_USE_KERBEROS > from samba.auth import system_session > from samba import param > from samba.provision import find_provision_key_parameters > from samba.upgradehelpers import (get_paths, > get_ldbs, > update_machine_account_password) > > parser = optparse.OptionParser("chgtdcpass [options]") > sambaopts = options.SambaOptions(parser) > parser.add_option_group(sambaopts) > parser.add_...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...; > > > import samba.getopt as options > > from samba.credentials import DONT_USE_KERBEROS > > from samba.auth import system_session > > from samba import param > > from samba.provision import find_provision_key_parameters > > from samba.upgradehelpers import (get_paths, > > get_ldbs, > > update_machine_account_password) > > > > parser = optparse.OptionParser("chgtdcpass [options]") > > sambaopts = options.SambaOptions(parser) > > parser.add_option_grou...
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...hout installing samba) sys.path.insert(0, "bin/python") import samba.getopt as options from samba.credentials import DONT_USE_KERBEROS from samba.auth import system_session from samba import param from samba.provision import find_provision_key_parameters from samba.upgradehelpers import (get_paths, get_ldbs, update_machine_account_password) parser = optparse.OptionParser("chgtdcpass [options]") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions...
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
2017-07-29 0:20 GMT+08:00 Richard W.M. Jones <rjones@redhat.com>: > > You need to download this appliance: > > http://download.libguestfs.org/binaries/appliance/ > appliance-1.36.1.tar.xz > > and unpack it under /home/user/appliance/ . > > Directly inside the /home/user/appliance directory you should see > files called "initrd", "kernel",
2018 Dec 04
3
patch to support custom HTTP headers in download.file() and url()
The patch below adds support for custom HTTP headers in download.file() and url(). My main motivation for this is performing basic http authentication. Some web sites do not support embedding the credentials into the URI itself, they only work if the username and password are sent in the HTTP headers. In fact specifying the username and password in the URI has been
2005 Aug 11
2
Patch file for FileDialog.i
...log.i. It doesn''t work 100% yet because I haven''t yet figured out how to make it put the ruby declarations in the right place. If I cut and paste the rb_define_methods into the right place this works perfectly. This patch fixes the dialogs.rb multiple select example so that get_paths and get_filenames returns a ruby array. Note that I may have broken subclassing with this as I think there were _wrap_ wrappers that got lost. Perhaps Kevin or Sean can point out what I should have done? Be gentle, it''s my first swig patch. :) Roy _________________________________...
2009 Dec 21
1
[PATCH] snapshot: Explicitly remove unused disk source attribute
This fixes a regression introduced by 9e3d1160. Snapshot was leaving both dev and file attributes specified. The result was that the v2v would actually operate on the underlying storage rather than the snapshot. --- snapshot/v2v-snapshot.pl | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/snapshot/v2v-snapshot.pl b/snapshot/v2v-snapshot.pl index f089a77..e2cc33c 100755
2010 Apr 07
2
[PATCH] Target::LibVirt: Don't truncate a volume when opening it
perl's '>' open mode truncates by default, and will create a new file if necessary. We don't want to truncate an existing volume when writing to it, and it's an error if the volume doesn't already exist. Use sysopen to be explicit about this. --- lib/Sys/VirtV2V/Target/LibVirt.pm | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git
2012 Jan 24
1
example script for GObject
I tried using Javascript (gjs) with GObject-Introspection and did a port of the create_disk example which is attached below. Quite a bit of time was spent looking up stuff in the GLib reference and guessing how certain idioms translate to gjs. I used the traditional add_drive_opts method since I haven't been able to find how to specify the optional arguments to add_drive_opts. How does that
2024 Jun 06
1
Failed to bind to uuid NT_STATUS_LOGON_FAILURE
...ort samba.getopt as options >> > from samba.credentials import DONT_USE_KERBEROS >> > from samba.auth import system_session >> > from samba import param >> > from samba.provision import find_provision_key_parameters >> > from samba.upgradehelpers import (get_paths, >> > get_ldbs, >> > update_machine_account_password) >> > >> > parser = optparse.OptionParser("chgtdcpass [options]") >> > sambaopts = options.SambaOptions(parser) >> &gt...
2019 Nov 02
4
supermin: failed to find a suitable kernel
Hi all I am trying to run the dockerized version of linaro lava. Unfortunately it is not possible to start libguetsfs inside one of the containers. My settings are: Ubuntu Server 18.04.3, Docker version 18.09.7 running a Debian:stretch based contianer Running libguestfs-test-tool gives me the following output: root at e91c89e0874d:/# libguestfs-test-tool
2010 Apr 07
1
[PATCH] Connection: Handle case of cdrom with no <source> element
CD-ROM devices don't necessarily have a <source> element in their libvirt domain XML, which caused an error. This fixes RHBZ#579676 --- lib/Sys/VirtV2V/Connection.pm | 103 ++++++++++++++++++++++------------------- 1 files changed, 56 insertions(+), 47 deletions(-) diff --git a/lib/Sys/VirtV2V/Connection.pm b/lib/Sys/VirtV2V/Connection.pm index a211662..c901b90 100644 ---
2017 Jul 28
2
cannot find any suitable libguestfs supermin
I download libguestfs from github and fetch to the *origin master*. I tried to build libguestfs in my own linux distro and I followd the http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance to replace with supermin I download the appliance-1.30.1.tar.xz and appliance-1.30.1.tar.xz.sig and extract the tarball to /home/user/appliance and export
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...t;>@@ -57,14 +76,12 @@ </span><span class="cx"> * "FileDialog#get_message":#FileDialog_getmessage </span><span class="cx"> * "FileDialog#get_path":#FileDialog_getpath </span><span class="cx"> * "FileDialog#get_paths":#FileDialog_getpaths </span><del>-* "FileDialog#get_style":#FileDialog_getstyle </del><span class="cx"> * "FileDialog#get_wildcard":#FileDialog_getwildcard </span><span class="cx"> * "FileDialog#set_directory&quo...
2020 Jan 08
0
Re: bug report
It seems that the appliance is broken. Try removing /var/tmp/.guestfs-0/ and run the test tool again. Tomas On Fri, 3 Jan 2020 13:53:10 +0800 "??" <249016681 at qq.com> wrote: > Hi, > &nbsp; &nbsp; I have use&nbsp; kvm ? virsh ? virt&nbsp; &nbsp;for almost half year ?all things goes well ? > &nbsp; &nbsp; but recently? I use
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
This patch refactors the data transfer code with several goals: * Have a common read(source)/write(target) loop so that common processing can happen in the middle of it, e.g. format change/progress bar * Provide volume metadata to transfers to allow smarter reading/writing, e.g. of sparse files * Simplify the data transfer code The patch *isn't* NFC because there are some minor behaviour
2012 Dec 13
3
Lua improvements
Here are a few patches I applied to get the Lua bindings to build correctly with different versions of Lua. I am not particularly happy with generating all the test scripts just for the shebang line. Since it has been a while since I had to edit autoconf/automake, this was the best I could come up with. Cheers, -Hilko
2015 Jun 25
3
Problem with supermin and symlink in ibm_powerkvm ppc64le distro
Hi, I've found a problem with supermin code running in an ibm_powerkvm ppc64le distro. Output of libguestfs-test-tool: $ libguestfs-test-tool ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output below in your bug report. *