search for: partha

Displaying 20 results from an estimated 99 matches for "partha".

Did you mean: parth
2003 Jan 07
1
axis() color from 1.5.1 to 1.6.1
...The command no longer works in 1.6.1. I am aware that using a col argument in axis would work. However, this does break code written currently (for 1.5.1) and thus the danger of code being specific to the version of R that one is using. I am interested in knowing why it does not work. Thanks, Partha.
2016 Mar 30
0
Fwd: Fwd: Setting FS Quota against SAMBA share from windows2k12
Thanks Jeremy for the comment on unwanted code. Please find the updated patch. Regards, --Partha On Tue, Mar 29, 2016 at 4:03 PM, Jeremy Allison <jra at samba.org> wrote: > On Tue, Mar 29, 2016 at 02:33:48PM -0700, Partha Sarathi wrote: > > Thanks Jeremy. > > > > Please find the updated patch for review. > > More changes (sorry). This code: > > +...
2004 Nov 27
1
I will be on vacation
Sir: Is it possible to stop sending me email till January 12,2005. I will be away from my workplace. Partha
2003 Apr 01
1
Bug in Plot.table?
While plotting a table using plot(table), I am not able to suppress the axes with axes = FALSE. Am I missing something or is it a bug? For example: > x <- c(rep(0, 7), rep(1, 4), rep(5, 3), rep(6, 4), rep(8, 10)) > table(x) > plot(table(x), axes = FALSE) #does not suppress the axes > plot(table(x), frame.plot= FALSE, axes = FASLE) #deliberate spelling
2014 Jan 30
3
smbxcals
...EMOSP\Administrator:ALLOWED/I/FULL ACL:\CREATOR OWNER:ALLOWED/OI|CI|IO|I/FULL ACL:BUILTIN\Users:ALLOWED/OI|CI|I/READ By doing above it will be use full to set and get ACLs back door rather than from icacls. Please let me know if you are interested I can post the patch. -- Thanks & Regards -Partha
2004 Nov 19
4
3d Map with bars
...stion. I am trying to draw a map of the US as a surface plot so that I would be able to drop bars on the different states (something like Uwe Ligges' scatterplot3d example 4). I am not sure where to start looking for such a beast. If anyone has any pointers, ideas, I will be grateful. TIA, Partha
2016 Jan 11
2
Security permissions issues after changing idmap backend from RID to AUTORID
On 2016-01-10 at 17:58 +0000, Rowland penny wrote: > On 10/01/16 17:05, Partha Sarathi wrote: > > > > > This could have a lot to do with the fact that idmap_rid & > > > idmap_autorid calculate the uids differently i.e if you have RID > > > '2025000', autorid would calculate this as '1102500000' , rid > > > would ca...
2008 Jul 01
1
Help on Analysis of covariance
Dear All, Kindly tell me the steps to perform analysis of covariance (ANCOVA). Can I find anything in the help(). My prime objective is to analyze the genotypic and phenotypic correlation coefficients. Thanks, Partha Partha Protim Banerjee, Ph. D. Scientist - Corn Breeding Hytech Seed India Pvt. Ltd. ICRISAT, Bldg: 303, Room: 15-23 Patancheru, Hyderabad India p.banerjee@hytechseed.in +91 9441079865 +9140 30713306 ________________________________________________________________________ You are invited to...
2011 Jul 25
2
How to find the likelihood of a null model in R
...i.e the model with only the dependent variable and all other independent variables as zero. Kindly let me know how to find the likelihood for a NULL model in R. Is there any specific function in R that can do this task? Please share if anyone has any information on this. Thanks and Regards Partha Pattnaik -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
2016 Jan 10
2
Security permissions issues after changing idmap backend from RID to AUTORID
...0015138 mariond:*:10015138:110000513:Marion, Deborah:None:None If you notice above mappings, i.e a RID based UID is mapped to AUOT_RID based GID. Is there way to cleanup these mismatch uid/gid information in TDBs(like winbind_cache.tdb or gencahe.tdb) or remove all TDBs start afresh. Regards, --Partha On Sun, Jan 10, 2016 at 8:32 AM, Rowland penny <rpenny at samba.org> wrote: > On 08/01/16 19:30, Partha Sarathi wrote: > >> adding samba list >> >> On Fri, Jan 8, 2016 at 10:22 AM, Partha Sarathi < >> parthasarathi.bl at gmail.com> >> wrote: >&g...
2016 Jan 11
0
Security permissions issues after changing idmap backend from RID to AUTORID
Thanks Michael, Please see the inline answers. > On Jan 10, 2016, at 5:16 PM, Michael Adam <obnox at samba.org> wrote: > > On 2016-01-10 at 17:58 +0000, Rowland penny wrote: >> On 10/01/16 17:05, Partha Sarathi wrote: >>> >>>> This could have a lot to do with the fact that idmap_rid & >>>> idmap_autorid calculate the uids differently i.e if you have RID >>>> '2025000', autorid would calculate this as '1102500000' , rid >>>&...
2015 May 07
4
smbstatus -- protocol and feature information
Hi Jeremy, > > Do you think requesting this as a feature for smbstatus in the Samba bug > > tracker does make sense? > > Yes please. We certainly need a 'protocol' field somewhere > in the smbstatus output I think. done. https://bugzilla.samba.org/show_bug.cgi?id=11262 -- Adi
2016 Jan 08
2
Security permissions issues after changing idmap backend from RID to AUTORID
adding samba list On Fri, Jan 8, 2016 at 10:22 AM, Partha Sarathi <parthasarathi.bl at gmail.com> wrote: > Hi, > > > We have a customer who facing security issues after changing RID idmap > backend to AUTORID. > > > The History of the issue looks as below, > > 1) When samba configured with RID idmap backend customer re...
2016 Jan 10
0
Security permissions issues after changing idmap backend from RID to AUTORID
On 10/01/16 17:05, Partha Sarathi wrote: > Thanks for the reply. Now we end-up with mix uid/gid from both ranges > in cache TDBs. Few user logins are denied with below error in smbd.log, > > *[2016/01/07 11:39:44.475960, 1, pid=5202] > ../source3/auth/token_util.c:430(add_local_groups > * > ** SID S-...
2003 May 29
3
Odd behavior of strptime
...rows, data has 5970 > > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 7.0 year 2003 month 04 day 16 language R > (platform Win2000 professional) Has anyone else encountered this? Thanks, Partha. [[alternate HTML version deleted]]
2016 Jan 30
2
Fwd: Change notify/Directory enumeration issue with two MAC OS X El Capitan accessing same folder
...double" search pattern. Please filter packets for ip.addr == 192.168.200.171 and at last find requests are having search pattern "._?" etc i.e "apple double" after few SMB2 notify responses. So will this issues fixes by vfs_fruit module or by latest SAMBA ? Regards, --Partha
2003 Nov 14
5
A suggestion regarding multiple replies
Please don't take this the wrong way. There are a lot of extremely helpful people who subscribe to r-help. I was wondering if it is time to adopt a strategy a-la Splus help whereby people reply to the author and the author summarizes all the replies? Just a thought and have a good weekend. Partha
2015 May 07
0
smbstatus -- protocol and feature information
...Path Name Time -------------------------------------------------------------------------------- ------------------ 10350 4294967295 DENY_NONE 0x100081 RDONLY NONE /hom e/partha . Mon Apr 27 13:19:15 2015 ============================================================================================= Regards, --Partha On Thu, May 7, 2015 at 10:34 AM, Adi Kriegisch <adi at cg.tuwien.ac.at> wrote: > Hi Jeremy, > > > > Do you think requesting this as...
2016 Mar 25
0
Setting FS Quota against SAMBA share from windows2k12
Resending it.. Looks like it bounced on the first time. On Fri, Mar 25, 2016 at 12:00 PM, Partha Sarathi <partha at exablox.com> wrote: > Hi Folks, > > I tried to set quota(soft limit and hard limit) on a share from > Windows2k12R2 and I noticed "NT_STATUS_INVALID_PARAMETER" error for the > SMB2 setinfo request. Attached the packet capture for your reference. &...
2018 Apr 16
1
Math kernel library from intel
I use win 10 ( 64 bit) with latest R available. Intel has released math kernel library. Is it necessary to install for data driven work ? Regards Partha [[alternative HTML version deleted]]