search for: santanu

Displaying 20 results from an estimated 30 matches for "santanu".

Did you mean: shantanu
2002 Jun 21
4
configure problem --- Can't find recent OpenSSL libcrypto
Hello Gurus, I tried my best as I can to do RTFM and Googling to find any information to solve the problem myself which I failed. I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box using Sun Forte6-2 $config solaris64-sparcv9-cc --prefix=/local/santanu/pkg/ssl Now I am trying to install openssh 3.2.3p1 and getting this error. configure:8285: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** I tried ./configure --with-ssl-dir=/local/santanu/pkg/ssl and ./configure --with-ssl-dir=/local/santanu/pkg/ssl/lib a...
2007 May 02
2
how to reproduce the same sampled units?
...sample. Is there any such feature in R which I can use? For further clarity, for (i in 1:2) { samp = sample(1:1000,100,replace = FALSE) print(samp) } For the above simulation, is it possible to generate the same sampled units twice? Any suggestion would be gratefully acknowledged. Thanks, Santanu Santanu Pramanik JPSM,1218J Lefrak Hall University of Maryland,College Park Phone no.-301-314-9916 [[alternative HTML version deleted]]
2011 Jan 05
1
Reading large SAS dataset in R
...t; read.ssd(libname="R:/", sectionnames="test", sascmd=file.path(sashome, "sas.exe")) Please let me know where I am making the mistake. Is it because of the size of the file or the location of the file (in server instead of local hard drive)? Thanks in advance, Santanu -- -------------------------------------------------------------------- Santanu Pramanik Survey Statistician NORC at the University of Chicago Bethesda, MD [[alternative HTML version deleted]]
2007 Oct 24
1
plot within a loop
...## plot of B_i a.new = 1.2 par(mfrow = c(3,2)) value.b = seq(from = 0, to = 1, by = 0.001) for (i in 1:length(d)){ plot(value.b, dbeta(shape1 = value.b, shape2 = d[i], a.new), main = paste("B[",i,"]")) } Any help, comments would be gratefully acknowledged. Thanks in advance, Santanu -------------------------------------------------------------------- Santanu Pramanik JPSM, 1218J Lefrak Hall University of Maryland, College Park Phone: 301-314-9916 [[alternative HTML version deleted]]
2016 Aug 20
2
LLVM flags for Vectorization
Hi, I have been analyzing the LLVM vectorizer by running some benchmarks. For vectorization, I have used the following flags: -O3 -ffast-math -mavx2 Am I missing any other flags which will improve vectorizer performance? Thanks, Santanu Das IIT Hyd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160820/0ea6f706/attachment.html>
2007 Aug 22
3
integrate
...I have seen in the "?integrate" page it is clearly written: If the function is approximately constant (in particular, zero) over nearly all its range it is possible that the result and error estimate may be seriously wrong. But this doesn't help in solving the problem. Thanks, Santanu JPSM, 1218J Lefrak Hall University of Maryland, College Park Phone: 301-314-9916 [[alternative HTML version deleted]]
2010 Aug 19
1
request for Wiki access
Hi there, Please find the required information below: username : SantanuDas subject : OS X intregration: Enabling AFPD (Netatalk) location : Networking tips ref: https://www.centos.org/modules/newbb/viewtopic.php?topic_id=27658&forum=38 Cheers, Santanu
2012 Jan 09
6
copying file(s) from agent to master??
Is there a way to copy file(s) from the Puppet agent back to the master? I know it sounds silly but that''s what I need to do. This is one of the s/w-tag files, gets created/modified automatically by the software installation job and then I want to overwrite the tag files on two other agents with this one. Is there a why for doing this? Cheers, San -- You received this message because
2012 Dec 13
1
About new test cases for Durable handle version 2
...or the that. I found in the existing smbtorture test suit do not have much test cases related to durable handle version 2 that is supported for SMB version 3 . I have done some work on that and would like to contribute on that filed. Can anyone let me know the process for that? Thanks in advance, Santanu
2016 Oct 10
2
On Loop Distribution pass
...16, at 2:50 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > > From: "Dangeti Tharun kumar via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > To: llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > Cc: "Santanu Das" <cs15mtech11018 at iith.ac.in <mailto:cs15mtech11018 at iith.ac.in>> > Sent: Sunday, October 9, 2016 12:09:01 PM > Subject: [llvm-dev] On Loop Distribution pass > > Dear community, > > Our team at IITH have been experimenting with loop-distribution pass in...
2013 Oct 13
24
exporting custom facts to puppet agents
Dear all, I have a custom fact, that reads a file and then generate the values dynamically based on the file content. It''s something like this: inFile = "/home/admin/OSs.txt" > gos = {} > > if File.exist?(inFile) > open(inFile, ''r'').each do |line| > next if line =~ /^\s*(#|$)/ > parts =
2011 Aug 15
4
Enabling yum-repo on fly?
Dear all, Is there any way to enable a particular yum-repo (like: yum -- enablerepo=<repo_name>), which is disabled as default, for a particular package installation? For our system, we need to "dag" for particular two packages but keeping it always enabled, clashes with other packages, which we don''t want to install for dag at all. What''s the option(s) I have to
2011 Apr 30
10
How to check if a package exists
Dear all, I''m trying to do this. Say for example, I want this link: "liblcgdm.so -> liblcgdm.so.1.8.0" to be present on the client only if "lcgdm- libs-1.8.0-1sec.sl5" is already listed. I already have this to create the link: file { ''liblcgdm.so'': ensure => symlink, name => ''/opt/lcg/lib/liblcgdm.so'',
2012 Jun 14
8
inventory service in Puppet-dashboard
Hi there, I installed puppet-dashboard, which works just fine, and trying to activate *inventory-services *but get this error on the agent: err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Please install the mysql adapter: `gem install activerecord-mysql-adapter` > (Could not find RubyGem mysql (~> 2.8.1) > on the master, these are the packages I got
2012 May 13
6
Puppetmaster with apache/passenger on SL6
Dear experts, Since I''ve moved my *puppetmaster* form SL5 (Scientific Linux) to SL6 with SELinux on, I''m facing loads of trouble. I also move away from WEBrick to apache/passenger, following the instruction here: http://projects.puppetlabs.com/projects/1/wiki/Using_Passenger > and I can''t start httpd any more. It fails with this: Starting httpd: (98)Address
2016 Jun 24
2
Questions on LLVM vectorization diagnostics
...nd Languages ----------------------------------------------------------------------------- Message: 3 Date: Thu, 23 Jun 2016 10:45:28 -0700 From: Adam Nemet via llvm-dev <llvm-dev at lists.llvm.org> To: Dangeti Tharun kumar <cs15mtech11002 at iith.ac.in> Cc: llvm-dev at lists.llvm.org, Santanu Das <cs15mtech11018 at iith.ac.in> Subject: Re: [llvm-dev] Questions on LLVM vectorization diagnostics Message-ID: <B6F42D93-F676-4CB1-8413-A37A07490A55 at apple.com> Content-Type: text/plain; charset="utf-8" Hi Dangeti, > On Jun 23, 2016, at 8:20 AM, Dangeti Tharun kumar...
2016 Oct 09
3
On Loop Distribution pass
Dear community, Our team at IITH have been experimenting with loop-distribution pass in LLVM. We see the following results on few benchmarks. clang -O3 -mllvm -enable-loop-distribute -Rpass=loop-distribute file.c clang -O3 -mllvm -enable-loop-distribute -Rpass-analysis=loop-distribute file.c TORCH
2008 Oct 17
0
Specifying SSHD PAM service name in the configuration file
...AM service name in the sshd_config file. It requires an entry similar to the follows to be added to the configuration file- PAMServiceName MyFavoriteServiceName If this option is not specified, the default scheme of picking up the service name from the application name will be in effect. Thanks, Santanu -------------- next part -------------- A non-text attachment was scrubbed... Name: ssh_pam_service_name.diff Type: text/x-patch Size: 4019 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20081017/416424a7/attachment.bin
2011 May 16
0
Quota support in samba
...n in samba? And can anyone suggest a good technical document for samba which cover \$Extend\$Quota:$Q:INDEX_ALLOCATION functionality? when is it accessed and what is it for? Is there any way by which we can set/get 'quota' property of samba shares from windows client? Thanks and regards, Santanu
2011 Aug 10
1
How should I run/start puppet (v.2.6.x)?
Dear all, Can any one explain this please? [root@puppet puppet]# puppet master --verbose # [root@puppet puppet]# service puppetmaster status puppetmasterd (pid 1876) is running... but the init.d script reports as it''s not running: [root@puppet puppet]# /etc/init.d/puppet status puppetd is stopped Is there anything that I''m missing? Cheers!! -- You received this message