search for: ipb

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

Did you mean: ip
2008 May 09
1
SSOAP: arguments passed as
...wsdl:input> Any ideas ? Would I have to hack genSOAPClientInterface() or are there simpler ideas ? Alternatively, what changes would be needed to the WSDL ? Yours, Steffen <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:intf="http://msbi.ipb-halle.de/axis/services/MassBank_Simple_2" xmlns:soapenc="http://schem...
2010 Jun 22
1
SSOAP fails with .types[[1]] : subscript out of bounds
...by *many* services, it would be quite important to a) fix SSOAP or b) fix the WSDL generator. I am a bit lost how to continue debugging here, any clues or help to get me going ? Thanks in advance, Yours, Steffen The code: library(SSOAP) w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") iface = genSOAPClientInterface(def = w, verbose=TRUE) The output and system info: > library(SSOAP) > > w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") > iface = genSOAPClientInterface(def = w, verbos...
2010 Jun 22
0
Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
...y and inserted a dummy <wsdl:types>...</wsdl:types> element. Then, my simple snippet works: library(SSOAP) # Hacked local copy w = processWSDL("./MassBank_Instruments") # this breaks genSOAPClientInterface() w = processWSDL("http://biomoby.org/services/wsdl/ipb-halle.de/MassBank_Instruments") mobyRequest <- "<moby:MOBY xmlns:moby=\"http://www.biomoby.org/moby\"/>" iface = genSOAPClientInterface(def = w, verbose=TRUE) cat(iface at functions$MassBank_Instruments(mobyRequest)) Hope that helped, Yours, Steffen &quo...
2006 Feb 23
9
Balancing multiple connections and NAT
...opriate IP depending on the interface the packet gets routed onto. The setup looks something like this: Interface IP Gateway Table Network --------- -- ------- ----- ------- intA ipA gwA tableA netA intB ipB gwB tableB netB intC ipC gwC tableC netC [intD is the LAN interface] intD ipD (private) no gateway global netD This works fine most of the time, except that once in a while (every 5-10 minutes or so) packets going out on (e.g.) intB sud...
2008 Mar 20
0
[RFC/PATCH 08/15] kvm-s390: intercepts for privileged instructions
...rno.h> +#include <asm/current.h> +#include <asm/debug.h> +#include <asm/ebcdic.h> +#include <asm/sysinfo.h> +#include "gaccess.h" +#include "kvm-s390.h" + +static int handle_set_prefix(struct kvm_vcpu *vcpu) +{ + int base2 = vcpu->arch.sie_block->ipb >> 28; + int disp2 = ((vcpu->arch.sie_block->ipb & 0x0fff0000) >> 16); + u64 operand2; + u32 address = 0; + u8 tmp; + + vcpu->stat.instruction_spx++; + + operand2 = disp2; + if (base2) + operand2 += vcpu->arch.guest_gprs[base2]; + + /* must be word boundary */ + if (ope...
2003 May 07
0
Join win2k wks to samba domain - pleazeeeee help
...in admin group = root rootuser zeluis administrador " @"Domain Admins" " @Administra tors add user script = /usr/local/sbin/smbldap-useradd.pl -w %u logon path = \\192.168.0.1\profiles\%u security = user local master = yes log level = 5 ldap suffix = "dc=ipb,dc=pt" ldap admin dn = "cn=root,dc=ipb,dc=pt" ldap port = 389 ldap server = 192.168.0.2 ldap ssl = No encrypt passwords = yes socket options = TCP_NODELAY #======================= Share Definitions ======================= [homes] comment = Home Directories...
2007 Oct 19
1
Using grid graphics (hexbin) in pairs() plot problem
...iewport() } I even get a problem with apparently unmatched push/pops: Error in grid.Call.graphics("L_unsetviewport", as.integer(n)) : Cannot pop the top-level viewport (grid and graphics output mixed?) Any clues ? Thanks for any help in advance, Yours, Steffen -- IPB Halle AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann http://www.IPB-Halle.DE Weinberg 3 http://msbi.bic-gh.de 06120 Halle New Phone number ! Tel. +49 (0) 345 5582 - 1470 sneumann(at)IPB-Halle...
2017 Apr 19
2
Default R-3.4.0 RC CXXFLAGS without -O2 on x86_64-linux-gnu with g++-5.4.0 causes WARNING from stl_list.h
...t = l1.begin(); ?????l1.splice (it, l2); // mylist1: 1 10 20 30 2 3 4 ?????return 0; } ------- Test with ???rm -f tmp.o && R CMD SHLIB tmp.cpp && nm tmp.o | grep abort with compiler settings in ~/.R/Makevars with/without -O2 ------------- CXXFLAGS = -g -O0 ------------- -- IPB Halle????????????????????AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann??????????http://www.IPB-Halle.DE Weinberg 3 ? ? ? ? ? ? ? ? ? Tel. +49 (0) 345 5582 - 1470 06120 Halle ? ? ? ? ? ? ? ? ? ? ? +49 (0) 345 5582 - 0 ? ? ? ? ?? sneumann(at)IPB-Halle.DE?????Fax. +49 (0) 345 5582 - 1...
2004 Oct 20
11
Shorewall, Freeswan and SuSE 9.1
I have been using shorewall and freeswan successfully for 3 or more years now. But they have all been using the Linux 2.4 kernel. My current configuration is (as the title suggests) using SuSE 9.1 which has a 2.6.5 kernel and freeswan 2.0.4 built-in. After much reading and a lot of trial and error, I did get this combination to work with Shorewall 2.0.9. It is happily talking to an older Mandrake
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
...cpu->stat.exit_stop_request++; + VCPU_EVENT(vcpu, 3, "%s", "cpu stopped"); + atomic_clear_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); + return -ENOTSUPP; +} + +static int handle_validity(struct kvm_vcpu *vcpu) +{ + int viwhy = vcpu->arch.sie_block->ipb >> 16; + vcpu->stat.exit_validity++; + if (viwhy == 0x37) { + fault_in_pages_writeable((char __user *) + vcpu->kvm->arch.guest_origin + + vcpu->arch.sie_block->prefix, PAGE_SIZE); + return 0; + } + VCPU_EVENT(vcpu, 2, "unhandled validity intercept code %d", +...
2008 Mar 20
1
[RFC/PATCH 06/15] kvm-s390: sie intercept handling
...cpu->stat.exit_stop_request++; + VCPU_EVENT(vcpu, 3, "%s", "cpu stopped"); + atomic_clear_mask(CPUSTAT_RUNNING, &vcpu->arch.sie_block->cpuflags); + return -ENOTSUPP; +} + +static int handle_validity(struct kvm_vcpu *vcpu) +{ + int viwhy = vcpu->arch.sie_block->ipb >> 16; + vcpu->stat.exit_validity++; + if (viwhy == 0x37) { + fault_in_pages_writeable((char __user *) + vcpu->kvm->arch.guest_origin + + vcpu->arch.sie_block->prefix, PAGE_SIZE); + return 0; + } + VCPU_EVENT(vcpu, 2, "unhandled validity intercept code %d", +...
1997 Jul 22
0
connection refused (error 67)
...c too, i need the sp3 (the SFM is so buggy...) any idea, tips, tricks ?????? many thanks in advance -- Laurent BARDI Ingenieur Systemes & Reseaux Centre National de la Recherche Scientifique INSTITUT de PHARMACOLOGIE et de BIOLOGIE STRUCTURALE Tel : 05-61-17-59-47 http://www.ipbs.fr/ Fax : 05-61-17-59-94 lolo@ipbs.fr CNRS-IPBS 205 Route de Narbonne 31400 TOULOUSE FRANCE /////////////////////////////////////////////////////////////////////////// / There is worse than to have not succeded : / / Not to have tried !...
1999 May 10
1
questions about HD size; and daemon.
...2.ASP http://support.microsoft.com/support/kb/articles/Q106/6/63.asp) many thanks for responses in advance Laurent BARDI Ingenieur Systemes & Reseaux Centre National de la Recherche Scientifique INSTITUT de PHARMACOLOGIE et de BIOLOGIE STRUCTURALE Tel : 05-61-17-54-39 http://www.ipbs.fr/ Fax : 05-61-17-59-94 lolo@ipbs.fr CNRS-IPBS 205 Route de Narbonne 31400 TOULOUSE FRANCE /////////////////////////////////////////////////////////////////////////// / There is worse than to have not succeded : / Not to have tried !...
2010 Jul 29
1
Multiple instances of wine on different machines with $HOME on NFS
...is living on C:, and is not trusted if that is served via NFS ... If you still want C: to be on NFS (despite the above mentioned performance penalty), the fix is to copy your CasPol.exe to a local directory, and use wine /tmp/CasPol.exe -m -ag 1.2 -url "file:///c:\\*" FullTrust -- IPB Halle AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann http://www.IPB-Halle.DE Weinberg 3 http://msbi.bic-gh.de 06120 Halle Tel. +49 (0) 345 5582 - 1470 +49 (0) 345 5582 - 0 sneumann(at)IP...
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...substGroups) if (FALSE && createConverters && is(o, "BasicSOAPType")) o at fromConverter = createSOAPConverter(o, ans) ans[[n]] <<- o } NULL }) 1: XMLSchema:::processSchemaTypes(root, root, verbose = TRUE) -- IPB Halle AG Massenspektrometrie & Bioinformatik Dr. Steffen Neumann http://www.IPB-Halle.DE Weinberg 3 http://msbi.bic-gh.de 06120 Halle Tel. +49 (0) 345 5582 - 1470 +49 (0) 345 5582 - 0 sneumann(at)IP...
2017 Apr 20
0
Default R-3.4.0 RC CXXFLAGS without -O2 on x86_64-linux-gnu with g++-5.4.0 causes WARNING from stl_list.h
...} > ------- > > Test with > > ???rm -f tmp.o && R CMD SHLIB tmp.cpp && nm tmp.o | grep abort > > with compiler settings in ~/.R/Makevars with/without -O2? > ------------- > CXXFLAGS = -g -O0 > ------------- > > > > > > -- > IPB Halle????????????????????AG Massenspektrometrie & > Bioinformatik > Dr. Steffen Neumann??????????http://www.IPB-Halle.DE > Weinberg 3 ? ? ? ? ? ? ? ? ? Tel. +49 (0) 345 5582 - 1470 > 06120 Halle ? ? ? ? ? ? ? ? ? ? ? +49 (0) 345 5582 - 0 ? ? ? ? ?? > sneumann(at)IPB-Halle.DE?????...
2012 Jan 08
2
splitting strings effriciently
...ly inefficient in terms of speed. I can't quite see how one of the l/s/m/t/apply functions could be brought to bear on the problem. Does anyone have any thoughts? for(i in 1:4861469) { lst <-unlist(strsplit(data$ComputerName[i], "\\.")) data$IPA[i] <-lst[[1]] data$IPB[i] <-lst[[2]] data$IPC[i] <-lst[[3]] data$IPD[i] <-lst[[4]] rm(lst) } Andrew Andrew Roberts Children's Orthopaedic Surgeon RJAH, Oswestry, UK [[alternative HTML version deleted]]
2018 Mar 09
2
Yet another print problem samba4
...og/samba/%m.log printcap name = /etc/printcap winbind enum users = Yes winbind enum groups = Yes winbind use default domain = Yes winbind nss info = rfc2307 winbind refresh tickets = Yes idmap config *:range = 600000-699999 idmap config ipb:schema_mode = rfc2307 idmap config ipb:range = 500-200000 idmap config ipb:backend = ad idmap config * : backend = tdb map acl inherit = Yes store dos attributes = Yes vfs objects = acl_xattr [homes] path = /tmp/%S [printers] path...
2007 Sep 14
1
GSSAPI vs load-balanced servers - anything we can do?
...s there anything I could do to further the case of https://bugzilla.mindrot.org/show_bug.cgi?id=1008 As a summary, GSSAPI auth against machine in a DNS load-balanced server farm fails. SSH-1 Kerberos works. DNS load-balanced farm: Individual machines in the farm have separate IP addresses (ipA, ipB), separate hostnames (nameA, nameB, ..) and separate Kerberos identities (host/nameA.domain at REALM) . A common DNS name (clustername) resolves to one or several IPs. Reverse lookup on the IP gives the individual machine name. (seems to be a common & cheap way to spread load). The proble...
2006 Oct 08
2
Error Correcting Codes, Simplex
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061008/19f386e1/attachment.pl