search for: set_opt

Displaying 20 results from an estimated 35 matches for "set_opt".

2011 Mar 01
1
does rpy support R 2.12.2
...untimeError: No module named _rpy2122 RPy module can not be imported. Please check if your rpy installation supports R 2.12.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * I am wondering if rpy supports R 2.12.2? Thanks [[alternative HTML version deleted]]
2009 Jul 09
1
Rpy not working after upgrade to R2.9.1
...RuntimeError: No module named _rpy2091 RPy module can not be imported. Please check if your rpy installation supports R 2.9.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * Advice on how to proceed would be greatly appreciated. -- Paul Geeleher School of Mathematics, Statistics and Applied Mathematics National University of Ireland Galway Ireland
2009 Jan 09
1
Calling R functions from Python
...odule named _rpy2072 RPy module can not be imported. Please check if your rpy installation supports R 2.7.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import *
2009 Dec 08
2
[LLVMdev] More questions on CompilerDriver.
...g I'm working on right now. > Hi Mikhail, Did you get a chance to do something about this? > > > BTW, I've implemented the OptionPreprocessor feature that we discussed > some time ago. See the documentation for details. > is it a good idea to include something called "set_option"? For example if none of O0, O1, O2 or O3 are specified on the command line, We can just make O2 as default by using the set_option. - Sanjiv > -- > () ascii ribbon campaign - against html e-mail > /\ www.asciiribbon.org - against proprietary attachments >
2008 Mar 24
1
Running rpy produces the error message undefined symbol: KillAllDevices
...0.so: undefined symbol: KillAllDevices RPy module can not be imported. Please check if your rpy installation supports R 2.7.0. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * >>> Btw, RHOME on my computer is located at /usr/local/lib/R and I have compiled R shared library directory in my ld.so.conf. Bob [[alternative HTML version deleted]]
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
...tely, I didn''t get very far; whilst trying to obtain a cert for mortvm I''ve received the following errors :- adrian@mort:~$ sudo puppetd --server librarian --waitforcert 60 --test Could not autoload "/usr/lib/ruby/1.8/puppet/provider/host/parsed.rb": undefined method `set_options'' for #<Puppet::Util::FileParsing::FileRecord:0xb76cb684 @type=:text> Could not autoload "/usr/lib/ruby/1.8/puppet/provider/mount/parsed.rb": undefined method `set_options'' for #<Puppet::Util::FileParsing::FileRecord:0xb76a7bd0 @type=:text> Could not autol...
2012 Jul 17
1
python-rpy DEB broken - but hopefully easy to fix
...timeError: No module named _rpy2151 RPy module can not be imported. Please check if your rpy installation supports R 2.15.1. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * This is simply because the module needs recompiling with each new R release: % apt-get -b source python-rpy % sudo dpkg -i *.deb And it all works fine. Would it be possible to g...
2014 Oct 15
0
Koji/CBS infra and sslv3/Poodle important notification
...) # TLSv1 only ctx.use_certificate_file(key_and_cert) ctx.use_privatekey_file(key_and_cert) ctx.load_client_ca(ca_cert) @@ -45,7 +46,8 @@ verify = SSL.VERIFY_PEER | SSL.VERIFY_FAIL_IF_NO_PEER_CERT ctx.set_verify(verify, our_verify) ctx.set_verify_depth(10) - - ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1) + #ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1) + ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1 | SSL.OP_NO_SSLv3) return ctx ===================================================== We'll keep you informed about possible upstream koji p...
2009 Nov 06
1
centos 5.3 install ncview X libraries error and netcdf header error
I was trying to install software named ncview on a centos 5.3 box. ./configure command gave this error: Error, the X libraries and development headers must be installed for ncview to work! I was surprised that there were many google hits related to ubuntu, none for centos. So even though I eventually figured out what to do, I decided to share this with the list anyhow, so maybe next time I
2014 Oct 15
0
CentOS-announce Digest, Vol 116, Issue 8
...) # TLSv1 only ctx.use_certificate_file(key_and_cert) ctx.use_privatekey_file(key_and_cert) ctx.load_client_ca(ca_cert) @@ -45,7 +46,8 @@ verify = SSL.VERIFY_PEER | SSL.VERIFY_FAIL_IF_NO_PEER_CERT ctx.set_verify(verify, our_verify) ctx.set_verify_depth(10) - - ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1) + #ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1) + ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_TLSv1 | SSL.OP_NO_SSLv3) return ctx ===================================================== We'll keep you informed about possible upstream koji p...
2006 Apr 02
1
Zeroing freed blocks
...v, "orlov"}, {Opt_nobh, "nobh"}, + {Opt_zerofree, "zerofree"}, {Opt_user_xattr, "user_xattr"}, {Opt_nouser_xattr, "nouser_xattr"}, {Opt_acl, "acl"}, @@ -395,6 +396,9 @@ static int parse_options (char * options case Opt_nobh: set_opt (sbi->s_mount_opt, NOBH); break; + case Opt_zerofree: + set_opt (sbi->s_mount_opt, ZEROFREE); + break; #ifdef CONFIG_EXT2_FS_XATTR case Opt_user_xattr: set_opt (sbi->s_mount_opt, XATTR_USER); --- linux-2.6.16/include/linux/ext2_fs.h.zerofree 2006-03-20 05:53:29.000000000 +...
2009 Dec 08
0
[LLVMdev] More questions on CompilerDriver.
...be ready Real Soon Now. I've implemented 'forward_transformed_value', though. >> BTW, I've implemented the OptionPreprocessor feature that we discussed >> some time ago. See the documentation for details. >> > is it a good idea to include something called "set_option"? For example if > none of O0, O1, O2 or O3 are specified on the command line, We can just make > O2 as default by using the set_option. Yes, I think it's a good idea. For now you can simulate this with 'init' (enable -O2 by default and make -O0 + -O2 = -O0, and -O2 + -O3...
2009 Sep 21
0
Ubuntu Hardy python-rpy package missing _rpy2092 (PR#13962)
...ntimeError: No module named _rpy2092 RPy module can not be imported. Please check if your rpy installation supports R 2.9.2. If you have multiple R versions installed, you may need to set RHOME before importing rpy. For example: >>> from rpy_options import set_options >>> set_options(RHOME='c:/progra~1/r/rw2011/') >>> from rpy import * >>> I checked in /usr/lib/python2.5/site-packages/ and there is only _rpy2091.so - _rpy2092.so is missing. I experienced the same issue the last time I upgraded R...
2006 May 19
3
Ruby LDAP
...vers but I can''t seem to find how to do this in Ruby and for example retrieve the elements, attributes, and change them. This is what I have done so far.... --- #!/appl/ruby/bin/ruby -w require ''ldap'' conn = LDAP::Conn.new( ''ldapserver'', 389 ) conn.set_option( LDAP::LDAP_OPT_PROTOCOL_VERSION, 3 ) res=conn.bind(''cn=Manager,dc=domain,dc=com'',''password'') printf("connected %s",res) conn.search(''ou=people,dc=domain,dc=com'',LDAP::LDAP_SCOPE_SUBTREE,''cn=*'',[''cn'&...
2005 Oct 31
2
What is the history of CONFIG_EXT{2,3}_CHECK?
Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK? There is code for a "check" option for mount if these options are enabled, but there's no way to enable them. TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said.
2009 Nov 19
0
[LLVMdev] More questions on CompilerDriver.
Hi Sanjiv, On Thu, Nov 19, 2009 at 5:07 AM, Sanjiv Gupta <sanjiv.gupta at microchip.com> wrote: > Hi Mikhail, > > I was trying to figure out how to do the following in compiler driver. > > 1.  mcc16 driver has a -p <device_name> option. Now from this device_name I > want to be able to construct a file name like "device_name.o" and pass that > to the
2009 Nov 19
3
[LLVMdev] More questions on CompilerDriver.
Hi Mikhail, I was trying to figure out how to do the following in compiler driver. 1. mcc16 driver has a -p <device_name> option. Now from this device_name I want to be able to construct a file name like "device_name.o" and pass that to the linker. Unpack_values "p" gives me the device_name, but I do not know how to add ".o" suffix to it. something like:
2015 Jan 19
8
Slow ldap authentication against samba 4
hi everyone... somebody has experimented any problems with poor performance about ldap authentication against samba 4? I'm trying authentication with 300 users and many users can't login. Some conections are rejected. I doesn't found anything searching on internet. Any help? -- Grato, Jefferson Parreira dos Santos Emerick
2015 Aug 13
1
Slow ldap authentication against samba 4
...t;>> * def run(self):* >>>> * try:* >>>> * l = ldap.open(self.host)* >>>> * l.protocol_version = ldap.VERSION3* >>>> * l.port = 389* >>>> * if self.timeout:* >>>> * l.set_option(ldap.OPT_TIMEOUT, self.timeout)* >>>> * l.simple_bind_s(self.username, self.password)* >>>> * print '%s OK' %self.id <http://self.id>* >>>> * except ldap.LDAPError, e:* >>>> * print '%s FAIL' %s...
2004 Oct 22
0
libao-0.8.5 patch
...alsa 0.5's name will be alsa05 and the 0.9's name will be alsa (now the alsa is alsa 0.5 and the alsa09 is alsa 0.9+...) -It will be a good thing, if the file-drivers have a file option to determine the filename through this options :-) -If a plugin (or static driver) report: failed "set_option" the _open_device function should set the errno to EBADOPTION instead EOPENDEVICE, and in the documentation the text should be say: "An invalid option or a valid option key has an invalid value." instead of "A valid option key has an invalid value.". -In the ao_macosx.c...