search for: nif

Displaying 20 results from an estimated 61 matches for "nif".

Did you mean: if
2015 Jun 03
1
indexer-worker crashes handling mails with big attachments (dovecot 2.2.16/2.2.18 + FTS Apache Solr + Tika)
...y=0xa27ea0) at http-client-connection.c:1357 #7 0x00007ff65f3a3d68 in http_client_switch_ioloop (client=client at entry=0xa0bf20) at http-client.c:211 #8 0x00007ff65f39c005 in http_client_request_continue_payload (_req=_req at entry=0xa0ee88, data=0xa42fa0 "k for evidence of fluid spill.\nIf the device is mounted on a stand, examine the condition of the mount.\nIf the device moves on casters, check the condition of the casters. Check operation of brakes, i"..., size=55453) at http-client-request.c:566 #9 0x00007ff65f39c22a in http_client_request_send_payload (_req=_req at entry=0...
2004 May 28
1
ipconfig related question (do not get static IP setting)
Hi!! I found your ipconfig stuff in the udev rpm in SuSE 9.1. I'm about to setup a initramfs (pretty cool - much better than initrd) to boot linux diskless clients over the net. All the tools I would need, seem to be there with ipconfig/nfsmount ... I like to use the information I get from PXE/syslinux or Etherboot writing something like:
2019 Jan 25
0
[klibc:update-dash] eval: Return status in eval functions
...EV_TESTED); + if (!status == isor || evalskip) break; - if (!evalskip) { - n = n->nbinary.ch2; + n = n->nbinary.ch2; evaln: - evalfn = evaltree; + evalfn = evaltree; calleval: - evalfn(n, flags); - break; - } - break; + status = evalfn(n, flags); + goto setstatus; case NIF: - evaltree(n->nif.test, EV_TESTED); + status = evaltree(n->nif.test, EV_TESTED); if (evalskip) break; - if (exitstatus == 0) { + if (!status) { n = n->nif.ifpart; goto evaln; } else if (n->nif.elsepart) { n = n->nif.elsepart; goto evaln; } - goto su...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Return status in eval functions
...EV_TESTED); + if (!status == isor || evalskip) break; - if (!evalskip) { - n = n->nbinary.ch2; + n = n->nbinary.ch2; evaln: - evalfn = evaltree; + evalfn = evaltree; calleval: - evalfn(n, flags); - break; - } - break; + status = evalfn(n, flags); + goto setstatus; case NIF: - evaltree(n->nif.test, EV_TESTED); + status = evaltree(n->nif.test, EV_TESTED); if (evalskip) break; - if (exitstatus == 0) { + if (!status) { n = n->nif.ifpart; goto evaln; } else if (n->nif.elsepart) { n = n->nif.elsepart; goto evaln; } - goto su...
2016 May 04
1
Re: [PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...ented_package_manager (s_"--update") pm > + > + (* Windows has package_management == "unknown". *) > + and error_unknown_package_manager flag = > + error (f_"'%s' failed because inspection could not determine the package manager for this guest OS.\n\nIf this guest OS is a common one with ordinary package management then this may have been caused by a failure of libguestfs inspection.\n\nFor OSes such as Windows that lack package management, this is not possible. Try using one of the '--firstboot*' flags instead (described in the manual).&...
2016 May 04
3
[PATCH 1/2] inspection: Set package manager to "unknown" if parsing major version failed (RHBZ#1332025).
In cases where parsing the release file failed and so we have an obviously incorrect major version number, don't try to infer the package manager from the major version number. In the bug report, parsing the /etc/redhat-release file of a CentOS 7.1 guest failed, so major version was set to 0, and the package manager was inferred as "up2date". virt-customize then failed with a
2000 Dec 28
1
some (may be related) problems with windows(rescale=) (PR#794)
...############ width <- 16.53543 height <- 11.69291 ## as a reference windows(width=width, height=height, rescale="fixed") plot(0:2,0:2, type="n") text(1,1,"there is hardly anything i know for sure\nneither of the future nor of the past\nnor should i know what to ask\nif the person answering was you\n\n(Ernst Jandl, stanzen)" ,cex=2) ## Here rows are too close together windows(width=width, height=height, rescale="fit") plot(0:2,0:2, type="n") text(1,1,"there is hardly anything i know for sure\nneither of the future nor of the past\nno...
2012 Feb 07
0
[LLVMdev] Create ObjectFile with C bindings
...quot;LLVMCreateObjectFile" (in Object.h) needs an "LLVMMemoryBufferRef" object but I'm not sure how I should create one using the created "LLVMModuleRef". The reason why I want to use the C bindings and not the C++ interface is because I use them through some Erlang NIFs [1]. I apologize if it's something obvious that I'm missing! Best, Yiannis [1]: http://www.erlang.org/doc/tutorial/nif.html -- Yiannis Tsiouris Ph.D. student, Software Engineering Laboratory, National Technical University of Athens WWW: http://www.softlab.ntua.gr/~gtsiour
2006 Feb 09
0
Problem with web services
...that return a structure seems to this: Array ( [url] => [crm] => Array ( [0] => Array ( [surname] => AAAA [category] => Client [email] => prueba@mail.com [nifCif] => 000000000-Q [name] => PRUEBA [phone] => [phone] => [clientype] => 1 [doctype] => [clientStatus] => CLIENT [id] => 0000001...
2009 Apr 21
1
[PATCH server] add dns setup clarification in installer
.../bin/ovirt-installer index 2d88886..862c5e2 100755 --- a/installer/bin/ovirt-installer +++ b/installer/bin/ovirt-installer @@ -183,6 +183,8 @@ File.open('/etc/resolv.conf').each_line{ |line| line = line.chomp puts line if line =~ /nameserver/ } + at cli.say("<%= color('\nIf your above dns servers contain the A records for your management server select \"y\" +otherwise select \"n\" and a dns server will be configured during the install', RED) %>") dns_servers = prompt_yes_no("Use this systems's dns servers?") guest_http...
2000 Dec 29
0
Is this a bug? Having cex!=1 before setting par(mai=) gives strange line spacings.
...ws(width=width, height=height, rescale="R") oldmai <- par("mai") par(cex=1) par(mai=oldmai) plot.new() par(usr=c(0,2,0,2)) par(cex=2) par1 <- par() text(1,1,"there is hardly anything i know for sure\nneither of the future nor of the past\nnor should i know what to ask\nif the person answering was you\n\n(Ernst Jandl, stanzen)") dev.off() # now set cex != 1 before setting par(mai=) # shouldn't change anything but does change line spacing windows(width=width, height=height, rescale="R") par(cex=2) par(mai=oldmai) plot.new() par(usr=c(0,2,0,2)) par...
2016 May 04
0
[PATCH 2/2] customize: Improve the error messages when package manager is unknown or unsupported.
...error_unimplemented_package_manager (s_"--update") pm + + (* Windows has package_management == "unknown". *) + and error_unknown_package_manager flag = + error (f_"'%s' failed because inspection could not determine the package manager for this guest OS.\n\nIf this guest OS is a common one with ordinary package management then this may have been caused by a failure of libguestfs inspection.\n\nFor OSes such as Windows that lack package management, this is not possible. Try using one of the '--firstboot*' flags instead (described in the manual).&...
2015 Jul 24
1
Re: [PATCH] customize: password: improve unknown default crypto message
...-- a/customize/password.ml > +++ b/customize/password.ml > @@ -163,6 +163,13 @@ and default_crypto g root = > | "ubuntu", _ -> `MD5 > > | _, _ -> > - warning (f_"password: using insecure md5 password encryption for > -guest of type %s version %d.\nIf this is incorrect, use --password-crypto option and file a bug.") distro major; > + let verstr = > + let minor = g#inspect_get_minor_version root in > + match major, minor with > + | x, _ when x > 0 -> string_of_int x > + | 0, 0 -> "0" &...
2000 Dec 28
0
some (may be related) problems with windows(rescale=) (PR#795)
...53543 > height <- 11.69291 > > ## as a reference > windows(width=width, height=height, rescale="fixed") > plot(0:2,0:2, type="n") > text(1,1,"there is hardly anything i know for sure\nneither of the future nor of the past\nnor should i know what to ask\nif the person answering was you\n\n(Ernst Jandl, stanzen)" > ,cex=2) > > ## Here rows are too close together > windows(width=width, height=height, rescale="fit") > plot(0:2,0:2, type="n") > text(1,1,"there is hardly anything i know for sure\nneither of...
2001 Jan 10
0
Re: some problems with windows(rescale=) (PR#794)
...nse with devices bigger than the screen. > ======================== > > # I intend to layout DIN A3 > width <- 16.53543 > height <- 11.69291 > jandltext <- "there is hardly anything i know for sure\nneither of the future nor of the past\nnor should i know what to ask\nif the person answering was you\n\n(Ernst Jandl, stanzen)" > windows(width=width, height=height, rescale="fixed") > > # using windows() I find out that with cex=3.2 the following commands give a text that exacly fills the plot area (horizontally) > par(cex=1) > par(mai=c(...
2015 Jul 24
3
[PATCH] customize: random_seed: add CirrOS location
CirrOS has its random-seed file in /etc. --- customize/random_seed.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize/random_seed.ml b/customize/random_seed.ml index 34a7af7..5a15ad9 100644 --- a/customize/random_seed.ml +++ b/customize/random_seed.ml @@ -30,6 +30,7 @@ let rec set_random_seed (g : Guestfs.guestfs) root = "/var/lib/systemd/random-seed"; (* Fedora
2011 Mar 28
0
GSoC Project, Support Erlang Language
...Nowadays there are lots small and big companies(Amazon, Facebook, Mochimedia, JS-Kit, etc) which use Erlang and need to use search engines in their projects so I think some of them would be interested about use Xapian-Erlang interface. *Project Details* Main concepts: - I plan to use Erlang NIF <http://www.erlang.org/doc/tutorial/nif.html>mechanism, which will allow to run C++ code inside Erlang VM to minimize latency. - Of course I plan to use OTP primitives(firstly, gen_server and supervisors) which provide most useful behavior patterns to not invent the wheel. - I?...
2011 Mar 29
0
GSoC Project: Support Erlang Language
...Nowadays there are lots small and big companies(Amazon, Facebook, Mochimedia, JS-Kit, etc) which use Erlang and need to use search engines in their projects so I think some of them would be interested about use Xapian-Erlang interface. *Project Details* Main concepts: - I plan to use Erlang NIF <http://www.erlang.org/doc/tutorial/nif.html>mechanism, which will allow to run C++ code inside Erlang VM to minimize latency. - Of course I plan to use OTP primitives(firstly, gen_server and supervisors) which provide most useful behavior patterns to not invent the wheel. - I?...
2007 Mar 09
0
Full testing agianst xen usntable 14201
...lation, and xen function on x86p,x86_64 and IPF. Here is the testing report: ######################################################################## ### Summary: Totally 12 new issues have been found (11 for x86, 1 for IPF): x86: 1. Mouse is out of control in XWin, if HVM kernel >2.6.15. 2. VNIF cannot co-live with Qemu NIC. 3. IA32E HVM timer is fast in FC5. 4. VBD failed operation in SMP IA32E HVM. 5. VNIF would make SMP IA32E HVM response slow 6. create an hvm guest with vcpus=0 will cause dom0 crash 7. ia32e smp xp guest on ia32e host will lose response after several times'' s...
2008 Aug 27
1
RCurl: using netrc with curlPerform
...t.org/RCurl/testPassword/index.html", netrc=1) [1] "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML//EN\">\n<html> <head>\n<title>Basic Password Test</title>\n</head>\n\n<body>\n<h1>Basic Password Test</h1>\nThis is a test page.\nIf you can read it, you have correctly supplied\nthe password.\n\n\n<hr>\n<address><a href=\"http://stat.ucdavis.edu/~duncan\">Duncan Temple Lang</a>\n<a href=mailto:duncan at wald.ucdavis.edu>&lt;duncan at wald.ucdavis.edu&gt;</a></address&g...